-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 938 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 938 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
{
"name": "joseki/file-template",
"type": "library",
"description": "PhpStorm FileTemplate generator for Nette Framework application using Symfony/Console.",
"keywords": ["joseki", "phpstorm", "file a code templates", "console"],
"license": "MIT",
"authors": [{
"name": "Miroslav Paulik",
"email": "miras.paulik@seznam.cz",
"homepage": "http://mirapaulik.cz",
"role": "Lead Developer"
}],
"require": {
"php": ">=5.3.2",
"joseki/utils": "^1.0",
"nette/di": "~2.2",
"nette/utils": "~2.2",
"symfony/console": "2.7.*",
"symfony/config": "2.7.*",
"symfony/yaml": "2.7.*"
},
"require-dev": {
"nette/tester": "~1.0",
"nette/bootstrap": "~2.2",
"mockery/mockery": "@stable"
},
"autoload": {
"classmap": ["src"]
},
"autoload-dev": {
"classmap": ["tests"]
}
}