1
0
mirror of synced 2024-11-24 06:16:27 +03:00

Correct doctrine/annotations version constraint

This commit is contained in:
Alex Lushpai 2021-06-10 18:38:46 +03:00 committed by GitHub
commit b17385ffb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"php-http/client-implementation": "^1.0",
"php-http/message-factory": "^1.0",
"php-http/discovery": "^1.13",
"doctrine/annotations": "^1.11",
"doctrine/annotations": "^1.13",
"liip/serializer": "^2.0",
"php-http/httplug": "^2.2",
"civicrm/composer-compile-plugin": "^0.15.0",

View File

@ -57,6 +57,8 @@ class CompilerPromptCommand extends Command
* @param \Symfony\Component\Console\Output\OutputInterface $output
*
* @return int
*
* @SuppressWarnings(PHPMD.ElseExpression)
*/
protected function execute(InputInterface $input, OutputInterface $output): int
{