We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba7d7ce + 266f2d8 commit cde26a1Copy full SHA for cde26a1
README.md
@@ -10,6 +10,10 @@ Features:
10
* Conversion of ISO country code to country name
11
* Ability to store meta data about addresses - e.g. `['type' => 'delivery', 'name' => 'home_address']`
12
13
+## Compatibility
14
+
15
+This package supports Laravel versions 5.6 through 10.
16
17
## Installation
18
19
To install Laravel Addresses, just run the following Composer command.
composer.json
@@ -4,7 +4,7 @@
4
"type": "library",
5
"require": {
6
"php": ">=7.1",
7
- "laravel/framework": "^5.6||^6.0||^7.0||^8.0||^9.0",
+ "laravel/framework": "^5.6||^6.0||^7.0||^8.0||^9.0||^10.0",
8
"divineomega/php-countries": "^2.1",
9
"divineomega/php-postcodes": "^4.5",
"langleyfoxall/simple-google-maps": "^1.0",
0 commit comments