summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-21 09:27:53 +0100
committerRemi Collet <remi@php.net>2022-01-21 09:27:53 +0100
commit82081d24f8ef3baca5a562730a1e79aa6b11bf48 (patch)
tree21128269db6fa363661a64863b2b04e2b7d54249 /composer.json
parent181327f5416952403607f1674b407e39431afab8 (diff)
update to 1.5.2
drop patch merged upstream
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json19
1 files changed, 14 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index b3d2b37..e440164 100644
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,7 @@
"keywords": [
"database"
],
- "homepage": "http://www.doctrine-project.org",
+ "homepage": "https://www.doctrine-project.org",
"license": "MIT",
"authors": [
{
@@ -19,15 +19,20 @@
"doctrine/persistence": "^1.3.3|^2.0"
},
"conflict": {
- "doctrine/phpcr-odm": "<1.3.0"
+ "doctrine/phpcr-odm": "<1.3.0",
+ "doctrine/dbal": "<2.13"
},
"require-dev": {
"ext-sqlite3": "*",
"doctrine/coding-standard": "^9.0",
- "doctrine/dbal": "^2.5.4 || ^3.0",
+ "doctrine/dbal": "^2.13 || ^3.0",
"doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
"doctrine/orm": "^2.7.0",
- "phpunit/phpunit": "^8.0"
+ "jangregor/phpstan-prophecy": "^0.8.1",
+ "phpstan/phpstan": "^0.12.99",
+ "phpunit/phpunit": "^8.0",
+ "symfony/cache": "^5.0 || ^6.0",
+ "vimeo/psalm": "^4.10"
},
"suggest": {
"alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
@@ -36,7 +41,11 @@
"doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
},
"config": {
- "sort-packages": true
+ "sort-packages": true,
+ "allow-plugins": {
+ "composer/package-versions-deprecated": true,
+ "dealerdirect/phpcodesniffer-composer-installer": true
+ }
},
"autoload": {
"psr-4": {