Skip to content

Commit

Permalink
prevent installation with old versions of dependant modules
Browse files Browse the repository at this point in the history
  • Loading branch information
driehle committed Dec 29, 2024
1 parent 5b1553f commit cb44f70
Showing 1 changed file with 3 additions and 28 deletions.
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": "[email protected]",
"homepage": "http://www.spiffyjr.me/"
},
{
"name": "Marco Pivetta",
"email": "[email protected]",
"homepage": "http://marco-pivetta.com/"
},
{
"name": "Guilherme Blanco",
"email": "[email protected]"
},
{
"name": "Micha\u00ebl Gallego",
"email": "[email protected]",
"homepage": "http://www.michaelgallego.fr"
},
{
"name": "Tom H Anderson",
"email": "[email protected]",
"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

0 comments on commit cb44f70

Please sign in to comment.