We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d393691 commit 13548caCopy full SHA for 13548ca
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 7.0.2
2
+- Fix version constraint error in `symfony/templating` requirement
3
+
4
+# 7.0.1
5
+- Update xmlseclibs to version 3.1.4
6
+- Mark as incompatible with symfony/http-foundation >=8.0
7
8
9
# 7.0.0
10
- Add SF 7 support
11
- Upgrade dev & qa tooling
composer.json
@@ -15,7 +15,7 @@
15
"symfony/dependency-injection": "^6.3|^7.0",
16
"symfony/framework-bundle": "^6.3|^7.0",
17
"symfony/security-bundle": "^6.3|^7.0",
18
- "symfony/templating": "^6.3|7.0",
+ "symfony/templating": "^6.3|^7.0",
19
"twig/twig": "^3"
20
},
21
"conflict": {
0 commit comments