Skip to content

Commit

Permalink
Merge pull request #126 from joelhy/fix/issue-124-package-versioning
Browse files Browse the repository at this point in the history
feat: update composer.lock and remove lumen 5.x support
  • Loading branch information
joelhy committed Mar 7, 2024
2 parents ac0538b + 67b884e commit 0408733
Show file tree
Hide file tree
Showing 2 changed files with 2,006 additions and 519 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "A Lumen Generator You Are Missing",
"type": "library",
"require": {
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^8.17|^9.0|^10.0|^11.0",
"illuminate/console": "^5.5|^6.0|^7.0|^8.0|^8.17|^9.0|^10.0|^11.0",
"illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0|^8.17|^9.0|^10.0|^11.0",
"symfony/var-dumper": "^4.2|^4.3|^5.0|^5.1|^5.2|^6.0",
"psy/psysh": "0.9.*|0.10.*|0.11.*|^0.12",
"illuminate/support": "^6.0|^7.0|^8.0|^8.17|^9.0|^10.0|^11.0",
"illuminate/console": "^6.0|^7.0|^8.0|^8.17|^9.0|^10.0|^11.0",
"illuminate/filesystem": "^6.0|^7.0|^8.0|^8.17|^9.0|^10.0|^11.0",
"symfony/var-dumper": "^5.1|^5.2|^6.0|^7.0",
"psy/psysh": "^0.12",
"classpreloader/classpreloader": "^3.0|^4.0|^4.2"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 0408733

Please sign in to comment.