forked from netgen/ngsymfonytools
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 747 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 747 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
{
"name": "se7enxweb/ngsymfonytools",
"description": "7x Netgen Symfony Tools is an eZ Publish 4 extension that provides a way to include Twig templates, as well as running Symfony sub-requests, directly from the eZ Publish legacy templates.",
"type": "ezpublish-legacy-extension",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "7x",
"email": "[email protected]"
},
{
"name": "Netgen",
"email": "[email protected]"
}
],
"require": {
"ezsystems/ezpublish-legacy-installer": "*"
},
"replace": {
"netgen/ngsymfonytools": "*"
},
"extra": {
"ezpublish-legacy-extension-name": "ngsymfonytools"
}
}