Skip to content

Commit

Permalink
Backport to php5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
l-x authored and usox committed Jul 23, 2018
1 parent 7dcb4df commit a60dc2a
Show file tree
Hide file tree
Showing 17 changed files with 412 additions and 420 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- 5.6
- 7.2

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

[![Monthly Downloads](https://poser.pugx.org/scn/hydrator/d/monthly)](https://packagist.org/packages/scn/hydrator)
[![License](https://poser.pugx.org/scn/hydrator/license)](LICENSE)
[![Build Status](https://travis-ci.org/SC-Networks/Hydrator.svg?branch=master)](https://travis-ci.org/SC-Networks/Hydrator)
[![Build Status](https://travis-ci.org/SC-Networks/Hydrator.svg?branch=php56)](https://travis-ci.org/SC-Networks/Hydrator)

## A pragmatic hydrator and extractor library

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"php": "^7.2"
"php": "^5.6|^7.2"
},
"require-dev": {
"phpunit/phpunit": "^7.2"
"phpunit/phpunit": "^5.7"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit a60dc2a

Please sign in to comment.