Skip to content

Commit

Permalink
Merge branch '1.x' into 8.x
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 6, 2023
2 parents 8782ebb + 35789e0 commit fc02999
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/workbench`.

## 1.2.0

Released: 2023-12-06

### Added

* Supports Workbench `discovers.components` configuration.

## 1.1.0

Released: 2023-12-04
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"laravel/framework": "^10.26",
"laravel/tinker": "^2.8.2",
"orchestra/canvas": "^8.11.4",
"orchestra/testbench-core": "^8.16",
"orchestra/testbench-core": "^8.17",
"spatie/laravel-ray": "^1.32.4",
"symfony/polyfill-php83": "^1.28",
"symfony/yaml": "^6.2"
Expand Down
1 change: 1 addition & 0 deletions src/Console/stubs/testbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ workbench:
web: true
api: false
commands: false
components: false
views: false
build: []
assets: []
Expand Down
1 change: 1 addition & 0 deletions tests/WorkbenchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function it_can_resolve_workbench_config()
'web' => true,
'api' => true,
'commands' => true,
'components' => false,
'views' => false,
], Workbench::config('discovers'));
}
Expand Down

0 comments on commit fc02999

Please sign in to comment.