diff --git a/composer.json b/composer.json index 81adca9..c182788 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ } ], "require": { - "php": "^7.4 || ^8.0" + "php": "^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.0", + "friendsofphp/php-cs-fixer": "^3.13", "phpunit/phpunit": "^9.5", - "spatie/phpunit-snapshot-assertions": "^4.0", + "spatie/phpunit-snapshot-assertions": "^4.2", "vimeo/psalm": "^5.0" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3ecf98e..2b30133 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,6 @@ - - - tests - - - - - - src - - + + + src + + + + + tests + +