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 c715460 commit a69321b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 1.1.0 - 2019-02-27

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

## 1.0.5 - 2019-02-27

- add support for Laravel 5.8
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
}
],
"require": {
"php": "^7.0",
"illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/routing": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
"php": "^7.2",
"illuminate/http": "~5.8.0",
"illuminate/routing": "~5.8.0",
"illuminate/support": "~5.8.0"

},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0|^8.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0"
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "~3.8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a69321b

Please sign in to comment.