Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit ae0aaa8

Browse files
committed
Updating min phpunit 8 version to prevent error with PHP 7.2 + Testing PHP 8
1 parent 1e95bfb commit ae0aaa8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ php:
55
- 7.2
66
- 7.3
77
- 7.4
8+
- 8.0
9+
- 8.1
810

911
sudo: false
1012

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"require": {
1717
"php": ">=7.1.3",
1818
"guzzlehttp/guzzle": "^6.3 || ^7.0",
19-
"illuminate/notifications": "^5.8 || ^6.0 || ^7.0 || ^8.0|^9.0",
20-
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0|^9.0",
19+
"illuminate/notifications": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
20+
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
2121
"laravel/slack-notification-channel": "^2.0"
2222
},
2323
"require-dev": {
2424
"orchestra/testbench": "*",
25-
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
25+
"phpunit/phpunit": "^7.0 || ^8.5.28 || ^9.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)