forked from CandoImage/frctl_twig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 1014 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
{
"name": "candoimage/frctl_twig",
"description": "Twig extension to integrate seamlessly with fractal twig adapter",
"keywords": ["twig", "fractal"],
"homepage": "https://github.com/CandoImage/frctl_twig",
"license": "MIT",
"authors": [
{
"name": "Peter Philipp",
"email": "[email protected]",
"homepage": "https://www.cando-image.com",
"role": "developer"
}
],
"autoload": {
"psr-4": { "Frctl\\Twig\\Extension\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Frctl\\Twig\\Extension\\Tests\\": "tests/" }
},
"require": {
"php": ">=7.0",
"twig/twig": "^1.14|^2.0"
},
"suggest": {
"symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
"symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}