Skip to content

Commit

Permalink
Laravel 10 updates for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics committed Jul 15, 2024
1 parent 6f0c0bf commit 0b99dc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
},
"require-dev": {
"ext-json": "*",
"beyondcode/laravel-dump-server": "^1.8",
"beyondcode/laravel-dump-server": "^1.9",
"fakerphp/faker": "^1.18",
"mockery/mockery": "^1.5",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^7.10",
"phpunit/phpunit": "^10.1",
"orchestra/testbench": "^7.6",
"orchestra/testbench": "^8.20",
"laravel/legacy-factories": "^1.0"
},
"autoload": {
Expand Down Expand Up @@ -53,6 +53,6 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"test": "./vendor/bin/phpunit --colors=always -v --testdox"
"test": "./vendor/bin/phpunit --colors=always --testdox"
}
}

0 comments on commit 0b99dc6

Please sign in to comment.