We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debf451 commit 22a10a1Copy full SHA for 22a10a1
2 files changed
.travis.yml
@@ -5,6 +5,7 @@ php:
5
- 5.4
6
- 5.5
7
- 5.6
8
+ - 7.0
9
before_script:
10
- composer self-update
11
- composer install
README.md
@@ -167,6 +167,7 @@ Your code has to take care if an argument is passed or not anyways. Using the av
167
* @todo
168
* add *hasFlags* to easy up validation if long or short flag is set (e.g. '-v|--verbose')
169
* cover Parser with unit tests
170
+ * added php 7 to testing environment
171
* [1.3.0](https://github.com/bazzline/php_component_cli_argument/tree/1.3.0) - released at 01.12.2015
172
* added support for single argument like "a" or "-"
173
* [1.2.0](https://github.com/bazzline/php_component_cli_argument/tree/1.2.0) - released at 28.11.2015
0 commit comments