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