Skip to content

Commit

Permalink
Merge pull request #7 from answear/CP-1717-update-symfony-wr
Browse files Browse the repository at this point in the history
CP-1717 update symfony
  • Loading branch information
Wiktor6 authored Aug 30, 2024
2 parents 2e9166f + 31248e8 commit ca3e49f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'strict_param' => false,
'array_syntax' => ['syntax' => 'short'],
'concat_space' => ['spacing' => 'one'],
'phpdoc_align' => [],
'phpdoc_align' => ['align' => 'left'],
'phpdoc_summary' => false,
'void_return' => false,
'phpdoc_var_without_name' => false,
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"require": {
"php": "~8.1",
"ext-amqp": "*",
"symfony/amqp-messenger": "^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/messenger": "^6.0"
"symfony/amqp-messenger": "^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"symfony/messenger": "^6.0|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4",
"phpro/grumphp": "^1.5.0",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-webmozart-assert": "^1.0",
"phpunit/phpunit": "^9.5.28",
"friendsofphp/php-cs-fixer": "^3.63",
"phpro/grumphp": "^2.6",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^10.5",
"roave/security-advisories": "dev-master",
"symfony/phpunit-bridge": "6.1.*"
"symfony/phpunit-bridge": "7.1.*"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 0 additions & 3 deletions src/EventSubscriber/HeartbeatEventSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ public function __construct(
) {
}

/**
* {@inheritdoc}
*/
public static function getSubscribedEvents(): array
{
return [
Expand Down

0 comments on commit ca3e49f

Please sign in to comment.