Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dustindoiron authored Sep 8, 2022
1 parent 9260fb5 commit a04bc7d
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 @@ -7,12 +7,12 @@
"require": {
"php": ">=7.2 || ^8.0",
"ramsey/uuid": "~3.0 || ~4.0",
"laravel/framework": "^6.0 || ^7.0 || ^8.0"
"laravel/framework": ">=5.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0",
"laravel/framework": "8.*",
"laravel/framework": ">=5.0",
"orchestra/testbench": "^6.0",
"phpstan/phpstan": "^1.8"
},
Expand Down

0 comments on commit a04bc7d

Please sign in to comment.