Skip to content

Commit 8bda148

Browse files
OkipaArthur LORENTatymic
authored
Laravel 8 support + PHP7.4 version testing addition in Travis CI (#38)
Co-authored-by: Arthur LORENT <[email protected]> Co-authored-by: atymic <[email protected]>
1 parent 4842eab commit 8bda148

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
env:
89
matrix:

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `webhook` will be documented in this file
44

5+
## 2.1.0 - 2020-08-21
6+
7+
* Added Laravel 8 support.
8+
* Dropped Laravel 6 support.
9+
* Added PHP7.4 version testing in Travis CI.
10+
511
## 1.0.0 - 201X-XX-XX
612

7-
- initial release
13+
* initial release

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.2.5",
15-
"guzzlehttp/guzzle": "~6.0",
16-
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0",
17-
"illuminate/support": "~5.5 || ~6.0 || ~7.0"
14+
"php": "^7.2.5",
15+
"guzzlehttp/guzzle": "^7.0",
16+
"illuminate/notifications": "^7.0||^8.0",
17+
"illuminate/support": "^7.0||^8.0"
1818
},
1919
"require-dev": {
2020
"mockery/mockery": "^1.3",
21-
"phpunit/phpunit": "^8.0",
22-
"orchestra/testbench": "^3.8.0 || ^4.0 || ^5.0",
23-
"orchestra/database": "^3.8.0 || ^4.0 | ^5.0"
21+
"phpunit/phpunit": "^9.0",
22+
"orchestra/testbench": "^5.0||^6.0",
23+
"orchestra/database": "^5.0||^6.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)