-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·36 lines (36 loc) · 930 Bytes
/
composer.json
File metadata and controls
executable file
·36 lines (36 loc) · 930 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
28
29
30
31
32
33
34
35
36
{
"name": "novactive/ezextrabundle",
"description": "Novactive Ibexa Extra Bundle",
"license": "MIT",
"homepage": "https://github.com/Novactive/NovaeZExtraBundle",
"authors": [
{
"name": "AlmaviaCX",
"homepage": "https://almaviacx.com/expertises/web-mobile/",
"email": "dirtech.web@almaviacx.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Novactive/NovaExtraBundle.git"
}
],
"require": {
"php": ">=8.3",
"ibexa/core": "^5.0",
"novactive/collection": "3.*",
"phpoffice/phpspreadsheet": "*"
},
"autoload": {
"psr-4": {
"Novactive\\Bundle\\eZExtraBundle\\": "bundle"
}
},
"extra": {
"thanks": {
"name": "ibexa/oss",
"url": "https://github.com/ibexa/oss"
}
}
}