Skip to content

Commit

Permalink
Update for Laravel 7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsbencs authored Apr 7, 2021
1 parent 68060d4 commit 5f20e29
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 @@ -23,11 +23,11 @@
],
"require": {
"php": ">=7.3",
"illuminate/support": "^6"
"illuminate/support": "^7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.18",
"orchestra/testbench": "~3.0|~3.6|~3.7|~4.0",
"orchestra/testbench": "~3.0|~3.6|~3.7|~4.0|~5.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^7.5.15 || ^8.4 || ^9.5.4"
},
Expand Down

0 comments on commit 5f20e29

Please sign in to comment.