Skip to content

Commit 277b4b4

Browse files
committed
Update composer.json
1 parent a00653b commit 277b4b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
],
2020
"require": {
2121
"php": "^7.2",
22-
"illuminate/console": "6.0.*",
23-
"illuminate/filesystem": "6.0.*",
24-
"illuminate/support": "6.0.*",
22+
"illuminate/console": "^6.0",
23+
"illuminate/filesystem": "^6.0",
24+
"illuminate/support": "^6.0",
2525
"doctrine/annotations": "~1.0"
2626
},
2727
"require-dev": {
28-
"illuminate/database": "6.0.*",
28+
"illuminate/database": "^6.0",
2929
"mockery/mockery": "^1.0",
3030
"phpunit/phpunit": "^8.0"
3131
},

0 commit comments

Comments
 (0)