Skip to content

Commit 6526fab

Browse files
chore: Fixed dep constraint
1 parent a4a74e9 commit 6526fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"squizlabs/php_codesniffer": "^3.3",
2222
"phpstan/phpstan": "^1.8.2",
2323
"phpunit/phpunit": "^9.5",
24-
"symfony/property-access": "^7.1"
24+
"symfony/property-access": ">=5.4"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)