Skip to content

Commit 180ab0a

Browse files
committed
Set phpunit as require-dev dependency
1 parent 7b4d4a6 commit 180ab0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"require": {
1818
"php": ">=5.4",
19-
"robrichards/xmlseclibs": ">=3.1.1",
20-
"phpunit/phpunit": "<7.5.18"
19+
"robrichards/xmlseclibs": ">=3.1.1"
2120
},
2221
"require-dev": {
22+
"phpunit/phpunit": "<7.5.18",
2323
"php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
2424
"sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
2525
"phploc/phploc": "^2.1 || ^3.0 || ^4.0",

0 commit comments

Comments
 (0)