summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-08 11:23:34 +0100
committerRemi Collet <remi@remirepo.net>2020-12-08 11:23:34 +0100
commit8308e69fef4cea2e8db182a80504037f4ce3346c (patch)
tree2178b77a02b61e2d72c562f61c311e4ad5c63637 /composer.json
parent969902c87e05d1102bf67b9fa96452611b0e9919 (diff)
update to 3.1.0
switch to phpunit9
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
1 files changed, 5 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index 655bfaa..f1d7ad9 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"name": "doctrine/common",
"type": "library",
- "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
+ "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
"keywords": [
"php",
"common",
@@ -22,10 +22,10 @@
"doctrine/persistence": "^2.0"
},
"require-dev": {
- "phpstan/phpstan": "^0.11",
- "phpstan/phpstan-phpunit": "^0.11",
- "phpunit/phpunit": "^7.0",
- "doctrine/coding-standard": "^1.0",
+ "phpstan/phpstan": "^0.12",
+ "phpstan/phpstan-phpunit": "^0.12",
+ "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
+ "doctrine/coding-standard": "^6.0 || ^8.0",
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^4.0.5"
},
@@ -38,10 +38,5 @@
"psr-4": {
"Doctrine\\Tests\\": "tests/Doctrine/Tests"
}
- },
- "extra": {
- "branch-alias": {
- "dev-master": "3.0.x-dev"
- }
}
}