-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 682 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "nucleos/user-orm-pack",
"description": "A pack for NucleosUserBundle with Doctrine ORM support",
"license": "MIT",
"type": "symfony-pack",
"authors": [
{
"name": "Christian Gripp",
"email": "mail@core23.de"
}
],
"homepage": "https://nucleos.rocks",
"require": {
"php": "^8.3",
"doctrine/doctrine-bundle": "^3.0",
"doctrine/orm": "^2.7 || ^3.0",
"nucleos/user-bundle": "^3.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.0.1"
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
}
}