Skip to content

Commit d2cdab2

Browse files
committed
Supports Symfony 7
1 parent f86800f commit d2cdab2

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.4.0
4+
5+
* Supports Symfony 7
6+
37
## 1.3.1
48

59
* Fix typehints

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"require": {
3030
"rekalogika/psr-16-simple-cache-bundle": "^1.0",
3131
"psr/simple-cache": "^3.0",
32-
"symfony/config": "^6.3",
33-
"symfony/dependency-injection": "^6.3",
34-
"symfony/http-foundation": "^6.3",
35-
"symfony/http-kernel": "^6.3",
36-
"symfony/routing": "^6.3"
32+
"symfony/config": "^6.3 || ^7.0",
33+
"symfony/dependency-injection": "^6.3 || ^7.0",
34+
"symfony/http-foundation": "^6.3 || ^7.0",
35+
"symfony/http-kernel": "^6.3 || ^7.0",
36+
"symfony/routing": "^6.3 || ^7.0"
3737
},
3838
"require-dev": {
3939
"mockery/mockery": "^1.6",
@@ -42,8 +42,8 @@
4242
"phpstan/phpstan": "^1.10",
4343
"vimeo/psalm": "^5.15",
4444
"psalm/plugin-phpunit": "^0.18.4",
45-
"symfony/event-dispatcher": "^6.3",
46-
"symfony/phpunit-bridge": "^6.3",
45+
"symfony/event-dispatcher": "^6.3 || ^7.0",
46+
"symfony/phpunit-bridge": "^6.3 || ^7.0",
4747
"psalm/plugin-mockery": "^1.1",
4848
"twig/twig": "^2.12|^3.0"
4949
},

0 commit comments

Comments
 (0)