Skip to content

Commit 0e5efee

Browse files
committed
Added dependency to PHPUnit since it will stop supporting pear
1 parent e37b037 commit 0e5efee

File tree

3 files changed

+710
-9
lines changed

3 files changed

+710
-9
lines changed

bin/phpunit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../vendor/phpunit/phpunit/phpunit

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"rnijveld/xmlseclibs": "1.3.1",
1212
"symfony/console": ">=2.2"
1313
},
14+
"require-dev": {
15+
"phpunit/phpunit": "4.1.*"
16+
},
1417
"scripts": {
1518
"post-install-cmd": [
1619
],

0 commit comments

Comments
 (0)