adding shields
phpunit travisci debug removing 5.3 from travis.yml
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.3
|
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
# Vkontakte OAuth2 client provider
|
# Vkontakte OAuth2 client provider
|
||||||
|
|
||||||
|
[](https://travis-ci.org/j4k/oauth2-vkontakte)
|
||||||
|
[](https://packagist.org/packages/j4k/oauth2-vkontakte)
|
||||||
|
[](https://packagist.org/packages/j4k/oauth2-vkontakte)
|
||||||
|
|
||||||
This package provides [Vkontakte](https://vk.com) integration for [OAuth2 Client](https://github.com/thephpleague/oauth2-client) by the League.
|
This package provides [Vkontakte](https://vk.com) integration for [OAuth2 Client](https://github.com/thephpleague/oauth2-client) by the League.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<phpunit colors="true" strict="true" backupGlobals="false" bootstrap="vendor/autoload.php">
|
<phpunit colors="true" strict="false" backupGlobals="false" timeoutForSmallTests="1" timeoutForMediumTests="5" timeoutForLargeTests="10" bootstrap="vendor/autoload.php">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="All">
|
<testsuite name="All">
|
||||||
<directory>tests</directory>
|
<directory>tests</directory>
|
||||||
|
|||||||
Reference in New Issue
Block a user