Skip to content

Commit 506a088

Browse files
committed
Updating changelog files, ensuring that composer.lock is up to date based on composer.json
1 parent 724be3a commit 506a088

File tree

4 files changed

+1389
-648
lines changed

4 files changed

+1389
-648
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,35 @@
22

33
_This file has been auto-generated from the contents of changelog.json_
44

5-
## 5.4.0
5+
## 5.5.2
6+
7+
### Fix
8+
9+
* Fix incorrect handling of promises during package reset: https://github.com/vaimo/composer-patches/pull/124, https://github.com/vaimo/composer-patches/pull/119
10+
11+
Links: [src](https://github.com/vaimo/composer-patches/tree/5.5.2) [diff](https://github.com/vaimo/composer-patches/compare/5.5.1...5.5.2)
12+
13+
## 5.5.1 (2025-07-14)
14+
15+
### Fix
16+
17+
* Further adjusting the workaround created for loophp/phposinfo package backwards compatibility: https://github.com/vaimo/composer-patches/pull/133
18+
19+
Links: [src](https://github.com/vaimo/composer-patches/tree/5.5.1) [diff](https://github.com/vaimo/composer-patches/compare/5.5.0...5.5.1)
20+
21+
## 5.5.0 (2025-07-14)
22+
23+
### Feature
24+
25+
* Added support for negated dependencies: https://github.com/vaimo/composer-patches/pull/129
26+
27+
### Maintenance
28+
29+
* Added tests for verify the support for negated dependencies: https://github.com/vaimo/composer-patches/pull/131
30+
31+
Links: [src](https://github.com/vaimo/composer-patches/tree/5.5.0) [diff](https://github.com/vaimo/composer-patches/compare/5.4.0...5.5.0)
32+
33+
## 5.4.0 (2025-06-04)
634

735
### Maintenance
836

changelog.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44
"possible to generate change-logs in other formats as well (when needed) and to do automatic releases based on",
55
"added change-log records. More on how to use it: https://github.com/vaimo/composer-changelogs"
66
],
7+
"5.5.2": {
8+
"fix": [
9+
"Fix incorrect handling of promises during package reset: https://github.com/vaimo/composer-patches/pull/124, https://github.com/vaimo/composer-patches/pull/119"
10+
]
11+
},
12+
"5.5.1": {
13+
"fix": [
14+
"Further adjusting the workaround created for loophp/phposinfo package backwards compatibility: https://github.com/vaimo/composer-patches/pull/133"
15+
]
16+
},
17+
"5.5.0": {
18+
"feature": [
19+
"Added support for negated dependencies: https://github.com/vaimo/composer-patches/pull/129"
20+
],
21+
"maintenance": [
22+
"Added tests for verify the support for negated dependencies: https://github.com/vaimo/composer-patches/pull/131"
23+
]
24+
},
725
"5.4.0": {
826
"maintenance": [
927
"Added Github workflows config file, that runs ci:build command from the package against PHP versions 7.0 - 8.4. Different Composer versions also included.",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"config": {
2828
"platform": {
29-
"php": "7.4.0"
29+
"php": "7.4.33"
3030
},
3131
"process-timeout": 3000,
3232
"allow-plugins": {

0 commit comments

Comments
 (0)