Skip to content

Commit cde26a1

Browse files
authored
Merge pull request #10 from DivineOmega/codex/upgrade-package-for-laravel-10
Add support for Laravel 10
2 parents ba7d7ce + 266f2d8 commit cde26a1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Features:
1010
* Conversion of ISO country code to country name
1111
* Ability to store meta data about addresses - e.g. `['type' => 'delivery', 'name' => 'home_address']`
1212

13+
## Compatibility
14+
15+
This package supports Laravel versions 5.6 through 10.
16+
1317
## Installation
1418

1519
To install Laravel Addresses, just run the following Composer command.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": ">=7.1",
7-
"laravel/framework": "^5.6||^6.0||^7.0||^8.0||^9.0",
7+
"laravel/framework": "^5.6||^6.0||^7.0||^8.0||^9.0||^10.0",
88
"divineomega/php-countries": "^2.1",
99
"divineomega/php-postcodes": "^4.5",
1010
"langleyfoxall/simple-google-maps": "^1.0",

0 commit comments

Comments
 (0)