Skip to content

Commit

Permalink
Drop support for symfony 3
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 15, 2019
1 parent 08ddf20 commit 4e3aecd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"core23/lastfm-api": "^2.0 || dev-master",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0",
"symfony/config": "^3.4 || ^4.2",
"symfony/dependency-injection": "^3.4 || ^4.2",
"symfony/config": "^4.2",
"symfony/dependency-injection": "^4.2",
"symfony/event-dispatcher-contracts": "^1.1",
"symfony/expression-language": "^3.4 || ^4.2",
"symfony/framework-bundle": "^3.4 || ^4.2",
"symfony/http-foundation": "^3.4 || ^4.2",
"symfony/http-kernel": "^3.4 || ^4.2",
"symfony/routing": "^3.4 || ^4.2",
"symfony/twig-bridge": "^3.4 || ^4.2",
"symfony/expression-language": "^4.2",
"symfony/framework-bundle": "^4.2",
"symfony/http-foundation": "^4.2",
"symfony/http-kernel": "^4.2",
"symfony/routing": "^4.2",
"symfony/twig-bridge": "^4.2",
"twig/twig": "^2.4"
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ parameters:
ignoreErrors:
# Symfony DI
- '#Cannot call method scalarNode\(\) on Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null.#'
- "/Call to function method_exists.. with 'Symfony.+' and 'getRootNode' will always evaluate to false./"

# Symfony Contracts
- '#Method Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface::dispatch\(\) invoked with 2 parameters, 1 required.#'
Expand Down

0 comments on commit 4e3aecd

Please sign in to comment.