Skip to content

Commit

Permalink
Merge pull request #5 from stylers-llc/release/2.0
Browse files Browse the repository at this point in the history
Update for Laravel 7 compatibility
  • Loading branch information
balazsbencs authored Apr 7, 2021
2 parents 50d4cbe + 817c92a commit a22d5f1
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 @@ -22,12 +22,12 @@
],
"require": {
"php": ">=7.2.5",
"illuminate/database": "~6",
"illuminate/support": "~6"
"illuminate/database": "~7",
"illuminate/support": "~7"
},
"require-dev": {
"mockery/mockery": "^1.1",
"orchestra/testbench": "~3.0|~3.6|~3.7|~4.0",
"orchestra/testbench": "^5.0",
"phpmd/phpmd": "^2.6|^2.7|^2.8|^2.9",
"phpunit/phpunit": "^7.3|^8.0|^9.0"
},
Expand Down

0 comments on commit a22d5f1

Please sign in to comment.