Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
masterix21 committed Sep 26, 2023
1 parent 4a5c220 commit 3f68dee
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,16 @@
"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",
"laravel/serializable-closure": "^1.31.1",
"mockery/mockery": "^1.6.6",
"pestphp/pest": "^1.23.1",
"phpunit/phpunit": "^9.6.13",
"laravel/serializable-closure": "^1.1",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^6.23|^7.0|^8.0",
"pestphp/pest": "^1.22",
"phpunit/phpunit": "^9.4",
"spatie/valuestore": "^1.2"
},
"autoload": {
Expand Down

0 comments on commit 3f68dee

Please sign in to comment.