Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Mar 12, 2024
1 parent 696d654 commit 83015eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
],
"require": {
"php": "^8.1",
"illuminate/config": "^10.0 || ^11.0",
"illuminate/console": "^10.0 || ^11.0",
"illuminate/log": "^10.0 || ^11.0",
"illuminate/support": "^10.0 || ^11.0"
"illuminate/config": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/console": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/log": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/legacy-factories": "^1.0.4",
"mockery/mockery": "^1.3.2",
"orchestra/testbench": "^8.0 || ^9.0",
"phpunit/phpunit": "^9.0 || ^10.5"
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^8.5 || ^9.0 || ^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 83015eb

Please sign in to comment.