Skip to content

Commit

Permalink
Correct composer requirement for illuminate/support
Browse files Browse the repository at this point in the history
  • Loading branch information
ssx committed Mar 31, 2020
1 parent f2969a8 commit 2d63e54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"keywords": [ "laravel", "validation", "colour" ],
"require": {
"illuminate/contracts": "^5.5 | ^6.0 | 7.0"
"illuminate/contracts": "^5.5|^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "^5.0",
Expand All @@ -15,6 +15,10 @@
{
"name": "Ashley Clarke",
"email": "[email protected]"
},
{
"name": "Scott Robinson",
"email": "[email protected]"
}
],
"autoload": {
Expand Down

0 comments on commit 2d63e54

Please sign in to comment.