Skip to content

Commit

Permalink
Merge pull request #102 from samuelwilliams/issue-101
Browse files Browse the repository at this point in the history
Use symfony/property-access ^4.3 and reorder composer requirements.
  • Loading branch information
samuelwilliams authored Mar 13, 2020
2 parents 4dbd72e + 4645d97 commit 06d816d
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 06d816d

Please sign in to comment.