Skip to content

Commit 95fb7a3

Browse files
authored
Update to support PHPUnit 7 (#3)
* Update to support PHPUnit 7 * Update composer.json * Update composer.json
1 parent 1ac5f9d commit 95fb7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
}
1111
},
1212
"require": {
13-
"phpunit/phpunit-mock-objects": "^2.3|^3.0|^4.0|^5.0"
13+
"phpunit/phpunit-mock-objects": ">2.3 <7.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0"
16+
"phpunit/phpunit": ">=4.8 <8.0"
1717
}
1818
}

0 commit comments

Comments
 (0)