Skip to content

Commit db1047f

Browse files
Merge pull request #17 from bumbummen99/patch-1
Laravel 8
2 parents 72bb96f + fd40daa commit db1047f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [7.4, 7.3, 7.2]
15+
php: [7.4, 7.3]
1616
dependency-version: [prefer-stable, prefer-lowest]
1717

1818
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.2.5",
15-
"illuminate/support": "^7.0",
16-
"illuminate/console": "^7.0",
17-
"illuminate/database": "^7.0",
18-
"illuminate/auth": "^7.0",
19-
"illuminate/notifications": "^7.0"
14+
"php": "^7.3.0",
15+
"illuminate/support": "^8.0",
16+
"illuminate/console": "^8.0",
17+
"illuminate/database": "^8.0",
18+
"illuminate/auth": "^8.0",
19+
"illuminate/notifications": "^8.0"
2020
},
2121
"autoload": {
2222
"psr-4": {
@@ -25,8 +25,8 @@
2525
},
2626
"require-dev": {
2727
"mockery/mockery": "^1.0",
28-
"phpunit/phpunit": "~8.0",
29-
"orchestra/testbench": "^5.0"
28+
"phpunit/phpunit": "~9.0",
29+
"orchestra/testbench": "^6.0"
3030
},
3131
"autoload-dev": {
3232
"psr-4": {

0 commit comments

Comments
 (0)