Skip to content

Commit 02a578c

Browse files
committed
Simplify constraints
1 parent a3d5aaa commit 02a578c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
],
2525
"require": {
2626
"php": ">=7.0",
27-
"illuminate/contracts": "~5.4|~5.5|~5.6",
28-
"illuminate/database": "~5.4|~5.5|~5.6",
29-
"illuminate/support": "~5.4|~5.5|~5.6",
27+
"illuminate/contracts": "~5.4",
28+
"illuminate/database": "~5.4",
29+
"illuminate/support": "~5.4",
3030
"laravel/scout": "~5.0"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)