Skip to content

Commit c5aec87

Browse files
committed
Removed PHP 5.4 / 5.5 support
1 parent f4b2775 commit c5aec87

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ language: php
33
php:
44
- 7.0
55
- 5.6
6-
- 5.5
7-
- 5.4
86
- hhvm
97
before_install:
108
- composer selfupdate

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ Parser and group determiner optimalized for ``robots.txt``, ``X-Robots-tag`` and
1111

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

14+
#### Requirements:
15+
- PHP [5.6+](http://php.net/supported-versions.php)
16+
- PHP [mbstring](http://php.net/manual/en/book.mbstring.php) extension
17+
1418
## Installation
1519
The library is available for install via [Composer](https://getcomposer.org). Just add this to your `composer.json` file:
1620
```json
1721
{
1822
"require": {
19-
"vipnytt/useragentparser": "0.2.*"
23+
"vipnytt/useragentparser": "~0.2"
2024
}
2125
}
2226
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
],
3030
"require": {
31-
"php": ">=5.4.0",
31+
"php": ">=5.6.0",
3232
"ext-mbstring": "*"
3333
},
3434
"require-dev": {

0 commit comments

Comments
 (0)