Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 6aefd21

Browse files
simplify version constraints
1 parent 0307b11 commit 6aefd21

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
@@ -3,9 +3,9 @@
33
"description": "A package to override Laravel migrations to more efficiently store UUID fields in your database",
44
"type": "utility",
55
"require": {
6-
"php": ">=5.6.4 || >= 7.0 || ^7.1.3",
7-
"illuminate/container": "5.4 - 5.8",
8-
"illuminate/database": "5.4 - 5.8"
6+
"php": ">=5.6.4",
7+
"illuminate/container": "~5.4",
8+
"illuminate/database": "~5.4"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "~5.7",

0 commit comments

Comments
 (0)