forked from tomeroto/koseven-twig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 898 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
{
"name": "kohanax/koseven-twig",
"type": "koseven-module",
"description": "Koseven module for the popular Twig template engine",
"homepage": "https://github.com/kohanax/koseven-twig",
"license": "MIT",
"keywords": ["koseven", "kohana", "templating", "twig"],
"authors": [
{
"name": "Tom McDonald",
"homepage": "https://github.com/tommcdo"
},
{
"name": "Gilles Paquette",
"email": "[email protected]",
"homepage": "http://gillespaquette.ca"
},
{
"name": "Puskás Zsolt",
"homepage": "https://github.com/errotan"
}
],
"require": {
"twig/twig": "^v3.0"
},
"require-dev": {
"koseven/koseven": "*",
"phpunit/phpunit": "^6.0|^7.0",
"mockery/mockery": "*"
}
}