diff --git a/.gitattributes b/.gitattributes index 0ae91e3f..0ce1a8fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,13 +9,11 @@ /build export-ignore /test_files export-ignore /CHANGELOG.md export-ignore -/config.subsplit-publish.json export-ignore /Makefile export-ignore /phpbench.json export-ignore /phpstan.neon export-ignore /phpunit.xml export-ignore /README.md export-ignore -/src/Doctrine export-ignore /**/*Test.php export-ignore /**/*TestCase.php export-ignore /**/*Bench.php export-ignore diff --git a/composer.json b/composer.json index f0c2d692..d59384c1 100644 --- a/composer.json +++ b/composer.json @@ -32,14 +32,13 @@ "require-dev": { "ext-dom": "*", "ext-xdebug": "*", - "doctrine/collections": "^2.2.2", "friendsofphp/php-cs-fixer": "^3.64.0", "phpbench/phpbench": "^1.3.1", - "phpstan/phpstan": "^1.12.3", + "phpstan/phpstan": "^1.12.4", "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.0", - "phpunit/phpunit": "^10.5.16 || ^11.3.5", + "phpunit/phpunit": "^10.5.16 || ^11.3.6", "symfony/var-dumper": "^6.4.6 || ^7.1.4" }, "autoload": {