diff --git a/composer.json b/composer.json index 52eaf21f5bc..6b6d89c4bce 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,10 @@ }, "bin": ["bin/doctrine-dbal"], "config": { - "sort-packages": true + "sort-packages": true, + "platform": { + "php": "7.2.15" + } }, "autoload": { "psr-4": { "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" } diff --git a/composer.lock b/composer.lock index e66402ad6c9..9d28267555f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c5e7640a7c04d2174aa72c365cf067eb", + "content-hash": "08757a8479fc25fcfed097e16207ce83", "packages": [ { "name": "doctrine/cache", @@ -877,20 +877,6 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "funding": [ - { - "url": "https://github.com/ondrejmirtes", - "type": "github" - }, - { - "url": "https://www.patreon.com/phpstan", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", - "type": "tidelift" - } - ], "time": "2020-03-22T16:51:47+00:00" }, { @@ -2428,8 +2414,8 @@ "authors": [ { "name": "Arne Blankerts", - "role": "Developer", - "email": "arne@blankerts.de" + "email": "arne@blankerts.de", + "role": "Developer" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", @@ -2496,5 +2482,7 @@ "ext-pdo": "*" }, "platform-dev": [], - "plugin-api-version": "1.1.0" + "platform-overrides": { + "php": "7.2.15" + } }