Skip to content

Commit

Permalink
Bump symfony dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Mar 2, 2022
1 parent c533624 commit 511d76d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 34 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"contao/core-bundle": "^4.9",
"hofff/contao-selectri": "^4.0",
"netzmacht/contao-page-context": "^1.0",
"symfony/config": "^3.3 || ^4.0",
"symfony/dependency-injection": "^3.3 || ^4.0",
"symfony/http-foundation": "^3.3 || ^4.0",
"symfony/http-kernel": "^3.3 || ^4.0"
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/http-foundation": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
Expand Down
32 changes: 2 additions & 30 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<errorLevel type="suppress">
<!-- We need a new major version to get rid of it -->
<referencedMethod name="Contao\ModuleLoader::getActive"/>
<!-- We support Symfony 4.4 and cannot blindly follow Symfony approach to build a better world here -->
<referencedMethod name="Symfony\Component\HttpFoundation\RequestStack::getMasterRequest"/>
</errorLevel>
</DeprecatedMethod>
<InternalMethod>
Expand All @@ -41,34 +43,4 @@
<class name="Contao\Template"/>
<class name="Contao\Widget"/>
</universalObjectCrates>

<!-- <issueHandlers>-->
<!-- <InternalMethod>-->
<!-- <errorLevel type="suppress">-->
<!-- <referencedMethod name="Contao\CoreBundle\Framework\Adapter::__call"/>-->
<!-- <referencedMethod name="Contao\CoreBundle\Framework\ContaoFramework::initialize"/>-->
<!-- <referencedMethod name="Contao\CoreBundle\Framework\ContaoFramework::createInstance"/>-->
<!-- <referencedMethod name="Contao\CoreBundle\Framework\ContaoFramework::getAdapter"/>-->
<!-- </errorLevel>-->
<!-- </InternalMethod>-->
<!-- <DeprecatedMethod>-->
<!-- <errorLevel type="suppress">-->
<!-- &lt;!&ndash; Required as long as we support doctrine/dbal ^2.11 | Contao 4.9 &ndash;&gt;-->
<!-- <referencedMethod name="Doctrine\DBAL\Query\QueryBuilder::execute"/>-->
<!-- </errorLevel>-->
<!-- </DeprecatedMethod>-->
<!-- <UndefinedDocblockClass>-->
<!-- <errorLevel type="suppress">-->
<!-- &lt;!&ndash; Depending if doctrine/dbal 2 or 3 is installed &ndash;&gt;-->
<!-- <referencedClass name="Doctrine\DBAL\ForwardCompatibility\Result"/>-->
<!-- <referencedClass name="Doctrine\DBAL\Result"/>-->
<!-- </errorLevel>-->
<!-- </UndefinedDocblockClass>-->
<!-- </issueHandlers>-->

<!-- <universalObjectCrates>-->
<!-- <class name="Contao\BackendTemplate"/>-->
<!-- <class name="Contao\FrontendTemplate"/>-->
<!-- <class name="Contao\PageModel"/>-->
<!-- </universalObjectCrates>-->
</psalm>

0 comments on commit 511d76d

Please sign in to comment.