Skip to content

Commit

Permalink
update require to not require the entire Laravel framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Xety committed Aug 2, 2020
1 parent d0d4c39 commit 565c52c
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 @@ -24,7 +24,8 @@
],
"require": {
"php": "^7.2.5",
"laravel/framework": "^7.0",
"illuminate/support": "^7.0",
"illuminate/database": "^7.0",
"xety/configurator": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 565c52c

Please sign in to comment.