Skip to content

Commit

Permalink
Merge pull request #10 from julesjanssen/main
Browse files Browse the repository at this point in the history
add Laravel 11 support
  • Loading branch information
dvdheiden authored Mar 17, 2024
2 parents 10dda1c + 04b269e commit dfe73cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"illuminate/support": "^9.0|^10.0|^11.0",
"laravel/pint": "^1.7",
"league/commonmark": "^2.2",
"symfony/css-selector": "^6.0",
"symfony/dom-crawler": "^6.0"
"symfony/css-selector": "^6.0|^7.0",
"symfony/dom-crawler": "^6.0|^7.0"
},
"require-dev": {
"phpstan/phpstan": "^1.2",
Expand Down

0 comments on commit dfe73cc

Please sign in to comment.