summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-04-19 09:23:40 +0200
committerRemi Collet <remi@php.net>2022-04-19 09:23:40 +0200
commit12c81bdb0213de8501df5ae096026d166c18ef7a (patch)
treeb8c5ed3185cbe651dcb37b7df5f559380ff0b518 /composer.json
parentda59f69e4b454a40aa1380e263e886ab5eee2d08 (diff)
update to 3.0.0
rename to php-doctrine-persistence3 install in /usr/share/php/Doctrine/Persistence3 raise dependency on PHP 7.2 drop dependency on doctrine/cache drop dependency on doctrine/deprecations
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json19
1 files changed, 9 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index a77cf49..9918ad4 100644
--- a/composer.json
+++ b/composer.json
@@ -9,7 +9,7 @@
"orm",
"odm"
],
- "homepage": "https://doctrine-project.org/projects/persistence.html",
+ "homepage": "https://www.doctrine-project.org/projects/persistence.html",
"license": "MIT",
"authors": [
{"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"},
@@ -20,30 +20,29 @@
{"name": "Marco Pivetta", "email": "ocramius@gmail.com"}
],
"require": {
- "php": "^7.1 || ^8.0",
- "doctrine/cache": "^1.11 || ^2.0",
+ "php": "^7.2 || ^8.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
- "psr/cache": "^1.0 || ^2.0 || ^3.0",
- "doctrine/deprecations": "^0.5.3"
+ "psr/cache": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11",
- "phpstan/phpstan": "~1.4.10 || 1.5.0",
- "doctrine/annotations": "^1.0",
+ "phpstan/phpstan": "1.5.0",
+ "phpstan/phpstan-phpunit": "^1",
+ "phpstan/phpstan-strict-rules": "^1.1",
+ "doctrine/annotations": "^1.7",
"doctrine/coding-standard": "^9.0",
"doctrine/common": "^3.0",
- "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5",
+ "phpunit/phpunit": "^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"vimeo/psalm": "4.22.0"
},
"conflict": {
- "doctrine/annotations": "<1.0 || >=2.0",
+ "doctrine/annotations": "<1.7 || >=2.0",
"doctrine/common": "<2.10"
},
"autoload": {
"psr-4": {
- "Doctrine\\Common\\": "src/Common",
"Doctrine\\Persistence\\": "src/Persistence"
}
},