Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 27, 2019
1 parent f9a0a1f commit 16ed10c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,9 +1,8 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- 7.3

env:
matrix:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

All notable changes to `laravel-stripe-webhooks` will be documented in this file

## 1.2.0 - 2018-02-27

- drop support for Laravel 5.7 and below
- drop support for PHP 7.1 and below

## 1.1.4 - 2018-02-27

- add support for Laravel 5.8
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -16,13 +16,13 @@
}
],
"require": {
"php": "^7.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"php": "^7.2",
"illuminate/support": "~5.8.0",
"stripe/stripe-php": "^5.2|^6.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
"phpunit/phpunit": "^6.4|^7.0|^8.0"
"orchestra/testbench": "~3.8.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 16ed10c

Please sign in to comment.