Skip to content

Commit

Permalink
laravel 8 support (#17)
Browse files Browse the repository at this point in the history
* update composer dependencies for laravel 8

* Update tests.yml

* Update composer.json

* Update composer.json

* Update tests.yml

* Update composer.json
  • Loading branch information
Tom Schlick committed Nov 12, 2020
1 parent 58a4447 commit 2a5db1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4]
php: [7.3, 7.4]
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
}
],
"require": {
"php": "^7.2.5",
"laravel/framework": "^7.0"
"php": "^7.3",
"laravel/framework": "^8.0"
},
"require-dev": {
"doctrine/dbal": "^2.9",
"larapack/dd": "^1.0",
"mockery/mockery": "~1.0",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.4|^9.0"
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2a5db1c

Please sign in to comment.