Skip to content

Commit 84868cd

Browse files
committed
make Iso3166 PHP8 compatible
1 parent fd87d4c commit 84868cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"require-dev": {
2323
"giggsey/libphonenumber-for-php": "^8.0",
2424
"hashids/hashids": "^4.0",
25-
"league/iso3166": "^2.0",
25+
"league/iso3166": "^2.0 || ^3.0",
2626
"orchestra/testbench": "^6.0",
2727
"ramsey/uuid": "^4.0",
2828
"vinkla/hashids": "^9.0"
2929
},
3030
"suggest": {
3131
"giggsey/libphonenumber-for-php": "\\Astrotomic\\PhpunitAssertions\\PhoneNumberAssertions (^8.0)",
3232
"hashids/hashids": "\\Astrotomic\\PhpunitAssertions\\HashidAssertions (^4.0)",
33-
"league/iso3166": "\\Astrotomic\\PhpunitAssertions\\CountryAssertions (^2.0)",
33+
"league/iso3166": "\\Astrotomic\\PhpunitAssertions\\CountryAssertions (^2.0 || ^3.0)",
3434
"ramsey/uuid": "\\Astrotomic\\PhpunitAssertions\\UuidAssertions (^4.0)",
3535
"vinkla/hashids": "\\Astrotomic\\PhpunitAssertions\\Laravel\\HashidAssertions (^9.0)"
3636
},

0 commit comments

Comments
 (0)