Skip to content

Commit

Permalink
Merge pull request #17 from DannyvdSluijs/support-lumen
Browse files Browse the repository at this point in the history
Require illuminate dependencies and drop full laravel framework
  • Loading branch information
timacdonald authored Jan 26, 2023
2 parents c42f42a + ef8d1a2 commit faf50c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
],
"require": {
"php": "^8.0",
"laravel/framework": "^9.0"
"illuminate/database": "^9.0",
"illuminate/http": "^9.0",
"illuminate/support": "^9.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
Expand Down

0 comments on commit faf50c9

Please sign in to comment.