Skip to content

Commit

Permalink
Merge pull request #65 from marvinschroeder/master
Browse files Browse the repository at this point in the history
Add support for Laravel 10
  • Loading branch information
vpratfr authored Aug 2, 2023
2 parents abd21db + a6df3d9 commit eaa2ceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.2', '7.3', '7.4']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"php": "^7.2|^8.0",
"spatie/laravel-html": "^2.19.0|^3.1",
"appstract/laravel-blade-directives": "^1.6.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "^4.0|^5.0|^7.0",
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0",
"symfony/dom-crawler": "^4.1"
},
"autoload": {
Expand Down

0 comments on commit eaa2ceb

Please sign in to comment.