Skip to content

Commit 77d7fbd

Browse files
authored
Merge pull request #67 from TerrorSquad/release-please--branches--main
chore(main): release 2.5.0
2 parents 21e4ff1 + 9d2853d commit 77d7fbd

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.4.0"
2+
".": "2.5.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/TerrorSquad/php-booster/compare/v2.4.0...v2.5.0) (2026-02-23)
4+
5+
6+
### Features
7+
8+
* add support for --ignore-platform-reqs flag in integration script and update documentation ([fb56818](https://github.com/TerrorSquad/php-booster/commit/fb5681815b7352b735016a79fbaea58a799735af))
9+
10+
11+
### Bug Fixes
12+
13+
* --ignore-platform-reqs flag and update settings ([21e4ff1](https://github.com/TerrorSquad/php-booster/commit/21e4ff16a5d8fe2b8a03b7b4cf40d27484f3efbd))
14+
315
## [2.4.0](https://github.com/TerrorSquad/php-booster/compare/v2.3.0...v2.4.0) (2026-02-20)
416

517

booster/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "generic/php-ddev-booster",
33
"type": "project",
4-
"version": "2.4.0",
4+
"version": "2.5.0",
55
"authors": [
66
{
77
"name": "DDEV User",

booster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php_booster",
33
"private": true,
44
"type": "module",
5-
"version": "2.4.0",
5+
"version": "2.5.0",
66
"scripts": {
77
"commit": "commit",
88
"test": "vitest run .husky/tests",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-booster",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxi dev",

0 commit comments

Comments
 (0)