Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit dc5ea22

Browse files
authored
Merge pull request #1 from AnrDaemon/fix-composer-deps
Reinstitute the phpunit/phpunit dependency the right way.
2 parents e53f423 + e66319e commit dc5ea22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@
3434
"branch-alias": {
3535
"dev-master": "3.1.x-dev"
3636
}
37+
},
38+
"require": {
39+
"phpunit/phpunit": "^6.4.1 || ^4.6.6"
3740
}
3841
}

0 commit comments

Comments
 (0)