File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
1519To install Laravel Addresses, just run the following Composer command.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments