Skip to content

Commit b100f99

Browse files
author
Mateus Junges
authored
Merge pull request mateusjunges#128 from mateusjunges/laravel-6
Fix composer.json for laravel v6
2 parents 09093cd + 3339c00 commit b100f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"homepage": "https://github.com/mateusjunges/laravel-acl",
1414
"require": {
1515
"php": ">=7.0",
16-
"illuminate/auth": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0",
17-
"illuminate/database": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|~6.0"
16+
"illuminate/auth": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
17+
"illuminate/database": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
1818
},
1919
"require-dev": {
2020
"orchestra/testbench": "~3.4.2|~3.5.0|~3.6.0|~3.7.0",

0 commit comments

Comments
 (0)