-
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
align with composer.json from DoctrineModule
- Loading branch information
Showing
1 changed file
with
0 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,40 +9,6 @@ | |
"module", | ||
"odm" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Kyle Spraggs", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Marco Pivetta", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Evan Coury", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Guilherme Blanco", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Tim Roediger", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Maciej Malarz", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Andreas Braun", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Tom H Anderson", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://www.doctrine-project.org/", | ||
"require": { | ||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0", | ||
|