This repository was archived by the owner on Aug 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff line change 2727 }
2828 ],
2929 "require" : {
30- "php" : " ^7.2 " ,
30+ "php" : " ^7.1 " ,
3131 "psr/container" : " ^1.0" ,
3232 "psr/container-implementation" : " ^1.0"
3333 },
You can’t perform that action at this time.
0 commit comments