Skip to content

Commit

Permalink
Merge pull request #12 from Daniyal-Javani/feature/adding-support-for…
Browse files Browse the repository at this point in the history
…-laravel-7

adding support for laravel 7.*
  • Loading branch information
mohamednagy authored Mar 29, 2020
2 parents f6ab0d9 + 04af6a9 commit 0da3736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"require": {
"php": "^7.2",
"illuminate/database": "6.*",
"illuminate/support": "6.*"
"illuminate/database": "7.*",
"illuminate/support": "7.*"
},
"require-dev": {
"orchestra/testbench": "~4.0"
"orchestra/testbench": "~5.0"
},
"scripts": {
"test": "vendor/bin/phpunit"
Expand Down

0 comments on commit 0da3736

Please sign in to comment.