Skip to content

Commit 5a51d13

Browse files
author
Mariano Custiel
committed
Tested support for codeception 2.2 and modified composer to allow installation
1 parent 22063bc commit 5a51d13

File tree

7 files changed

+3714
-2919
lines changed

7 files changed

+3714
-2919
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.settings
44
composer.phar
55
vendor/
6+
tests/tests/_support/_generated
67

78
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
89
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"license" : "GPL-3.0+",
2727
"require" : {
2828
"php" : ">=5.4",
29-
"codeception/codeception" : "~2.1.0",
30-
"internations/http-mock" : "~0.7",
29+
"codeception/codeception" : "^2.1",
30+
"internations/http-mock" : "^0.8",
3131
"mcustiel/php-simple-di" : ">=1.2.0"
3232
},
3333
"require-dev" : {
@@ -36,7 +36,6 @@
3636
"phpmd/phpmd" : ">=2.3.2",
3737
"sebastian/phpcpd" : ">=2.0.2",
3838
"pdepend/pdepend" : ">=2.0.6",
39-
"phploc/phploc" : ">=2.1.1",
40-
"phpdocumentor/phpdocumentor" : ">=2.8.5"
39+
"phploc/phploc" : ">=2.1.1"
4140
}
4241
}

0 commit comments

Comments
 (0)