Skip to content

Commit

Permalink
Travis now running tests on PHP 5.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Feb 8, 2020
1 parent d19b2d6 commit 6136862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
Expand All @@ -14,9 +11,6 @@ php:

matrix:
allow_failures:
- php: 5.3
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: nightly
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This library supports the following kind of complexity settings:
Requirements
------------

This library is developed and tested for PHP 5.3+
This library is developed and tested for PHP 5.4+

This library is unit tested against PHP 5.6, 7.0, 7.1, 7.2 and 7.3!

Expand All @@ -43,7 +43,7 @@ composer require ballen/plexity

Alternatively you can manually add this library to your project using the following steps, simply edit your project's ``composer.json`` file and add the following lines (or update your existing ``require`` section with the library like so):

```php
```json
"require": {
"ballen/plexity": "~1.0"
}
Expand Down

0 comments on commit 6136862

Please sign in to comment.