Skip to content

Commit 48b21dd

Browse files
committed
Drop PHP 5.4 support + README
1 parent bcfc2dd commit 48b21dd

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ php:
55
- 7.0
66
- 5.6
77
- 5.5
8-
- 5.4
98
- hhvm
109
install:
1110
- composer install

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Parser and group determiner optimized for ``robots.txt``, ``X-Robots-tag`` and `
1212
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/1386c14c-546c-4c42-ac55-91ea3a3a1ae1/big.png)](https://insight.sensiolabs.com/projects/1386c14c-546c-4c42-ac55-91ea3a3a1ae1)
1313

1414
#### Requirements:
15-
- PHP [5.6+](http://php.net/supported-versions.php)
15+
- PHP [5.5+](http://php.net/supported-versions.php)
1616

1717
## Installation
1818
The library is available for install via [Composer](https://getcomposer.org). Just add this to your `composer.json` file:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"require": {
32-
"php": ">=5.4.0"
32+
"php": ">=5.5.0"
3333
},
3434
"require-dev": {
3535
"phpunit/phpunit": "~4 || ~5",

0 commit comments

Comments
 (0)