Skip to content

Commit

Permalink
Up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed May 21, 2024
1 parent 9969d34 commit c5f175f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=8.1",
"setono/tag-bag": "^2.2",
"setono/tag-bag": "^2.3",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
Expand All @@ -21,13 +21,13 @@
"webmozart/assert": "^1.11"
},
"require-dev": {
"matthiasnoback/symfony-dependency-injection-test": "^4.3 || ^5.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.3 || ^5.1",
"nyholm/symfony-bundle-test": "^2.0 || ^3.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.6",
"psalm/plugin-phpunit": "^0.18",
"psalm/plugin-symfony": "^5.0",
"setono/code-quality-pack": "^2.6",
"psalm/plugin-symfony": "^5.1",
"setono/code-quality-pack": "^2.7",
"symfony/twig-bundle": "^6.4 || ^7.0"
},
"prefer-stable": true,
Expand Down

0 comments on commit c5f175f

Please sign in to comment.