Skip to content

Commit

Permalink
updated phpunit to 4.8.18 which also works with php <= 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Liebler committed Nov 18, 2015
1 parent 24d3862 commit 620c904
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 36 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "~4.6",
"phpunit/phpunit": "^4.6",
"squizlabs/php_codesniffer": "1.5.*"
},
"autoload": {
Expand Down
68 changes: 33 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 620c904

Please sign in to comment.