Skip to content

Commit dfcc9e7

Browse files
chore(release): 2.4.2 [skip ci]
## [2.4.2](v2.4.1...v2.4.2) (2025-07-03) ### Bug Fixes * **composer:** move orchestra/testbench to require-dev section ([dc5a1a7](dc5a1a7))
1 parent dc5a1a7 commit dfcc9e7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [2.4.2](https://github.com/aliziodev/laravel-taxonomy/compare/v2.4.1...v2.4.2) (2025-07-03)
10+
11+
### Bug Fixes
12+
13+
* **composer:** move orchestra/testbench to require-dev section ([dc5a1a7](https://github.com/aliziodev/laravel-taxonomy/commit/dc5a1a7dde1ca89aca1428687fb708c90db4c6c0))
14+
915
## [2.4.1](https://github.com/aliziodev/laravel-taxonomy/compare/v2.4.0...v2.4.1) (2025-07-03)
1016

1117
### Bug Fixes

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"pestphp/pest-plugin-laravel": "^3.2.0",
2828
"phpstan/phpstan": "^2.1",
2929
"larastan/larastan": "^3.4",
30-
"laravel/pint": "^1.22",
31-
"orchestra/testbench": "^9.0|^10.0"
30+
"laravel/pint": "^1.22"
3231
},
3332
"require": {
3433
"php": "^8.2",
3534
"illuminate/contracts": "^11.0|^12.0",
3635
"illuminate/support": "^11.0|^12.0",
3736
"illuminate/database": "^11.0|^12.0",
38-
"laravel/framework": "^11.0|^12.0"
37+
"laravel/framework": "^11.0|^12.0",
38+
"orchestra/testbench": "^9.0|^10.0"
3939
},
4040
"autoload": {
4141
"psr-4": {

0 commit comments

Comments
 (0)