Skip to content

Commit

Permalink
Merge pull request #34 from Weebly/laravel-upgrade-1
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
dustindoiron committed Sep 8, 2022
2 parents 9260fb5 + a04bc7d commit 4d76556
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 4d76556

Please sign in to comment.