diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-18 07:40:56 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-18 07:40:56 +0200 |
commit | 54ae3a456302b1e91a1998bb6d47467aa6772c9c (patch) | |
tree | 74f110a60a67f15e38c9bd6686daa36cbb9dffc0 /composer.json | |
parent | 77890ae4ff966b314111fcc08b4deabacad65e71 (diff) |
update to 2.3.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 859c3c0..0e0cf2d 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "homepage": "http://sabre.io/uri/", "license": "BSD-3-Clause", "require": { - "php": "^7.1 || ^8.0" + "php": "^7.4 || ^8.0" }, "authors": [ { @@ -37,9 +37,9 @@ } }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.19.3", - "phpstan/phpstan": "^0.12", - "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0" + "friendsofphp/php-cs-fixer": "^3.9", + "phpstan/phpstan": "^1.8", + "phpunit/phpunit" : "^9.0" }, "scripts": { "phpstan": [ |