Update composer.json

This commit is contained in:
Barry vd. Heuvel 2019-08-21 13:00:02 +02:00 committed by GitHub
parent 85463ebc49
commit e43aa86bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@
"require": {
"php": ">=7.0",
"maximebf/debugbar": "~1.15.0",
"illuminate/routing": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/session": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/routing": "^5.5|^6",
"illuminate/session": "^5.5|^6",
"illuminate/support": "^5.5|^6",
"symfony/debug": "^3|^4",
"symfony/finder": "^3|^4"
},