diff options
author | Remi Collet <remi@remirepo.net> | 2020-05-26 08:16:11 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-05-26 08:16:11 +0200 |
commit | 7566fe47faa2234c2986e82f08db170a6850eefa (patch) | |
tree | c6061e8d4537833aeb3eaf3db2c155c1c24e8149 /composer.json | |
parent | 82eb764e980fae29b00b32d3b58854a3db1f7f74 (diff) |
update to 1.6.5
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 828a7d2..f0b6a4a 100644 --- a/composer.json +++ b/composer.json @@ -18,13 +18,13 @@ {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"} ], "require": { - "php": "^7.1.3" + "php": "^7.1.3 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^7.0", "doctrine/coding-standard": "^6.0", "phpstan/phpstan-shim": "^0.9.2", - "vimeo/psalm": "^3.2.2" + "vimeo/psalm": "^3.8.1" }, "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" } @@ -33,10 +33,5 @@ "psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" } - }, - "extra": { - "branch-alias": { - "dev-master": "1.6.x-dev" - } } } |