File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 2929 // Libs
3030 'vendor/jbzoo/utils ' ,
3131 'vendor/symfony/yaml ' ,
32+ 'vendor/symfony/polyfill-php81 '
3233 ]
3334]);
3435
Original file line number Diff line number Diff line change 1717 },
1818
1919 "require-dev" : {
20- "jbzoo/toolbox-dev" : " ^3.1.0" ,
21- "jbzoo/utils" : " ^4.4.0" ,
22- "symfony/yaml" : " ^4.4|^5.0"
20+ "jbzoo/toolbox-dev" : " ^3.1.0" ,
21+ "jbzoo/utils" : " ^4.4.0" ,
22+ "symfony/yaml" : " >=4.4" ,
23+
24+ "symfony/polyfill-ctype" : " >=1.23.0" ,
25+ "symfony/polyfill-mbstring" : " >=1.23.0" ,
26+ "symfony/polyfill-php73" : " >=1.23.0" ,
27+ "symfony/polyfill-php80" : " >=1.23.0" ,
28+ "symfony/polyfill-php81" : " >=1.23.0"
2329 },
2430
2531 "suggest" : {
4147 },
4248
4349 "config" : {
44- "optimize-autoloader" : true
50+ "optimize-autoloader" : true ,
51+ "allow-plugins" : {
52+ "composer/package-versions-deprecated" : true
53+ }
4554 },
4655
4756 "extra" : {
Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ protected static function isMulti(array $array): bool
283283 * @param int|string $key
284284 * @return mixed|null
285285 */
286+ #[\ReturnTypeWillChange]
286287 public function offsetGet ($ key )
287288 {
288289 if (!\property_exists ($ this , (string )$ key )) {
You can’t perform that action at this time.
0 commit comments