Skip to content

Commit e55e046

Browse files
committed
added composer.json
1 parent 0a9c2e7 commit e55e046

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

composer.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "nette/php-generator",
3+
"description": "Nette PHP Generator",
4+
"homepage": "http://nette.org",
5+
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
6+
"authors": [
7+
{
8+
"name": "David Grudl",
9+
"homepage": "http://davidgrudl.com"
10+
},
11+
{
12+
"name": "Nette Community",
13+
"homepage": "http://nette.org/contributors"
14+
}
15+
],
16+
"require": {
17+
"php": ">=5.3.1",
18+
"nette/utils": "~2.2"
19+
},
20+
"require-dev": {
21+
"nette/tester": "~1.0"
22+
},
23+
"autoload": {
24+
"classmap": ["src/"]
25+
},
26+
"minimum-stability": "dev",
27+
"extra": {
28+
"branch-alias": {
29+
"dev-master": "2.2-dev"
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)