Skip to content

Commit

Permalink
improvement: pimcore#17690 Remove direct doctrine/collections dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
michalananapps committed Oct 8, 2024
1 parent 4bc8700 commit 4af93ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,18 +136,18 @@
"twig/twig": ">=3.9.0 <3.14.0"
},
"require-dev": {
"chrome-php/chrome": "^1.4.0",
"codeception/codeception": "^5.0.3",
"codeception/module-symfony": "^3.1.0",
"composer/composer": "*",
"ergebnis/phpstan-rules": "^2.0",
"gotenberg/gotenberg-php": "^1.1 || ^2.4",
"phpstan/phpstan": "*",
"phpstan/phpstan-symfony": "*",
"phpstan/phpstan": "1.12.5",
"phpstan/phpstan-symfony": "^1.3.5",
"phpunit/phpunit": "^9.3",
"gotenberg/gotenberg-php": "^1.1 || ^2.4",
"composer/composer": "*",
"chrome-php/chrome": "^1.4.0",
"webmozarts/console-parallelization": "^2.1",
"symfony/dotenv": "^6.4",
"symfony/runtime": "^6.4",
"webmozarts/console-parallelization": "^2.1"
"symfony/runtime": "^6.4"
},
"suggest": {
"ext-sockets": "*",
Expand Down

0 comments on commit 4af93ed

Please sign in to comment.