Skip to content

Commit c56746d

Browse files
authored
Merge pull request #468 from andrevalentin/patch-1
Move phpunit to require-dev
2 parents 6e893c7 + 9ed805b commit c56746d

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": ">=7.3",
19-
"robrichards/xmlseclibs": ">=3.1.1",
20-
"phpunit/phpunit": "^9.5"
19+
"robrichards/xmlseclibs": ">=3.1.1"
2120
},
2221
"require-dev": {
22+
"phpunit/phpunit": "^9.5",
2323
"php-coveralls/php-coveralls": "^2.0",
2424
"sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
2525
"phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)