Skip to content

Commit

Permalink
Merge pull request #4 from krzysztofrewak/laravel-7-support
Browse files Browse the repository at this point in the history
Laravel 7 support in dependencies
  • Loading branch information
krzysztofrewak authored Mar 22, 2020
2 parents d1c4830 + 697329f commit 0cfcb18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"license": "MIT",
"require": {
"php": "^7.3",
"illuminate/support": "^6.3",
"illuminate/validation": "^6.3"
"illuminate/support": "^6.3|^7.0",
"illuminate/validation": "^6.3|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0cfcb18

Please sign in to comment.