Skip to content

Commit

Permalink
Merge branch '2.15.x' into 3.0.x
Browse files Browse the repository at this point in the history
* 2.15.x:
  Allow doctrine/instantiator 2 (doctrine#10351)
  • Loading branch information
derrabus committed Dec 30, 2022
2 parents 57f2569 + 10d27c1 commit c400a6d
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 @@ -29,7 +29,7 @@
"doctrine/deprecations": "^0.5.3 || ^1",
"doctrine/event-manager": "^1.2 || ^2",
"doctrine/inflector": "^1.4 || ^2.0",
"doctrine/instantiator": "^1.3",
"doctrine/instantiator": "^1.3 || ^2",
"doctrine/lexer": "^2.1 || ^3",
"doctrine/persistence": "^3.1.1",
"psr/cache": "^1 || ^2 || ^3",
Expand All @@ -39,7 +39,7 @@
"doctrine/coding-standard": "^11.0",
"phpbench/phpbench": "^1.0 || dev-master",
"phpstan/phpstan": "1.9.4",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5.28@dev",
"psr/log": "^1 || ^2 || ^3",
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^5.4 || ^6.0",
Expand Down

0 comments on commit c400a6d

Please sign in to comment.