Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
We can't afford using the latest version of phpunit if we want php 5.3.* compatibility
  • Loading branch information
alwinkpc authored Dec 31, 2016
1 parent 1a240df commit cdbbe86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "*"
"phpunit/phpunit": "4.8.*"
}
}

0 comments on commit cdbbe86

Please sign in to comment.