Skip to content

Commit 2b2c03b

Browse files
authored
Merge pull request #656 from greg0ire/drop-old-deps
Drop support for old versions of dependencies
2 parents 60e40c1 + 8a21bb3 commit 2b2c03b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
"homepage": "https://www.doctrine-project.org",
2626
"require": {
2727
"php": "^8.4",
28-
"doctrine/dbal": "^2 || ^3 || ^4",
28+
"doctrine/dbal": "^4",
2929
"doctrine/doctrine-bundle": "^3",
3030
"doctrine/migrations": "^3.2",
31-
"psr/log": "^1 || ^2 || ^3",
31+
"psr/log": "^3",
3232
"symfony/config": "^6.4 || ^7.0 || ^8.0",
3333
"symfony/console": "^6.4 || ^7.0 || ^8.0",
3434
"symfony/dependency-injection": "^6.4 || ^7.0 || ^8.0",
35-
"symfony/deprecation-contracts": "^2.1 || ^3",
35+
"symfony/deprecation-contracts": "^3",
3636
"symfony/framework-bundle": "^6.4 || ^7.0 || ^8.0",
3737
"symfony/http-foundation": "^6.4 || ^7.0 || ^8.0",
3838
"symfony/http-kernel": "^6.4 || ^7.0 || ^8.0",
39-
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
39+
"symfony/service-contracts": "^3.0"
4040
},
4141
"require-dev": {
4242
"composer/semver": "^3.0",
@@ -47,7 +47,7 @@
4747
"phpstan/phpstan-phpunit": "^2",
4848
"phpstan/phpstan-strict-rules": "^2",
4949
"phpstan/phpstan-symfony": "^2",
50-
"phpunit/phpunit": "^10.5.58 || ^11.5",
50+
"phpunit/phpunit": "^11.5.45",
5151
"symfony/var-exporter": "^6.4 || ^7 || ^8"
5252
},
5353
"autoload": {

0 commit comments

Comments
 (0)