Skip to content

Commit efe9947

Browse files
committed
2 parents 22a10a1 + 6868a34 commit efe9947

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ Your code has to take care if an argument is passed or not anyways. Using the av
168168
* add *hasFlags* to easy up validation if long or short flag is set (e.g. '-v|--verbose')
169169
* cover Parser with unit tests
170170
* added php 7 to testing environment
171+
* enhanced phpunit compatibility by using "~4.0||~5.0"
171172
* [1.3.0](https://github.com/bazzline/php_component_cli_argument/tree/1.3.0) - released at 01.12.2015
172173
* added support for single argument like "a" or "-"
173174
* [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
@@ -8,7 +8,7 @@
88
"php": ">=5.3.3"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": ">=4.8.16"
11+
"phpunit/phpunit": "~4.0||~5.0"
1212
},
1313
"license": "LGPLv3",
1414
"authors": [

0 commit comments

Comments
 (0)