Skip to content

Commit d10beaf

Browse files
authored
Merge pull request #4 from 64robots/mmanzano-update-composer
Update composer.json
2 parents 06aa249 + 1772a26 commit d10beaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"license": "MIT",
1010
"require": {
1111
"php": ">=7.1.0",
12-
"illuminate/support": "6.*|7.*",
13-
"illuminate/notifications": "6.*|7.*",
14-
"illuminate/console": "6.*|7.*",
15-
"illuminate/database": "6.*|7.*"
12+
"illuminate/support": "^6.0|^7.0",
13+
"illuminate/notifications": "^6.0|^7.0",
14+
"illuminate/console": "^6.0|^7.0",
15+
"illuminate/database": "^6.0|^7.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)