We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b2ada commit 231b5eaCopy full SHA for 231b5ea
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [1.5.1] - 2022-02-07
8
+
9
+- Fixed: increased contao minimum version to 4.9
10
11
## [1.5.0] - 2022-02-07
12
13
- Fixed: dependencies for contao 4.13
composer.json
@@ -5,7 +5,7 @@
"license": "LGPL-3.0-or-later",
"require": {
"php": "^7.2||^8.0",
- "contao/core-bundle": "^4.4",
+ "contao/core-bundle": "^4.9",
"ext-json": "*",
"symfony/cache": "4.4||^5.4",
"symfony/config": "4.4||^5.4",
0 commit comments