Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
masterix21 committed Sep 26, 2023
1 parent 19ed10b commit 4a5c220
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@
"require": {
"php": "^8.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"laravel/framework": "8.*",
"nesbot/carbon": "^2.63",
"orchestra/testbench": "^6.23",
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"laravel/legacy-factories": "^1.0.4",
"laravel/octane": "^1.0",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^6.35|^7.0|^8.0",
"pestphp/pest": "^1.23",
"laravel/serializable-closure": "^1.31.1",
"mockery/mockery": "^1.6.6",
"pestphp/pest": "^1.23.1",
"phpunit/phpunit": "^9.6.13",
"spatie/valuestore": "^1.2"
},
Expand Down

0 comments on commit 4a5c220

Please sign in to comment.