8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7e8d0b + e34136c commit 307a4aeCopy full SHA for 307a4ae
composer.json
@@ -25,8 +25,8 @@
25
"fakerphp/faker": "^1.23",
26
"laravel/framework": "^11.35.0",
27
"mockery/mockery": "^1.6.10",
28
- "orchestra/testbench-core": "^9.8.1",
29
- "orchestra/workbench": "^9.11",
+ "orchestra/testbench-core": "^9.9.0",
+ "orchestra/workbench": "^9.13.0",
30
"phpunit/phpunit": "^10.5.35 || ^11.3.6",
31
"symfony/process": "^7.0.3",
32
"symfony/yaml": "^7.0.3",
testbench.yaml
@@ -16,6 +16,10 @@ workbench:
16
api: true
17
commands: true
18
views: true
19
+ sync:
20
+ - from: storage
21
+ to: workbench/storage
22
+ reverse: true
23
24
purge:
files:
0 commit comments