Skip to content

Commit

Permalink
Merge pull request #1519 from mbabker/bump-min-deps
Browse files Browse the repository at this point in the history
Bump minimum dependencies to match what's actually tested
  • Loading branch information
scyzoryck committed Oct 23, 2023
2 parents dc484a3 + 6f05f72 commit 1de9b18
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"php": "^7.2||^8.0",
"doctrine/annotations": "^1.13 || ^2.0",
"doctrine/instantiator": "^1.0.3 || ^2.0",
"php": "^7.2 || ^8.0",
"doctrine/annotations": "^1.14 || ^2.0",
"doctrine/instantiator": "^1.3.1 || ^2.0",
"doctrine/lexer": "^2.0 || ^3.0",
"jms/metadata": "^2.6",
"phpstan/phpdoc-parser": "^0.4 || ^0.5 || ^1.0"
"phpstan/phpdoc-parser": "^1.20"
},
"suggest": {
"doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
Expand All @@ -32,24 +32,24 @@
"require-dev": {
"ext-pdo_sqlite": "*",
"doctrine/coding-standard": "^12.0",
"doctrine/orm": "~2.1",
"doctrine/persistence": "^1.3.3|^2.0|^3.0",
"doctrine/phpcr-odm": "^1.3|^2.0",
"jackalope/jackalope-doctrine-dbal": "^1.1.5",
"ocramius/proxy-manager": "^1.0|^2.0",
"doctrine/orm": "^2.14",
"doctrine/persistence": "^2.5.2 || ^3.0",
"doctrine/phpcr-odm": "^1.5.2 || ^2.0",
"jackalope/jackalope-doctrine-dbal": "^1.3",
"ocramius/proxy-manager": "^1.0 || ^2.0",
"phpbench/phpbench": "^1.0",
"phpstan/phpstan": "^1.0.2",
"phpunit/phpunit": "^8.5.21||^9.0||^10.0",
"psr/container": "^1.0|^2.0",
"symfony/dependency-injection": "^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/expression-language": "^3.2|^4.0|^5.0|^6.0|^7.0",
"symfony/filesystem": "^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/form": "^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/translation": "^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/uid": "^5.1|^6.0|^7.0",
"symfony/validator": "^3.1.9|^4.0|^5.0|^6.0|^7.0",
"symfony/yaml": "^3.3|^4.0|^5.0|^6.0|^7.0",
"twig/twig": "~1.34|~2.4|^3.0"
"phpunit/phpunit": "^8.5.21 || ^9.0 || ^10.0",
"psr/container": "^1.0 || ^2.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/expression-language": "^3.2 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/filesystem": "^4.2 || ^5.0 || ^6.0 || ^7.0",
"symfony/form": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/translation": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/uid": "^5.1 || ^6.0 || ^7.0",
"symfony/validator": "^3.1.9 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"twig/twig": "^1.34 || ^2.4 || ^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1de9b18

Please sign in to comment.