Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 41dc461

Browse files
committed
Merge branch 'php-7'
2 parents 416dc79 + 2fdd936 commit 41dc461

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
before_install: skip
4444
script: composer test:coverage
4545
after_success: bash <(curl -s https://codecov.io/bash) -s "$TRAVIS_BUILD_DIR/tests/_output/"
46+
- stage: test
47+
php: 7.1
4648
- stage: test
4749
php: nightly
4850
- stage: sniff

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![Latest Stable Version](https://poser.pugx.org/typisttech/wp-contained-hook/v/stable)](https://packagist.org/packages/typisttech/wp-contained-hook)
44
[![Total Downloads](https://poser.pugx.org/typisttech/wp-contained-hook/downloads)](https://packagist.org/packages/typisttech/wp-contained-hook)
55
[![Build Status](https://travis-ci.org/TypistTech/wp-contained-hook.svg?branch=master)](https://travis-ci.org/TypistTech/wp-contained-hook)
6+
[![PHP from Packagist](https://img.shields.io/packagist/php-v/typisttech/wp-contained-hook.svg)](https://packagist.org/packages/typisttech/wp-contained-hook)
67
[![codecov](https://codecov.io/gh/TypistTech/wp-contained-hook/branch/master/graph/badge.svg)](https://codecov.io/gh/TypistTech/wp-contained-hook)
7-
[![PHP Versions Tested](https://php-eye.com/badge/typisttech/wp-contained-hook/tested.svg)](https://travis-ci.org/TypistTech/wp-contained-hook)
88
[![StyleCI](https://styleci.io/repos/86774587/shield?branch=master)](https://styleci.io/repos/86774587)
99
[![License](https://poser.pugx.org/typisttech/wp-contained-hook/license)](https://packagist.org/packages/typisttech/wp-contained-hook)
1010
[![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://typist.tech/donate/wp-contained-hook/)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
],
2929
"require": {
30-
"php": "^7.2",
30+
"php": "^7.1",
3131
"psr/container": "^1.0",
3232
"psr/container-implementation": "^1.0"
3333
},

0 commit comments

Comments
 (0)