Skip to content

Commit

Permalink
composer: reduce dependency tree (#89)
Browse files Browse the repository at this point in the history
Reduce the dependency tree to some illuminate packages in order to support
the lumen-framework package.

Signed-off-by: Michel Megens <[email protected]>

Co-authored-by: Michel Megens <[email protected]>
  • Loading branch information
michelmegens and michelmegens authored Jul 8, 2020
1 parent 107dec3 commit 6f80ed8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"license": "MIT",
"require": {
"php": "^7.2",
"laravel/framework": "~5.8.0|^6.0|^7.0"
"illuminate/database": "~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.8.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit" : "^8.0",
Expand Down

0 comments on commit 6f80ed8

Please sign in to comment.