Skip to content

Commit 8a5b75f

Browse files
committed
fix libphonenumber dependency minimum version
1 parent 84868cd commit 8a5b75f

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
@@ -20,15 +20,15 @@
2020
"phpunit/phpunit": "^9.0"
2121
},
2222
"require-dev": {
23-
"giggsey/libphonenumber-for-php": "^8.0",
23+
"giggsey/libphonenumber-for-php": "^8.12",
2424
"hashids/hashids": "^4.0",
2525
"league/iso3166": "^2.0 || ^3.0",
2626
"orchestra/testbench": "^6.0",
2727
"ramsey/uuid": "^4.0",
2828
"vinkla/hashids": "^9.0"
2929
},
3030
"suggest": {
31-
"giggsey/libphonenumber-for-php": "\\Astrotomic\\PhpunitAssertions\\PhoneNumberAssertions (^8.0)",
31+
"giggsey/libphonenumber-for-php": "\\Astrotomic\\PhpunitAssertions\\PhoneNumberAssertions (^8.12)",
3232
"hashids/hashids": "\\Astrotomic\\PhpunitAssertions\\HashidAssertions (^4.0)",
3333
"league/iso3166": "\\Astrotomic\\PhpunitAssertions\\CountryAssertions (^2.0 || ^3.0)",
3434
"ramsey/uuid": "\\Astrotomic\\PhpunitAssertions\\UuidAssertions (^4.0)",

0 commit comments

Comments
 (0)