Skip to content

Commit d4fe17f

Browse files
committed
Merge branch 'v5' of github.com:lazychaser/laravel-nestedset into v5
2 parents 173280d + 48f08a7 commit d4fe17f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
"require": {
1515
"php": ">=7.1.3",
16-
"illuminate/support": "~5.7.0|~5.8.0|~6.0|~7.0",
17-
"illuminate/database": "~5.7.0|~5.8.0|~6.0|~7.0",
18-
"illuminate/events": "~5.7.0|~5.8.0|~6.0|~7.0"
16+
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0",
17+
"illuminate/database": "~5.7.0|~5.8.0|^6.0|^7.0",
18+
"illuminate/events": "~5.7.0|~5.8.0|^6.0|^7.0"
1919
},
2020

2121
"autoload": {

0 commit comments

Comments
 (0)