We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09093cd + 3339c00 commit b100f99Copy full SHA for b100f99
composer.json
@@ -13,8 +13,8 @@
13
"homepage": "https://github.com/mateusjunges/laravel-acl",
14
"require": {
15
"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"
+ "illuminate/auth": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
+ "illuminate/database": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
18
},
19
"require-dev": {
20
"orchestra/testbench": "~3.4.2|~3.5.0|~3.6.0|~3.7.0",
0 commit comments