Skip to content

Commit

Permalink
Use symfony/property-access ^4.3 and reorder composer requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelwilliams committed Mar 13, 2020
1 parent 4dbd72e commit 4645d97
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
}
],
"require": {
"react/socket": "~1.2",
"react/datagram": "^1.4",
"php": "~7.2",
"ext-json": "*",
"ext-SimpleXML": "*",
"symfony/event-dispatcher": "~4.0",
"badcow/dns": "^3.4",
"psr/log": "^1.0",
"symfony/filesystem": "^4.3",
"react/socket": "~1.2",
"react/datagram": "^1.4",
"symfony/console": "^4.3",
"vanilla/garden-cli": "^2.2",
"badcow/dns": "^3.4",
"symfony/property-access": "^5.0"
"symfony/event-dispatcher": "^4.3",
"symfony/filesystem": "^4.3",
"symfony/property-access": "^4.3",
"vanilla/garden-cli": "^2.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4645d97

Please sign in to comment.