1 parent 88d8708 commit cb8423aCopy full SHA for cb8423a
3 files changed
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
### Fixed
11
12
- Fix administrators losing access to a block's configuration after setting a profile to "no access" on that block.
13
+- Fix dependency conflict with GLPI core by no longer vendoring symfony/deprecation-contracts and symfony/polyfill-ctype.
14
15
## [1.24.5] - 2026-09-11
16
composer.json
@@ -3,8 +3,9 @@
3
"php": ">=8.2",
4
"symfony/yaml": "^7.4"
5
},
6
- "require-dev": {
7
- "glpi-project/tools": "^0.8.3"
+ "provide": {
+ "symfony/deprecation-contracts": "^3.0",
8
+ "symfony/polyfill-ctype": "^1.33"
9
"config": {
"optimize-autoloader": true,
0 commit comments