Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Nov 20, 2024
1 parent 509d795 commit d06231c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@
],
"require": {
"php": ">=8.2",
"doctrine/orm": "^3.0 || ^2.18",
"symfony/property-access": "^7.0 || ^6.0",
"symfony/polyfill-php80": "^1.20"
"doctrine/orm": "^3.3",
"symfony/property-access": "^7.1",
"symfony/polyfill-php80": "^1.31"
},
"require-dev": {
"phpspec/phpspec": "^7.5"
"phpspec/phpspec": "^7.5",
"phpspec/prophecy": "1.20"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d06231c

Please sign in to comment.