Skip to content
Snippets Groups Projects
Commit 32be282d authored by Camille Simiand's avatar Camille Simiand
Browse files

Fix phpstan errors

parent 2714bc2d
Branches
Tags
1 merge request!56tuleap-177-fix-phpstan-errors
Pipeline #815 passed
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"symfony/property-access": "5.3.*", "symfony/property-access": "5.3.*",
"symfony/property-info": "5.3.*", "symfony/property-info": "5.3.*",
"symfony/proxy-manager-bridge": "^5.4", "symfony/proxy-manager-bridge": "^5.4",
"symfony/runtime": "5.3.*", "symfony/runtime": "^5.4",
"symfony/security-bundle": "5.3.*", "symfony/security-bundle": "5.3.*",
"symfony/security-csrf": "5.3.*", "symfony/security-csrf": "5.3.*",
"symfony/serializer": "5.3.*", "symfony/serializer": "5.3.*",
...@@ -80,10 +80,10 @@ ...@@ -80,10 +80,10 @@
}, },
"sort-packages": true, "sort-packages": true,
"allow-plugins": { "allow-plugins": {
"composer/package-versions-deprecated": false, "composer/package-versions-deprecated": true,
"phpstan/extension-installer": false, "phpstan/extension-installer": true,
"symfony/flex": false, "symfony/flex": true,
"symfony/runtime": false "symfony/runtime": true
} }
}, },
"autoload": { "autoload": {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment