diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-25 16:48:15 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-25 16:48:15 +0200 |
commit | 025e0f2f754e737e5483eb057dc7b5fd0df37c4c (patch) | |
tree | 9f2710c2382b4c6741c8d7f0492e70c8275ca74a /composer.json | |
parent | 28ffdf27425314fd2bfaf0e3b942af8bb36dff07 (diff) |
update to 1.5.2 (no change)
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index c2ed5ac..c2ce2bb 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "php": "^7.2 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.2 || ^5", + "phpunit/phpunit": "^8 || ^9", "phpstan/phpstan": "^1.10", "psr/log": "^1.0 || ^2.0 || ^3.0", "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" @@ -48,7 +48,7 @@ } }, "scripts": { - "test": "vendor/bin/simple-phpunit", - "phpstan": "vendor/bin/phpstan analyse" + "test": "@php phpunit", + "phpstan": "@php phpstan analyse" } } |