Skip to content

Commit

Permalink
Merge pull request #16 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
imliam authored Apr 25, 2023
2 parents 55a46d2 + 636d065 commit 20dc853
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
max-parallel: 15
fail-fast: false
matrix:
php-versions: ['7.3', '7.4', '8.0']
php-versions: ['7.3', '7.4', '8.0', 8.1]
composer-flags: ['--prefer-lowest', '--prefer-stable']
env:
- LARAVEL_VERSION='^7.0' TESTBENCH_VERSION='^5.0'
Expand Down
18 changes: 10 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,22 @@
],
"homepage": "https://github.com/imliam/laravel-blade-helper",
"license": "MIT",
"authors": [{
"name": "Liam Hammett",
"email": "[email protected]",
"homepage": "https://liamhammett.com",
"role": "Developer"
}],
"authors": [
{
"name": "Liam Hammett",
"email": "[email protected]",
"homepage": "https://liamhammett.com",
"role": "Developer"
}
],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0"
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"larapack/dd": "^1.0",
"orchestra/testbench": "^5.0|^6.0|^7.0",
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 20dc853

Please sign in to comment.