-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.27 KB
/
composer.json
File metadata and controls
48 lines (48 loc) · 1.27 KB
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
39
40
41
42
43
44
45
46
47
48
{
"name": "novactive/ezprotectedcontentbundle",
"description": "Novactive eZ Protected Content Bundle is an Ibexa bundle that provides quick protection on Contents",
"keywords": [
"protected content",
"private content",
"almaviacx",
"ibexa"
],
"homepage": "https://github.com/Novactive/NovaeZProtectedContentBundle",
"type": "ibexa-bundle",
"authors": [
{
"name": "AlmaviaCX",
"homepage": "https://almaviacx.com",
"email": "dirtech.web@almaviacx.com"
},
{
"name": "Makrem Bouhlel",
"homepage": "https://github.com/mbouhlel75",
"email": "makrem.bouhlel@almaviacx.com"
},
{
"name": "Sebastien Morel",
"homepage": "https://github.com/Plopix",
"email": "morel.seb@gmail.com"
}
],
"license": [
"MIT"
],
"require": {
"php": "^8.1",
"ext-json": "*",
"ramsey/uuid": "^3.0"
},
"autoload": {
"psr-4": {
"Novactive\\Bundle\\eZProtectedContentBundle\\": "bundle"
}
},
"extra": {
"thanks": {
"name": "ibexa/core",
"url": "https://github.com/ibexa/core"
}
}
}