Skip to content

Commit

Permalink
chore(deps): updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Apr 9, 2024
1 parent 3a36b84 commit 0a1529d
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 @@ -14,7 +14,7 @@
"php": "^8.1",
"composer-runtime-api": "^2.0",
"doctrine/common": "^2.0 || ^3.0",
"doctrine/instantiator": "^1.0",
"doctrine/instantiator": "^1.0 || ^2.0",
"doctrine/inflector": "^1.0 || ^2.0",
"doctrine/lexer": "^2.0 || ^3.0",
"kcs/metadata": "^2.0 || ^3.0 || ^4.0",
Expand All @@ -38,12 +38,12 @@
"cakephp/chronos": "^2.0",
"doctrine/annotations": "^1.0 || ^2.0",
"doctrine/orm": "^2.3",
"doctrine/persistence": "^2.0",
"doctrine/phpcr-odm": "^1.0",
"doctrine/persistence": "^2.0 || ^3.0",
"doctrine/phpcr-odm": "^1.0 || ^2.0",
"friendsofphp/proxy-manager-lts": "^1.0",
"jackalope/jackalope-doctrine-dbal": "^1.0",
"nikic/php-parser": "^4.10.0",
"phpcollection/phpcollection": "^0.5.0",
"jackalope/jackalope-doctrine-dbal": "^1.0 || ^2.0",
"nikic/php-parser": "^4.10.0 || ^5.0",
"phpcollection/phpcollection": "^0.5 || ^0.6",
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.0",
"phpdocumentor/type-resolver": ">=0.1.8,<1.0 || ^1.0",
"phpspec/prophecy-phpunit": "^2.0",
Expand All @@ -52,22 +52,22 @@
"ramsey/uuid": "^4.0 || ^3.6",
"roave/security-advisories": "dev-master",
"solido/php-coding-standards": "dev-master",
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/browser-kit": "^5.4 || ^6.0 || ^7.0",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/contracts": "^1.1 || ^2.0 || ^3.0",
"symfony/css-selector": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/dom-crawler": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/form": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/property-info": "^5.4 || ^6.0",
"symfony/serializer": "^5.4 || ^6.0",
"symfony/translation": "^5.4 || ^6.0",
"symfony/validator": "^5.4 || ^6.0",
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0",
"symfony/css-selector": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/dom-crawler": "^5.4 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
"symfony/form": "^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/property-info": "^5.4 || ^6.0 || ^7.0",
"symfony/serializer": "^5.4 || ^6.0 || ^7.0",
"symfony/translation": "^5.4 || ^6.0 || ^7.0",
"symfony/validator": "^5.4 || ^6.0 || ^7.0",
"symfony/web-profiler-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
"twig/twig": "^1.12 || ^2.0 || ^3.0"
},
"autoload": {
Expand Down

0 comments on commit 0a1529d

Please sign in to comment.