Skip to content

Commit 3526f51

Browse files
committed
[fix] change to dependency versions to caret
- changes laravel dependency versions to caret
1 parent 8cb98d8 commit 3526f51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"require": {
1919
"php": ">=7.2",
2020
"doctrine/dbal": "^2.9",
21-
"illuminate/bus": "~6.0.0",
22-
"illuminate/console": "~6.0.0",
23-
"illuminate/contracts": "~6.0.0",
24-
"illuminate/database": "~6.0.0",
25-
"illuminate/events": "~6.0.0",
26-
"illuminate/notifications": "~6.0.0",
21+
"illuminate/bus": "^6.0",
22+
"illuminate/console": "^6.0",
23+
"illuminate/contracts": "^6.0",
24+
"illuminate/database": "^6.0",
25+
"illuminate/events": "^6.0",
26+
"illuminate/notifications": "^6.0",
2727
"laravelcollective/html": "^6.0"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)