Skip to content

Commit

Permalink
Merge branch '7.x' into 8.x
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 25, 2024
2 parents 7d88d76 + b55f3c1 commit e34136c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Empty file added CHANGELOG-9.x.md
Empty file.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"fakerphp/faker": "^1.21",
"laravel/framework": "^10.48.25",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^8.31.1",
"orchestra/workbench": "^8.15",
"orchestra/testbench-core": "^8.32.0",
"orchestra/workbench": "^8.17.0",
"phpunit/phpunit": "^9.6 || ^10.1",
"symfony/process": "^6.2",
"symfony/yaml": "^6.2",
Expand Down
4 changes: 4 additions & 0 deletions testbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ workbench:
api: true
commands: true
views: true
sync:
- from: storage
to: workbench/storage
reverse: true

purge:
directories: public/vendor/*

0 comments on commit e34136c

Please sign in to comment.