Skip to content

Commit cb8423a

Browse files
authored
Fix: avoid vendoring symfony packages already in core (#1271)
1 parent 88d8708 commit cb8423a

3 files changed

Lines changed: 12 additions & 882 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111

1212
- 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.
1314

1415
## [1.24.5] - 2026-09-11
1516

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"php": ">=8.2",
44
"symfony/yaml": "^7.4"
55
},
6-
"require-dev": {
7-
"glpi-project/tools": "^0.8.3"
6+
"provide": {
7+
"symfony/deprecation-contracts": "^3.0",
8+
"symfony/polyfill-ctype": "^1.33"
89
},
910
"config": {
1011
"optimize-autoloader": true,

0 commit comments

Comments
 (0)