Skip to content

Commit

Permalink
Allow use of older version of PHPUnit on PHP 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Dec 27, 2015
1 parent 2600cc9 commit 4a9f8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -23,7 +23,7 @@
},
"require-dev": {
"orchestra/testbench": "^3.2",
"phpunit/phpunit": "^5.1",
"phpunit/phpunit": "^4.7|^5.1",
"squizlabs/php_codesniffer": "^2.5",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"satooshi/php-coveralls": "^0.7.1"
Expand Down

0 comments on commit 4a9f8ed

Please sign in to comment.