Skip to content

Commit

Permalink
Merge pull request #25 from ZeProf2Code/patch-1
Browse files Browse the repository at this point in the history
Update to Laravel 7.X
  • Loading branch information
jarektkaczyk authored Apr 14, 2020
2 parents 049fc84 + 2151a90 commit a61ba7e
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 @@ -24,8 +24,8 @@
],
"require": {
"php": ">=7.0.0",
"sofa/hookable": "^5.5|^6.0",
"illuminate/database": "^5.5|^6.0"
"sofa/hookable": "^5.5|^6.0|^7.0",
"illuminate/database": "^5.5|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "4.5.0",
Expand Down

0 comments on commit a61ba7e

Please sign in to comment.