Skip to content

Commit

Permalink
allow using symfony css selector 7.0 (#16)
Browse files Browse the repository at this point in the history
* allow using css selector 7

* Fix styling
  • Loading branch information
sinnbeck authored Jan 3, 2024
1 parent bd447c7 commit ca274c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ext-dom": "*",
"ext-libxml": "*",
"illuminate/testing": "^9.0|^10.0",
"symfony/css-selector": "^6.0"
"symfony/css-selector": "^6.0|^7.0"
},
"require-dev": {
"laravel/pint": "^1.2",
Expand Down

0 comments on commit ca274c6

Please sign in to comment.