Skip to content

Commit

Permalink
relaxed mockery dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stevleibelt committed May 30, 2016
1 parent 781751f commit d8492fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -69,7 +69,9 @@ while (!empty($dataSet)) {
* upcomming
* @todo
* implement way of measure/calculate the amount of time for next iteration
* [1.0.10](https://github.com/bazzline/php_component_time_limit_manager/tree/1.0.10) - released at 30.05.2016
* added dedicated travis integration test for php 7.0
* relaxed mockery dependency
* removed dedicated travis integration test for php 5.3.3
* [1.0.9](https://github.com/bazzline/php_component_time_limit_manager/tree/1.0.9) - released at 07.02.2016
* moved to psr-7 autoloading
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -32,7 +32,7 @@
"php": ">=5.3.3"
},
"require-dev": {
"mockery/mockery": "0.9.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.8||~5.1"
},
"autoload": {
Expand Down

0 comments on commit d8492fe

Please sign in to comment.