Skip to content

Commit

Permalink
Supports Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Jan 15, 2024
1 parent f86800f commit d2cdab2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.0

* Supports Symfony 7

## 1.3.1

* Fix typehints
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"require": {
"rekalogika/psr-16-simple-cache-bundle": "^1.0",
"psr/simple-cache": "^3.0",
"symfony/config": "^6.3",
"symfony/dependency-injection": "^6.3",
"symfony/http-foundation": "^6.3",
"symfony/http-kernel": "^6.3",
"symfony/routing": "^6.3"
"symfony/config": "^6.3 || ^7.0",
"symfony/dependency-injection": "^6.3 || ^7.0",
"symfony/http-foundation": "^6.3 || ^7.0",
"symfony/http-kernel": "^6.3 || ^7.0",
"symfony/routing": "^6.3 || ^7.0"
},
"require-dev": {
"mockery/mockery": "^1.6",
Expand All @@ -42,8 +42,8 @@
"phpstan/phpstan": "^1.10",
"vimeo/psalm": "^5.15",
"psalm/plugin-phpunit": "^0.18.4",
"symfony/event-dispatcher": "^6.3",
"symfony/phpunit-bridge": "^6.3",
"symfony/event-dispatcher": "^6.3 || ^7.0",
"symfony/phpunit-bridge": "^6.3 || ^7.0",
"psalm/plugin-mockery": "^1.1",
"twig/twig": "^2.12|^3.0"
},
Expand Down

0 comments on commit d2cdab2

Please sign in to comment.