summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-03 13:57:04 +0100
committerRemi Collet <remi@php.net>2022-01-03 13:57:04 +0100
commitf947006e99660649a8fb0d4fd5ecc93c472e6d3b (patch)
tree78d3c6fb78815bc7a04dedd13d0d5d1eb1c586b3 /composer.json
parent097ada69a899d90a90916adc22f6970ba0b5f76a (diff)
update to 2.5.4
allow doctrin/orm 3
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json14
1 files changed, 9 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index c584b48..9b51b86 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"type": "symfony-bundle",
"description": "Symfony DoctrineBundle",
"keywords": ["DBAL", "ORM", "Database", "Persistence"],
- "homepage": "http://www.doctrine-project.org",
+ "homepage": "https://www.doctrine-project.org",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
@@ -17,11 +17,11 @@
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
},
{
"name": "Doctrine Project",
- "homepage": "http://www.doctrine-project.org/"
+ "homepage": "https://www.doctrine-project.org/"
}
],
"require": {
@@ -42,7 +42,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
- "doctrine/orm": "^2.9",
+ "doctrine/orm": "^2.9 || ^3.0",
"friendsofphp/proxy-manager-lts": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0",
"psalm/plugin-phpunit": "^0.16.1",
@@ -59,7 +59,11 @@
"vimeo/psalm": "^4.7"
},
"config": {
- "sort-packages": true
+ "sort-packages": true,
+ "allow-plugins": {
+ "composer/package-versions-deprecated": true,
+ "dealerdirect/phpcodesniffer-composer-installer": true
+ }
},
"conflict": {
"doctrine/orm": "<2.9",