Skip to content

Commit 1f6eab5

Browse files
committed
Bump dependencies for Laravel 9
1 parent d31a870 commit 1f6eab5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
"name": "laravel-validation-rules/country-codes",
33
"description": "Validate country codes.",
44
"type": "library",
5-
"keywords": [ "laravel", "validation", "country" ],
5+
"keywords": [
6+
"laravel",
7+
"validation",
8+
"country"
9+
],
610
"require": {
711
"php": "^7.3|^8.0",
8-
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
9-
"league/iso3166": "^3.0"
12+
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0",
13+
"league/iso3166": "^3.0|^4.0"
1014
},
1115
"require-dev": {
12-
"orchestra/testbench": "^3.5|^4.0|^5.0",
16+
"orchestra/testbench": "^3.5|^4.0|^5.0|^7.0",
1317
"phpunit/phpunit": "^7.0|^8.0|^9.0"
1418
},
1519
"license": "Apache-2.0",

0 commit comments

Comments
 (0)