Skip to content

Commit

Permalink
Updating composer packages and travis configuration to ensure builds …
Browse files Browse the repository at this point in the history
…for the current supported versions.
  • Loading branch information
allebb committed Oct 17, 2019
1 parent 651e6c8 commit c3ae709
Show file tree
Hide file tree
Showing 5 changed files with 490 additions and 87 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.idea
/nbproject
/vendor
/report
Expand Down
15 changes: 14 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
- 7.2
- 7.3
- nightly

matrix:
allow_failures:
- php: 5.3
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: nightly

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Requirements

This library is developed and tested for PHP 5.3+

This library is unit tested against PHP 5.3, 5.4, 5.5, 5.6, 7.0 and 7.1 HHVM!
This library is unit tested against PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2 and 7.3!

License
-------
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.3.*"
"phpunit/phpunit": "4.8.*"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit c3ae709

Please sign in to comment.