Skip to content

Commit ff501da

Browse files
committed
Better support typed properties
Upgrades the underlying squirrelphp/strings component. This removes compatibility to diverging property paths defined in the form, we now only support direct properties which are mapped 1:1 in the form. Note that if filter annotations are used without direct mappings, this might lead to errors and/or not work anymore. The PHP 8 support is preliminary, as it was not tested yet.
1 parent c53245e commit ff501da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": ">=7.4",
2424
"symfony/dependency-injection": "^5.0",
25-
"squirrelphp/strings": "^0.8.5"
25+
"squirrelphp/strings": "^0.9"
2626
},
2727
"require-dev": {
2828
"bamarni/composer-bin-plugin": "^1.3",

0 commit comments

Comments
 (0)