Skip to content

Commit 2d63e54

Browse files
committed
Correct composer requirement for illuminate/support
1 parent f2969a8 commit 2d63e54

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"keywords": [ "laravel", "validation", "colour" ],
66
"require": {
7-
"illuminate/contracts": "^5.5 | ^6.0 | 7.0"
7+
"illuminate/contracts": "^5.5|^6.0|^7.0"
88
},
99
"require-dev": {
1010
"orchestra/testbench": "^5.0",
@@ -15,6 +15,10 @@
1515
{
1616
"name": "Ashley Clarke",
1717
"email": "[email protected]"
18+
},
19+
{
20+
"name": "Scott Robinson",
21+
"email": "[email protected]"
1822
}
1923
],
2024
"autoload": {

0 commit comments

Comments
 (0)