Skip to content

Commit

Permalink
Merge pull request #93 from joelhy/bugfix/lumen-8-compat
Browse files Browse the repository at this point in the history
fix: Lumen v8 compatibility
  • Loading branch information
joelhy authored Sep 17, 2020
2 parents 0986f30 + d6f38c6 commit 2e7f2af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A Lumen Generator You Are Missing",
"type": "library",
"require": {
"illuminate/support": "^5.5|^6.0|^7.0",
"illuminate/console": "^5.5|^6.0|^7.0",
"illuminate/filesystem": "^5.5|^6.0|^7.0",
"symfony/var-dumper": "^4.2|^4.3|^5.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
"illuminate/console": "^5.5|^6.0|^7.0|^8.0",
"illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0",
"symfony/var-dumper": "^4.2|^4.3|^5.0|^5.1",
"psy/psysh": "0.9.*|0.10.*",
"classpreloader/classpreloader": "^3.0|^4.0"
},
Expand Down

0 comments on commit 2e7f2af

Please sign in to comment.