Skip to content

Commit

Permalink
no-need laravel on composer require
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnujakaria committed Apr 26, 2020
1 parent 026e839 commit 97f2347
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 @@ -10,7 +10,9 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2"
},
"require-dev": {
"laravel/framework": "^6.0 || ^7.0"
},
"autoload": {
Expand Down

0 comments on commit 97f2347

Please sign in to comment.