Skip to content

Commit

Permalink
Compatibility with Laravel 7 (#11)
Browse files Browse the repository at this point in the history
Bumped other dependencies too

Fixes #10
  • Loading branch information
vpratfr authored Mar 12, 2020
1 parent 6b41765 commit a4c8eb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
],
"require": {
"php": "^7.3",
"laravel/nova": "^2.0",
"illuminate/support": "^5.8|^6.0",
"bensampo/laravel-enum": "^1.26"
"laravel/nova": "^2.0|^3.0",
"illuminate/support": "^5.8|^6.0|^7.0",
"bensampo/laravel-enum": "^1.33"
},
"require-dev": {
"symfony/var-dumper": "^4.3",
"orchestra/testbench": "^3.8|^4.0",
"phpunit/phpunit": "^8.2"
"orchestra/testbench": "^3.8|^4.0|^5.0",
"phpunit/phpunit": "^8.2|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a4c8eb2

Please sign in to comment.