Skip to content

Commit

Permalink
Merge pull request #88 from #87
Browse files Browse the repository at this point in the history
feat: add PHP8 / Lumen8 support
  • Loading branch information
ThorstenSuckow committed Feb 1, 2024
2 parents d750b27 + 979e20f commit efd32ee
Show file tree
Hide file tree
Showing 6 changed files with 2,031 additions and 1,129 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
{"url": "https://horde-satis.maintaina.com", "type": "composer"}
],
"require": {
"php": ">=7.4",
"conjoon/php-lib-conjoon": "1.1.1",
"php": "^8.1",
"conjoon/php-lib-conjoon": "1.1.2",
"fruitcake/laravel-cors": "^2.0",
"laravel/lumen-framework": "5.8.*"
"laravel/lumen-framework": "^8.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
Expand Down
Loading

0 comments on commit efd32ee

Please sign in to comment.