Skip to content

Commit 6083aac

Browse files
committed
updated dependecy
1 parent 98df05e commit 6083aac

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ Thanks to [apigen](https://github.com/apigen/apigen), the api is available in th
172172
* add *hasFlags* to easy up validation if long or short flag is set (e.g. '-v|--verbose')
173173
* replace "setArguments" with "parse" like [nette](https://github.com/nette/command-line/blob/master/src/CommandLine/Parser.php) is doing it
174174
* updated dependency handling by beeing less restrictive
175+
* [1.1.2](https://github.com/bazzline/php_component_cli_argument/tree/1.1.1) - released at 07.11.2015
176+
* updated dependencies
175177
* [1.1.1](https://github.com/bazzline/php_component_cli_argument/tree/1.1.1) - released at 18.08.2015
176178
* updated dependencies
177179
* [1.1.0](https://github.com/bazzline/php_component_cli_argument/tree/1.1.0) - released at 02.07.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.8.*"
11+
"phpunit/phpunit": ">=4.8.16"
1212
},
1313
"license": "LGPLv3",
1414
"authors": [

0 commit comments

Comments
 (0)