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.
2 parents 4c5f337 + e589fc4 commit 2222622Copy full SHA for 2222622
composer.json
@@ -2,12 +2,16 @@
2
"name": "laravel-validation-rules/colour",
3
"description": "Validate colours",
4
"type": "library",
5
- "keywords": [ "laravel", "validation", "colour" ],
+ "keywords": [
6
+ "laravel",
7
+ "validation",
8
+ "colour"
9
+ ],
10
"require": {
- "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0"
11
+ "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0"
12
},
13
"require-dev": {
- "orchestra/testbench": "^5.0",
14
+ "orchestra/testbench": "^5.0|^7.0",
15
"phpunit/phpunit": "^9.0"
16
17
"license": "Apache-2.0",
0 commit comments