Skip to content

Commit 842b64f

Browse files
committed
Updated composer.json
1 parent 565f15c commit 842b64f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

composer.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
{
22
"name": "arachne/codeception",
33
"type": "library",
4-
"keywords": [ "nette", "arachne", "codeception" ],
4+
"keywords": [ "arachne", "codeception", "nette" ],
55
"license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ],
66
"authors": [
77
{
88
"name": "Jáchym Toušek",
9-
"homepage": "http://m33.cz/",
9+
"homepage": "http://enumag.cz",
1010
"email": "enumag@gmail.com"
1111
}
1212
],
1313
"require": {
1414
"php": ">=5.3.0",
15+
"arachne/bootstrap": "~0.1",
16+
"codeception/codeception": "~2.0",
17+
"nette/bootstrap": "~2.2",
1518
"nette/di": "~2.2",
16-
"nette/http": "~2.2",
17-
"codeception/codeception": "~2.0"
19+
"nette/http": "~2.2"
1820
},
1921
"require-dev": {
20-
"squizlabs/php_codesniffer": "~1.4",
21-
"arachne/coding-style": "~0.2"
22+
"arachne/coding-style": "~0.2",
23+
"squizlabs/php_codesniffer": "~1.4"
2224
},
2325
"autoload": {
2426
"psr-4": {

0 commit comments

Comments
 (0)