Update composer.json

This commit is contained in:
Barry vd. Heuvel 2020-02-25 21:42:23 +01:00 committed by GitHub
parent 7afc4a493d
commit 42d5da5379
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.1",
"illuminate/routing": "^5.5|^6",
"illuminate/session": "^5.5|^6",
"illuminate/support": "^5.5|^6",
"illuminate/routing": "^5.5|^6|^7",
"illuminate/session": "^5.5|^6|^7",
"illuminate/support": "^5.5|^6|^7",
"symfony/debug": "^3|^4|^5",
"symfony/finder": "^3|^4|^5"
},