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.
1 parent d31a870 commit 1f6eab5Copy full SHA for 1f6eab5
composer.json
@@ -2,14 +2,18 @@
2
"name": "laravel-validation-rules/country-codes",
3
"description": "Validate country codes.",
4
"type": "library",
5
- "keywords": [ "laravel", "validation", "country" ],
+ "keywords": [
6
+ "laravel",
7
+ "validation",
8
+ "country"
9
+ ],
10
"require": {
11
"php": "^7.3|^8.0",
- "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
- "league/iso3166": "^3.0"
12
+ "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0",
13
+ "league/iso3166": "^3.0|^4.0"
14
},
15
"require-dev": {
- "orchestra/testbench": "^3.5|^4.0|^5.0",
16
+ "orchestra/testbench": "^3.5|^4.0|^5.0|^7.0",
17
"phpunit/phpunit": "^7.0|^8.0|^9.0"
18
19
"license": "Apache-2.0",
0 commit comments