Skip to content

Commit

Permalink
Prepare 6.47.1 release
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 Oct 6, 2024
1 parent 56eaaec commit d847630
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## 6.47.1

Released: 2024-10-06

### Changes

* Update minimum support for Testbench Core v6.53.1+. ([v6.53.0...v6.53.1](https://github.com/orchestral/testbench-core/compare/v6.53.0...v6.53.1))

#### Testbench Changes

##### Fixes

* Prevent seeder from being executed when `shouldSeed()` exists and return `false`.

## 6.47.0

Released: 2024-09-23
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": "^7.3 || ^8.0",
"laravel/framework": "^8.83.27",
"mockery/mockery": "^1.4.4",
"orchestra/testbench-core": "^6.53",
"orchestra/testbench-core": "^6.53.1",
"phpunit/phpunit": "^8.5.21 || ^9.5.10",
"spatie/laravel-ray": "^1.29.7"
},
Expand Down

0 comments on commit d847630

Please sign in to comment.