Skip to content

Commit

Permalink
Laravel 10.x support (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 authored Jan 12, 2023
1 parent 7516caa commit 9843d2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
laravel: [8.*, 7.*, 6.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
php: 8.2
dependency-version: prefer-stable
- laravel: 10.*
php: 8.1
dependency-version: prefer-stable
- laravel: 9.*
php: 8.2
dependency-version: prefer-stable
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"require": {
"php": "^7.2 || ^8.0",
"dompdf/dompdf": "^2.0.1",
"illuminate/support": "^6|^7|^8|^9"
"illuminate/support": "^6|^7|^8|^9|^10"
},
"require-dev": {
"orchestra/testbench": "^4|^5|^6|^7",
"orchestra/testbench": "^4|^5|^6|^7|^8",
"squizlabs/php_codesniffer": "^3.5",
"phpro/grumphp": "^1",
"nunomaduro/larastan": "^1|^2"
Expand Down

0 comments on commit 9843d2b

Please sign in to comment.