Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 3 additions & 28 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,7 @@
"module",
"laminas"
],
"authors": [
{
"name": "Kyle Spraggs",
"email": "theman@spiffyjr.me",
"homepage": "http://www.spiffyjr.me/"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://marco-pivetta.com/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@hotmail.com"
},
{
"name": "Micha\u00ebl Gallego",
"email": "mic.gallego@gmail.com",
"homepage": "http://www.michaelgallego.fr"
},
{
"name": "Tom H Anderson",
"email": "tom.h.anderson@gmail.com",
"homepage": "https://tomhanderson.com"
}
],
"homepage": "http://www.doctrine-project.org/",
"homepage": "https://www.doctrine-project.org/",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"composer-runtime-api": "^2.0.0",
Expand Down Expand Up @@ -73,7 +47,8 @@
"phpunit/phpunit": "^10.5.40"
},
"conflict": {
"doctrine/orm": "2.12.0"
"doctrine/doctrine-mongo-odm-module": "<5.2.0",
"doctrine/doctrine-orm-module": "<6.2.0"
},
"suggest": {
"doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments",
Expand Down