Skip to content

Commit

Permalink
remove unnecessary requirements
Browse files Browse the repository at this point in the history
removed below requirements

"illuminate/support": "^7.0",
"illuminate/validation": "^7.0"
  • Loading branch information
saeedsajadi committed Jan 31, 2021
1 parent a6fb9c4 commit 164436f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
}
],
"require": {
"php": "^7.2.5",
"illuminate/support": "^7.0",
"illuminate/validation": "^7.0"
"php": "^7.2.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 164436f

Please sign in to comment.