Skip to content

Commit 114de73

Browse files
committed
Prepare 5.5.0 release.
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent f48f227 commit 114de73

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG-5.x.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## 5.5.0
6+
7+
Released: 2020-08-31
8+
9+
### Changes
10+
11+
* Update minimum support for Laravel Framework v7.24.0+. ([v7.10.0...v7.24.0](https://github.com/laravel/framework/compare/v7.1.0...v7.10.0))
12+
* Update minimum support for Testbench Core v5.3.0+. ([v5.2.0...v5.3.0](https://github.com/orchestral/testbench-core/compare/v5.2.0...v5.3.0))
13+
514
## 5.4.0
615

716
Released: 2020-08-18

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"require": {
2020
"php": ">=7.2.5",
21-
"laravel/framework": "^7.10",
21+
"laravel/framework": "^7.24",
2222
"mockery/mockery": "^1.3.1",
23-
"orchestra/testbench-core": "^5.2",
23+
"orchestra/testbench-core": "^5.3",
2424
"phpunit/phpunit": "^8.4 || ^9.0"
2525
},
2626
"provides": {

0 commit comments

Comments
 (0)