From bd76c51c926e7e10409133746b6aecbe841b8b8c Mon Sep 17 00:00:00 2001 From: "Michael K. Squires" Date: Tue, 27 Oct 2015 22:03:20 -0500 Subject: [PATCH] GitHub #1 - Improvements to readme, include PHP 7 in builds --- .travis.yml | 3 ++- README.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9e1dc46..b62f027 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,12 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 - hhvm before_install: - composer self-update - - composer install --verbose --dev --prefer-source --no-interaction -o + - composer install --verbose --prefer-source --no-interaction -o script: - ./vendor/bin/phpcs --standard=tests/phpcs.xml library/ diff --git a/README.md b/README.md index 36a4b21..91df777 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Pushy - A PHP client for Pushover -Master: [![Build Status](https://travis-ci.org/sqmk/Pushy.png?branch=master)](https://travis-ci.org/sqmk/Pushy) +[![Latest Stable Version](https://poser.pugx.org/sqmk/Pushy/version)](https://packagist.org/packages/sqmk/Pushy) +[![Build Status](https://api.travis-ci.org/sqmk/Pushy.svg?branch=master)](https://travis-ci.org/sqmk/Pushy) ## Introduction @@ -12,7 +13,7 @@ Interested in sending real-time mobile notifications to your iOS or Android devi ## Requirements -- PHP 5.4 +- PHP 5.4+ - cURL extension ## Installation