forked from brookinsconsulting/OWSimpleOperator
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.38 KB
/
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
{
"name": "se7enxweb/owsimpleoperator",
"description": "eZ Publish extension which provides function based custom template operator support to generate complex template logic increadibly simply. Provides for simple template operator implementation guide that is needed quite often, yet missing in eZ Publish. Great for smart developers!",
"type": "ezpublish-legacy-extension",
"keywords": [ "eZ Publish", "eZ Publish Legacy", "eZ Publish Platform", "template", "operator", "extension", "template operator" ],
"homepage": "https://github.com/se7enxweb/owsimpleoperator",
"license": "GPL-2.0-or-later",
"authors": [
{
"name" : "7x",
"homepage": "https://se7enx.com",
"email": "[email protected]",
"role": "Developer"
},
{
"name" : "Brookins Consulting",
"homepage": "https://brookinsconsulting.com",
"email": "[email protected]",
"role": "Developer"
},
{
"name" : "OPEN WIDE",
"homepage": "https://openwide.fr/",
"email": "[email protected]",
"role": "Author"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.0.0",
"se7enxweb/ezpublish-legacy-installer": "*"
},
"extra": {
"ezpublish-legacy-extension-name": "owsimpleoperator"
}
}