Skip to content

Commit c79c27e

Browse files
committed
Re-added support for Symfony 4
1 parent 6281373 commit c79c27e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased](https://github.com/contentful/contentful-management.php/compare/4.0.0...HEAD)
6+
## [Unreleased](https://github.com/contentful/contentful-management.php/compare/4.1.2...HEAD)
77

88
<!-- PENDING-CHANGES -->
99
> No meaningful changes since last release.
1010
<!-- /PENDING-CHANGES -->
1111
12+
## [4.1.2](https://github.com/contentful/contentful-management.php/tree/4.1.2) (2024-05-30)
13+
14+
* Re-added support for Symfony 4
15+
1216
## [4.1.1](https://github.com/contentful/contentful-management.php/tree/4.1.1) (2024-02-25)
1317

1418
* Bumped depency versions

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"require": {
77
"php": "^8.0",
88
"contentful/core": "^4.0",
9-
"symfony/console": "^5.0|^6.0|^7.0",
10-
"symfony/filesystem": "~5.0|^6.0|^7.0"
9+
"symfony/console": "^4.0|^5.0|^6.0|^7.0",
10+
"symfony/filesystem": "^4.0|~5.0|^6.0|^7.0"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)