File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,8 @@ Your code has to take care if an argument is passed or not anyways. Using the av
167167 * @todo
168168 * add * hasFlags* to easy up validation if long or short flag is set (e.g. '-v|--verbose')
169169 * cover Parser with unit tests
170+ * [ 1.3.2] ( https://github.com/bazzline/php_component_cli_argument/tree/1.3.2 ) - released at 07.08.2016
171+ * updated to phpunit 5.5
170172* [ 1.3.1] ( https://github.com/bazzline/php_component_cli_argument/tree/1.3.1 ) - released at 05.06.2015
171173 * added php 7.0 to testing environment
172174 * enhanced phpunit compatibility by using "~ 4.8||~ 5.4"
Original file line number Diff line number Diff line change 2020 "php" : " >=5.3.3"
2121 },
2222 "require-dev" : {
23- "phpunit/phpunit" : " ~4.8||~5.4 "
23+ "phpunit/phpunit" : " ~4.8||~5.5 "
2424 },
2525 "license" : " LGPLv3" ,
2626 "authors" : [
You can’t perform that action at this time.
0 commit comments