Skip to content

Commit

Permalink
Merge pull request #11 from litvinjuan/laravel-7-support
Browse files Browse the repository at this point in the history
Add Laravel 7 support
  • Loading branch information
fulopattila122 authored Mar 5, 2020
2 parents 0fc775a + 934a284 commit 071917d
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,11 +24,11 @@
"require": {
"php": "^7.1.3",
"konekt/enum": "^2.0.2 || ^3.0.0",
"illuminate/database": "5.*|6.*"
"illuminate/database": "5.*|6.*|7.*"
},
"require-dev": {
"phpunit/phpunit": "6.3 - 7.5|~8.0",
"illuminate/events": "5.*|6.*",
"illuminate/events": "5.*|6.*|7.*",
"ocramius/package-versions": "^1.2"
},
"autoload": {
Expand Down

0 comments on commit 071917d

Please sign in to comment.