Skip to content

Commit 6ec4b50

Browse files
committed
updated to phpunit 4.8.*
1 parent de595a2 commit 6ec4b50

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,10 @@ Thanks to [apigen](https://github.com/apigen/apigen), the api is available in th
170170
* upcomming
171171
* replace "setArguments" with "parse" like [nette](https://github.com/nette/command-line/blob/master/src/CommandLine/Parser.php) is doing it
172172
* updated dependency handling by beeing less restrictive
173-
* [1.1.0](https://github.com/bazzline/php_component_cli_argument/tree/1.0.2) - released at 02.07.2015
174-
* added second argument to Arguments::__construct() and Arguments::setArguments called "removeFirstArgument"
173+
* [1.1.1](https://github.com/bazzline/php_component_cli_argument/tree/1.1.1) - released at 18.08.2015
174+
* updated dependencies
175+
* [1.1.0](https://github.com/bazzline/php_component_cli_argument/tree/1.1.0) - released at 02.07.2015
176+
* added second argument to `Arguments::__construct()` and `Arguments::setArguments` called "removeFirstArgument"
175177
* [1.0.2](https://github.com/bazzline/php_component_cli_argument/tree/1.0.2) - released at 02.07.2015
176178
* updated dependencies
177179
* [1.0.1](https://github.com/bazzline/php_component_cli_argument/tree/1.0.1) - released at 22.05.2015

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"php": ">=5.3.3"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "4.7.*"
11+
"phpunit/phpunit": "4.8.*"
1212
},
1313
"license": "LGPLv3",
1414
"authors": [

0 commit comments

Comments
 (0)