Upgrade 1-11.38

This commit is contained in:
xesmyd
2026-03-30 14:10:30 +02:00
parent f2a7e6d1fc
commit ac648ef29d
24665 changed files with 69682 additions and 2205004 deletions
+11 -12
View File
@@ -16,30 +16,29 @@
}
],
"require": {
"php": ">=5.5.9",
"symfony/security-core": "^2.8|^3.0|^4.0|^5.0"
"php": ">=7.1.3",
"symfony/security-core": "^3.4|^4.4|^5.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^2.8|^3.0|^4.0|^5.0",
"doctrine/common": "~2.2",
"doctrine/dbal": "~2.2",
"symfony/finder": "^3.4|^4.4|^5.0",
"symfony/phpunit-bridge": "^5.2",
"doctrine/common": "^2.2|^3",
"doctrine/persistence": "^1.3.3|^2",
"doctrine/dbal": "^2.13.1|^3.1",
"psr/log": "~1.0"
},
"suggest": {
"symfony/class-loader": "For using the ACL generateSql script",
"symfony/finder": "For using the ACL generateSql script",
"doctrine/dbal": "For using the built-in ACL implementation"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Security\\Acl\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev",
"conflict": {
"doctrine/dbal": "<2.13.1|~3.0.0"
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
"dev-main": "3.x-dev"
}
}
}