Skip to content

Commit 13548ca

Browse files
committed
Fix erroneous "7" instead of "^7" constraint.
1 parent d393691 commit 13548ca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# 7.0.0
210
- Add SF 7 support
311
- Upgrade dev & qa tooling

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"symfony/dependency-injection": "^6.3|^7.0",
1616
"symfony/framework-bundle": "^6.3|^7.0",
1717
"symfony/security-bundle": "^6.3|^7.0",
18-
"symfony/templating": "^6.3|7.0",
18+
"symfony/templating": "^6.3|^7.0",
1919
"twig/twig": "^3"
2020
},
2121
"conflict": {

0 commit comments

Comments
 (0)