Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 8fd9b8e

Browse files
committed
Only use single version in dev
1 parent 96f3738 commit 8fd9b8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^0.9.1",
26-
"phpunit/phpunit": "~4.0|~5.0",
26+
"phpunit/phpunit": "~5.0",
2727
"psy/psysh": "^0.5.1",
28-
"satooshi/php-coveralls": "^0.6.1|^1",
29-
"symfony/var-dumper": "~2.7|~3.0"
28+
"satooshi/php-coveralls": "^1",
29+
"symfony/var-dumper": "~3.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)