forked from schmittjoh/twig.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·34 lines (32 loc) · 790 Bytes
/
composer.json
File metadata and controls
executable file
·34 lines (32 loc) · 790 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
26
27
28
29
30
31
32
33
34
{
"name": "jms/twig-js",
"type": "library",
"description": "twig.js, flexible, secure, and high-performance templating engine for Javascript",
"keywords": ["templating"],
"license": "Apache2",
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"require": {
"php": ">=5.3.2",
"twig/twig": "^1.25"
},
"require-dev": {
"dnode/dnode": "dev-master",
"phpunit/phpunit": "3.7.*@dev",
"squizlabs/php_codesniffer": "1.*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-0": { "TwigJs": "src/" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}