Skip to content

Commit f12df86

Browse files
committed
removed php 5.3.3 run
1 parent 903f9b4 commit f12df86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- 5.3.3
43
- 5.3
54
- 5.4
65
- 5.5

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,10 @@ 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-
* added php 7 to testing environment
170+
* added php 7.0 to testing environment
171171
* enhanced phpunit compatibility by using "~4.8.0||~5.2.0"
172172
* moved to psr-4 autoloading
173+
* removed php 5.3.3 testing environment
173174
* [1.3.0](https://github.com/bazzline/php_component_cli_argument/tree/1.3.0) - released at 01.12.2015
174175
* added support for single argument like "a" or "-"
175176
* [1.2.0](https://github.com/bazzline/php_component_cli_argument/tree/1.2.0) - released at 28.11.2015

0 commit comments

Comments
 (0)