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 15080bb commit 4bc8700
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"composer/ca-bundle": "^1.2",
"defuse/php-encryption": "^2.2.0",
"doctrine/annotations": "^1.13.1 || ^2.0",
"doctrine/collections": "^1.6.8",
"doctrine/dbal": "^3.8",
"doctrine/doctrine-bundle": "^2.6.3",
"doctrine/doctrine-migrations-bundle": "^3.2.2",
Expand Down Expand Up @@ -137,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",
"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",
"phpstan/phpstan": "*",
"phpstan/phpstan-symfony": "*",
"phpunit/phpunit": "^9.3",
"symfony/dotenv": "^6.4",
"symfony/runtime": "^6.4"
"symfony/runtime": "^6.4",
"webmozarts/console-parallelization": "^2.1"
},
"suggest": {
"ext-sockets": "*",
Expand Down

0 comments on commit 4bc8700

Please sign in to comment.