Skip to content

Commit 1b6cf1b

Browse files
authored
Merge pull request #50 from recca0120/laravel-8
laravel 8
2 parents f76690f + 1ecd883 commit 1b6cf1b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/laravel-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
php: [7.3]
51-
laravel: [7.x, 6.x, 5.8, 5.7, 5.5]
51+
laravel: [8.x, 7.x, 6.x, 5.8, 5.7, 5.5]
5252

5353
name: PHP${{ matrix.php }} with Laravel ${{ matrix.laravel }}
5454

@@ -82,7 +82,7 @@ jobs:
8282
fail-fast: false
8383
matrix:
8484
php: [7.4]
85-
laravel: [7.x, 6.x, 5.8]
85+
laravel: [8.x, 7.x, 6.x, 5.8]
8686

8787
name: PHP${{ matrix.php }} with Laravel ${{ matrix.laravel }}
8888

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"require": {
1818
"php": "^7.2",
1919
"botman/botman": "~2.0 || ~3.0",
20-
"guzzlehttp/guzzle": "~6.0",
21-
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
22-
"illuminate/contracts": "^5.5 || ^6.0 || ^7.0",
23-
"illuminate/console": "^5.5 || ^6.0 || ^7.0",
20+
"guzzlehttp/guzzle": "~6.0 || ^7.0.1",
21+
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0",
22+
"illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0",
23+
"illuminate/console": "^5.5 || ^6.0 || ^7.0 || ^8.0",
2424
"thecodingmachine/discovery": "^1.2"
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "^3.5 || ^4.0 || ^5.0",
28-
"mockery/mockery": "^1.0"
27+
"mockery/mockery": "^1.0",
28+
"orchestra/testbench": "^3.5 || ^4.0 || ^5.0 || ^6.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)