File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 99 max-parallel : 15
1010 matrix :
1111 laravel-version : ['^6.0', '^7.0', '^8.0']
12- php-versions : ['7.3', '7.4']
12+ php-versions : ['7.3', '7.4', '8.0' ]
1313 name : PHP ${{ matrix.php-versions }} on Laravel ${{ matrix.laravel-version }}
1414 steps :
1515 - name : Checkout
Original file line number Diff line number Diff line change 22
33All notable changes to ` webhook ` will be documented in this file
44
5+ ## 2.2.0 - 2020-11-11
6+
7+ * Added PHP 8 support
8+
59## 2.1.0 - 2020-08-21
610
7- * Added Laravel 8 support.
8- * Dropped Laravel 6 support.
9- * Added PHP7.4 version testing in Travis CI.
11+ * Added Laravel 8 support
12+ * Dropped Laravel 6 support
13+ * Added PHP7.4 version testing in Travis CI
1014
1115## 1.0.0 - 201X-XX-XX
1216
Original file line number Diff line number Diff line change 99[ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/webhook/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/laravel-notification-channels/webhook/?branch=master )
1010[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/laravel-notification-channels/webhook.svg?style=flat-square )] ( https://packagist.org/packages/laravel-notification-channels/webhook )
1111
12- This package makes it easy to send webhooks using the Laravel notification system. Supports 5.5+. 6.x and 7 .x.
12+ This package makes it easy to send webhooks using the Laravel notification system. Supports 5.5+, 6.x, 7.x and 8 .x.
1313
1414## Contents
1515
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^7.2.5" ,
19+ "php" : " ^7.2.5 || ^8.0 " ,
2020 "guzzlehttp/guzzle" : " ^6.2 || ^7.0" ,
2121 "illuminate/notifications" : " ^6.0 || ^7.0 || ^8.0" ,
2222 "illuminate/support" : " ^6.0 || ^7.0 || ^8.0"
You can’t perform that action at this time.
0 commit comments