diff --git a/composer.json b/composer.json index e7beb37..d9381d4 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,10 @@ { "name": "Nikita Popov", "email": "nikic@php.net" + }, + { + "name": "Contributors", + "homepage": "https://github.com/nikic/FastRoute/graphs/contributors" } ], "require": { @@ -24,7 +28,7 @@ "phpstan/phpstan-deprecation-rules": "^1.1", "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "^10.3" + "phpunit/phpunit": "^10.5" }, "autoload": { "psr-4": { @@ -52,5 +56,12 @@ "branch-alias": { "dev-master": "2.0-dev" } + }, + "scripts": { + "phpbench": "@php vendor/bin/phpbench run", + "phpcbf": "@php vendor/bin/phpcbf", + "phpcs": "@php vendor/bin/phpcs", + "phpstan": "@php vendor/bin/phpstan", + "phpunit": "@php vendor/bin/phpunit" } }