Skip to content

Commit

Permalink
Update deps to minimum supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed Aug 12, 2024
1 parent f32e79e commit d53cc2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"doctrine/persistence": "^2.1 || ^3.0",
"doctrine/persistence": "^2.2 || ^3.0",
"phpunit/phpunit": "^9.6.0",
"pimcore/pimcore": "^10.5 || ~11.0.0 || ~11.1.0 || ~11.2.2",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"psr/log": "^1.1.3 || ^2.0 || ^3.0",
"symfony/config": "^5.4 || ^6.4",
"symfony/console": "^5.4 || ^6.4",
"symfony/dependency-injection": "^5.4 || ^6.4",
Expand Down

0 comments on commit d53cc2e

Please sign in to comment.