Skip to content

Commit

Permalink
Merge pull request #118 from flipboxstudio/add_lumen_9_support
Browse files Browse the repository at this point in the history
Add support for Lumen 9.x
  • Loading branch information
jorgemudry committed Mar 14, 2022
2 parents d9946a9 + 0cc0bb0 commit fb44766
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -3,12 +3,12 @@
"description": "A Lumen Generator You Are Missing",
"type": "library",
"require": {
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^8.17",
"illuminate/console": "^5.5|^6.0|^7.0|^8.0|^8.17",
"illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0|^8.17",
"symfony/var-dumper": "^4.2|^4.3|^5.0|^5.1|^5.2",
"psy/psysh": "0.9.*|0.10.*",
"classpreloader/classpreloader": "^3.0|^4.0"
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^8.17|^9.0",
"illuminate/console": "^5.5|^6.0|^7.0|^8.0|^8.17|^9.0",
"illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0|^8.17|^9.0",
"symfony/var-dumper": "^4.2|^4.3|^5.0|^5.1|^5.2|^6.0",
"psy/psysh": "0.9.*|0.10.*|0.11.*",
"classpreloader/classpreloader": "^3.0|^4.0|^4.2"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit fb44766

Please sign in to comment.