Skip to content

Commit

Permalink
Support symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamt committed Aug 15, 2023
1 parent b080756 commit fd7dd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": ">=5.5",
"ext-mbstring": "*",
"symfony/property-access": "^2.8 || ^3.4 || ^4.4"
"symfony/property-access": "^2.8 || ^3.4 || ^4.4 || ^5.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
Expand Down

0 comments on commit fd7dd28

Please sign in to comment.