diff --git a/composer.json b/composer.json index e834a9a..f302e68 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/Asserts/BaseAssert.php b/src/Asserts/BaseAssert.php index b2fd472..96cba2a 100644 --- a/src/Asserts/BaseAssert.php +++ b/src/Asserts/BaseAssert.php @@ -16,13 +16,13 @@ */ abstract class BaseAssert { - use UsesElementAsserts; use CanGatherAttributes; - use InteractsWithParser; use Debugging; + use InteractsWithParser; use Macroable { __call as protected callMacro; } + use UsesElementAsserts; protected array $attributes = [];