We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37b037 commit 0e5efeeCopy full SHA for 0e5efee
bin/phpunit
@@ -0,0 +1 @@
1
+../vendor/phpunit/phpunit/phpunit
composer.json
@@ -11,6 +11,9 @@
11
"rnijveld/xmlseclibs": "1.3.1",
12
"symfony/console": ">=2.2"
13
},
14
+ "require-dev": {
15
+ "phpunit/phpunit": "4.1.*"
16
+ },
17
"scripts": {
18
"post-install-cmd": [
19
],
0 commit comments