File tree Expand file tree Collapse file tree 5 files changed +11
-2
lines changed Expand file tree Collapse file tree 5 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ coverage_clover : test-results/coverage.xml
2
+ json_path : test-results/coveralls-upload.json
3
+ service_name : travis-ci
Original file line number Diff line number Diff line change 7
7
- ' 7.1'
8
8
- hhvm
9
9
before_script :
10
+ - composer require phpunit/phpunit:4.8.* satooshi/php-coveralls:dev-master
10
11
- composer install --no-interaction
11
12
script : vendor/bin/phpunit
12
13
notifications :
Original file line number Diff line number Diff line change
1
+ <a name =" 1.1.2 " ></a >
2
+ # 1.1.2 (2016-08-08)
3
+
4
+ Added support for Coveralls
5
+
1
6
<a name =" 1.1.1 " ></a >
2
7
# 1.1.1 (2016-08-08)
3
8
Original file line number Diff line number Diff line change 2
2
3
3
A PHP-based server-side proxy for interacting with the [ NPR One API] ( http://dev.npr.org/api/ ) 's authorization server. Use this proxy to secure your OAuth2 credentials.
4
4
5
- [ ![ Packagist] ( https://img.shields.io/packagist/v/npr/npr-one-backend-proxy.svg?maxAge=2592000 )] ( https://packagist.org/packages/npr/npr-one-backend-proxy ) [ ![ Packagist] ( https://img.shields.io/packagist/l/npr/npr-one-backend-proxy.svg?maxAge=2592000 )] ( https://github.com/nprdm/npr-one-backend-proxy-php/blob/master/LICENSE.md ) [ ![ Packagist] ( https://img.shields.io/packagist/dt/npr/npr-one-backend-proxy.svg?maxAge=2592000 )] ( https://packagist.org/packages/npr/npr-one-backend-proxy ) [ ![ Build Status] ( https://travis-ci.org/nprdm/npr-one-backend-proxy-php.svg?branch=master )] ( https://travis-ci.org/nprdm/npr-one-backend-proxy-php )
5
+ [ ![ Packagist] ( https://img.shields.io/packagist/v/npr/npr-one-backend-proxy.svg?maxAge=2592000 )] ( https://packagist.org/packages/npr/npr-one-backend-proxy ) [ ![ Packagist] ( https://img.shields.io/packagist/l/npr/npr-one-backend-proxy.svg?maxAge=2592000 )] ( https://github.com/nprdm/npr-one-backend-proxy-php/blob/master/LICENSE.md ) [ ![ Packagist] ( https://img.shields.io/packagist/dt/npr/npr-one-backend-proxy.svg?maxAge=2592000 )] ( https://packagist.org/packages/npr/npr-one-backend-proxy ) [ ![ Build Status] ( https://travis-ci.org/nprdm/npr-one-backend-proxy-php.svg?branch=master )] ( https://travis-ci.org/nprdm/npr-one-backend-proxy-php ) [ ![ Coverage Status ] ( https://coveralls.io/repos/nprdm/npr-one-backend-proxy-php/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/nprdm/npr-one-backend-proxy-php?branch=master )
6
6
7
7
8
8
##### Table of Contents
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npr/npr-one-backend-proxy" ,
3
3
"description" : " A server-side proxy for interacting with the NPR One API's authorization server" ,
4
- "version" : " 1.1.0 " ,
4
+ "version" : " 1.1.2 " ,
5
5
"keywords" : [
6
6
" npr" ,
7
7
" oauth" ,
You can’t perform that action at this time.
0 commit comments