Skip to content

Commit

Permalink
Bump Symfony dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Sep 28, 2023
1 parent df3b1f3 commit 2630234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"rector/rector": "0.18.4",
"ruflin/elastica": "^7.3",
"solarium/solarium": "^6.2",
"symfony/cache": "^5.4 || ^6.2",
"symfony/cache": "^5.4 || ^6.3 || ^7.0",
"twig/twig": "^2.13 || ^3.0"
},
"conflict": {
Expand Down
2 changes: 1 addition & 1 deletion lib/Adapter/Doctrine/ORM/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"require-dev": {
"phpunit/phpunit": "^10.3",
"symfony/cache": "^5.4 || ^6.2"
"symfony/cache": "^5.4 || ^6.3 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2630234

Please sign in to comment.