Skip to content

Commit

Permalink
Merge pull request #14 from masroore/master
Browse files Browse the repository at this point in the history
Added Laravel 8.* dependency
  • Loading branch information
fulopattila122 authored Sep 12, 2020
2 parents ece65ed + ef0290f commit 9b490e3
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.*|7.*"
"illuminate/database": "5.*|6.*|7.*|8.*"
},
"require-dev": {
"phpunit/phpunit": "6.3 - 7.5|~8.0",
"illuminate/events": "5.*|6.*|7.*",
"illuminate/events": "5.*|6.*|7.*|8.*",
"ocramius/package-versions": "^1.2"
},
"autoload": {
Expand Down

0 comments on commit 9b490e3

Please sign in to comment.