diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-02 10:56:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-02 10:56:04 +0200 |
commit | c3d27dce88075b2613b8488caa242b7c10c3b28f (patch) | |
tree | df8b3595f5e999a9066164a4d215160d33e017d4 /composer.json | |
parent | cd3871f9c8a17d625b9202598c4aad12188e126f (diff) |
update to 5.1.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index b4b1bca..b52f3ee 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ext-ctype": "*" }, "require-dev": { - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^9.0", "ircmaxell/php-yacc": "^0.0.7" }, "extra": { |