Skip to content

Commit 2222622

Browse files
authored
Merge pull request #13 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents 4c5f337 + e589fc4 commit 2222622

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
"name": "laravel-validation-rules/colour",
33
"description": "Validate colours",
44
"type": "library",
5-
"keywords": [ "laravel", "validation", "colour" ],
5+
"keywords": [
6+
"laravel",
7+
"validation",
8+
"colour"
9+
],
610
"require": {
7-
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0"
11+
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0"
812
},
913
"require-dev": {
10-
"orchestra/testbench": "^5.0",
14+
"orchestra/testbench": "^5.0|^7.0",
1115
"phpunit/phpunit": "^9.0"
1216
},
1317
"license": "Apache-2.0",

0 commit comments

Comments
 (0)