Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
362f3eb9c5 | ||
|
|
2346e33851 | ||
|
|
45e85c76c9 | ||
|
|
2680a2ad93 | ||
|
|
6295ad3b80 | ||
|
|
4a01bd9c68 |
@@ -3,3 +3,4 @@ composer.lock
|
|||||||
vendor
|
vendor
|
||||||
coverage.clover
|
coverage.clover
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
|
.vscode
|
||||||
|
|||||||
+3
-9
@@ -1,20 +1,14 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
|
php:
|
||||||
|
- 7.2
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
|
||||||
- php: 7.2
|
|
||||||
env: LARAVEL='5.7.*' TESTBENCH='3.7.*' PHPENUM='1.*' PHPUNIT='7.*' COMPOSER_FLAGS='--prefer-stable'
|
|
||||||
- php: 7.3
|
|
||||||
env: LARAVEL='5.7.*' TESTBENCH='3.7.*' PHPENUM='1.*' PHPUNIT='7.*' COMPOSER_FLAGS='--prefer-lowest'
|
|
||||||
- php: 7.2
|
|
||||||
env: LARAVEL='5.8.*' TESTBENCH='3.8.*' PHPENUM='1.*' PHPUNIT='8.*' COMPOSER_FLAGS='--prefer-stable'
|
|
||||||
- php: 7.3
|
|
||||||
env: LARAVEL='5.8.*' TESTBENCH='3.8.*' PHPENUM='1.*' PHPUNIT='8.*' COMPOSER_FLAGS='--prefer-lowest'
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- travis_retry composer self-update
|
- travis_retry composer self-update
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Handle Appstore server-to-server notifications for auto-renewable subscriptions
|
# Handle Appstore server-to-server notifications for auto-renewable subscriptions
|
||||||
|
|
||||||
[](https://packagist.org/packages/app-vise/laravel-appstore-server-notifications)
|
[](https://packagist.org/packages/app-vise/laravel-appstore-server-notifications)
|
||||||
[](https://travis-ci.org/app-vise/laravel-appstore-notifications)
|
[](https://travis-ci.org/app-vise/laravel-appstore-notifications)
|
||||||
[](https://styleci.io/repos/215539443)
|
[](https://styleci.io/repos/215539443)
|
||||||
[](https://scrutinizer-ci.com/g/app-vise/laravel-appstore-notifications/?branch=master)
|
[](https://scrutinizer-ci.com/g/app-vise/laravel-appstore-notifications/?branch=master)
|
||||||
|
|||||||
+2
-2
@@ -19,8 +19,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1",
|
"php": "^7.",
|
||||||
"illuminate/support": "~5.7.0|^6.0",
|
"illuminate/support": "^5.5|^6.0|^7.",
|
||||||
"bensampo/laravel-enum": "^1.0"
|
"bensampo/laravel-enum": "^1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|||||||
Reference in New Issue
Block a user