Skip to content

Commit 2a5db1c

Browse files
author
Tom Schlick
authored
laravel 8 support (#17)
* update composer dependencies for laravel 8 * Update tests.yml * Update composer.json * Update composer.json * Update tests.yml * Update composer.json
1 parent 58a4447 commit 2a5db1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: true
2525
matrix:
26-
php: [7.2, 7.3, 7.4]
26+
php: [7.3, 7.4]
2727
stability: [prefer-lowest, prefer-stable]
2828

2929
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^7.2.5",
27-
"laravel/framework": "^7.0"
26+
"php": "^7.3",
27+
"laravel/framework": "^8.0"
2828
},
2929
"require-dev": {
3030
"doctrine/dbal": "^2.9",
3131
"larapack/dd": "^1.0",
3232
"mockery/mockery": "~1.0",
33-
"orchestra/testbench": "^5.0",
34-
"phpunit/phpunit": "^8.4|^9.0"
33+
"orchestra/testbench": "^6.0",
34+
"phpunit/phpunit": "^9.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)