Skip to content

Commit 948ac8e

Browse files
committed
updated phpunit to 5.4
1 parent f12df86 commit 948ac8e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,12 @@ 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.1](https://github.com/bazzline/php_component_cli_argument/tree/1.3.1) - released at 05.06.2015
170171
* added php 7.0 to testing environment
171-
* enhanced phpunit compatibility by using "~4.8.0||~5.2.0"
172+
* enhanced phpunit compatibility by using "~4.8||~5.4"
172173
* moved to psr-4 autoloading
173174
* removed php 5.3.3 testing environment
175+
* updated to phpunit 5.4
174176
* [1.3.0](https://github.com/bazzline/php_component_cli_argument/tree/1.3.0) - released at 01.12.2015
175177
* added support for single argument like "a" or "-"
176178
* [1.2.0](https://github.com/bazzline/php_component_cli_argument/tree/1.2.0) - released at 28.11.2015

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": ">=5.3.3"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "~4.8.0||~5.2.0"
23+
"phpunit/phpunit": "~4.8||~5.4"
2424
},
2525
"license": "LGPLv3",
2626
"authors": [

0 commit comments

Comments
 (0)