-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
executable file
·38 lines (38 loc) · 966 Bytes
/
composer.json
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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "novactive/ezextrabundle",
"description": "Novactive eZ Platform Extra Bundle",
"license": "MIT",
"homepage": "https://github.com/Novactive/NovaeZExtraBundle",
"authors": [
{
"name": "Novactive",
"homepage": "http://www.novactive.us",
"email": "dir.tech@novactive.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Novactive/NovaExtraBundle.git"
}
],
"require": {
"php": ">7.3",
"novactive/collection": "1.*",
"phpoffice/phpspreadsheet": "*"
},
"require-dev": {
"fzaninotto/faker": "^1.9"
},
"autoload": {
"psr-4": {
"Novactive\\Bundle\\eZExtraBundle\\": "bundle"
}
},
"extra": {
"thanks": {
"name": "ezsystems/ezplatform",
"url": "https://github.com/ezsystems/ezplatform"
}
}
}