Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 0ad4009

Browse files
authored
Update composer.json
1 parent 164e896 commit 0ad4009

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}
1111
],
1212
"require": {
13-
"phpunit/phpunit": "^7.0",
14-
"phpunit/php-code-coverage": "^6.0",
15-
"sebastian/comparator": "^2.0",
16-
"sebastian/diff": "^3.0"
13+
"phpunit/phpunit": ">=4.8.28 <5.0.0 || >=5.6.3 <7.0",
14+
"phpunit/php-code-coverage": ">=2.2.4 <6.0",
15+
"sebastian/comparator": ">1.1 <3.0",
16+
"sebastian/diff": ">=1.4 <4.0"
1717
},
1818
"autoload":{
1919
"psr-4":{

0 commit comments

Comments
 (0)