Skip to content

Commit 95fb7bc

Browse files
committed
Enhancement: Require more recent phpunit/phpunit
1 parent 34ca930 commit 95fb7bc

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
@@ -40,8 +40,8 @@
4040
},
4141
"require-dev": {
4242
"json-schema/JSON-Schema-Test-Suite": "1.1.0",
43-
"phpunit/phpunit": "~3.7",
44-
"phpdocumentor/phpdocumentor": "~2"
43+
"phpdocumentor/phpdocumentor": "~2",
44+
"phpunit/phpunit": "^4.7"
4545
},
4646
"autoload": {
4747
"psr-4": { "JsonSchema\\": "src/JsonSchema/" }

0 commit comments

Comments
 (0)