Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed Mar 25, 2024
1 parent 1a1bd78 commit 4e3f175
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,31 @@
"ext-pdo_sqlite": "*",
"ext-zip": "*",
"doctrine/common": "^3.4.3",
"doctrine/doctrine-bundle": "^2.11.1",
"doctrine/orm": "^2.17.2",
"doctrine/persistence": "^3.2.0",
"friendsofphp/php-cs-fixer": "^v3.40.0",
"mongodb/mongodb": "^1.17",
"doctrine/doctrine-bundle": "^2.12.0",
"doctrine/orm": "^2.19.3",
"doctrine/persistence": "^3.3.2",
"friendsofphp/php-cs-fixer": "^3.52.1",
"mongodb/mongodb": "^1.17.1",
"ocramius/package-versions": "^2.8",
"openspout/openspout": "^4.23",
"phpoffice/phpspreadsheet": "^1.29.0 || ^2.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.55",
"phpstan/phpstan-doctrine": "^1.3.54",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-symfony": "^1.3.6",
"phpunit/phpunit": "^10.5.10 || ^11.0.3",
"ruflin/elastica": "^6.2|^7.3.1",
"symfony/browser-kit": "^6.3|^7.0",
"symfony/css-selector": "^6.3|^7.0",
"symfony/doctrine-bridge": "^6.3|^7.0.2",
"symfony/dom-crawler": "^6.3|^7.0",
"symfony/intl": "^6.3|^7.0.2",
"symfony/mime": "^6.3|^7.0",
"symfony/phpunit-bridge": "^6.3|^7.0.2",
"symfony/twig-bundle": "^6.3|^7.0",
"symfony/var-dumper": "^6.3|^7.0.2",
"symfony/yaml": "^6.3|^7.0"
"phpstan/phpstan": "^1.10.65",
"phpstan/phpstan-doctrine": "^1.3.64",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/phpstan-symfony": "^1.3.9",
"phpunit/phpunit": "^10.5.10 || ^11.0.8",
"ruflin/elastica": "^6.2|^7.3.2",
"symfony/browser-kit": "^6.3|^7.0.3",
"symfony/css-selector": "^6.3|^7.0.3",
"symfony/doctrine-bridge": "^6.3|^7.0.5",
"symfony/dom-crawler": "^6.3|^7.0.4",
"symfony/intl": "^6.3|^7.0.3",
"symfony/mime": "^6.3|^7.0.3",
"symfony/phpunit-bridge": "^6.3|^7.0.4",
"symfony/twig-bundle": "^6.3|^7.0.4",
"symfony/var-dumper": "^6.3|^7.0.4",
"symfony/yaml": "^6.3|^7.0.3"
},
"suggest": {
"doctrine/doctrine-bundle": "For integrated access to Doctrine object managers",
Expand Down

0 comments on commit 4e3f175

Please sign in to comment.