Skip to content
Snippets Groups Projects
Commit dbbf231a authored by Sebastien's avatar Sebastien
Browse files

Merge branch 'tuleap-177-fix-phpstan-errors' into 'main'

tuleap-177-fix-phpstan-errors

See merge request !56
parents 2714bc2d 32be282d
No related branches found
No related tags found
1 merge request!56tuleap-177-fix-phpstan-errors
Pipeline #820 passed
......@@ -37,7 +37,7 @@
"symfony/property-access": "5.3.*",
"symfony/property-info": "5.3.*",
"symfony/proxy-manager-bridge": "^5.4",
"symfony/runtime": "5.3.*",
"symfony/runtime": "^5.4",
"symfony/security-bundle": "5.3.*",
"symfony/security-csrf": "5.3.*",
"symfony/serializer": "5.3.*",
......@@ -80,10 +80,10 @@
},
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": false,
"phpstan/extension-installer": false,
"symfony/flex": false,
"symfony/runtime": false
"composer/package-versions-deprecated": true,
"phpstan/extension-installer": true,
"symfony/flex": true,
"symfony/runtime": true
}
},
"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