Skip to content

Commit

Permalink
corrects spanner dependency on core and removes symfony/lock requirem…
Browse files Browse the repository at this point in the history
…ent (#503)

* corrects spanner dependency on core and removes symfony/lock requirement

* changes core php req to >=5.5
  • Loading branch information
bshaffer authored and dwsupplee committed May 19, 2017
1 parent 5f68ce9 commit fef0538
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
"license": "Apache-2.0",
"minimum-stability": "stable",
"require": {
"php": ">=5.5.9",
"php": ">=5.5",
"rize/uri-template": "~0.3",
"google/auth": "^0.11",
"guzzlehttp/guzzle": "^5.3|^6.0",
"guzzlehttp/psr7": "^1.2",
"monolog/monolog": "~1",
"psr/http-message": "1.0.*",
"symfony/lock": "dev-master"

This comment has been minimized.

Copy link
@GrahamCampbell

GrahamCampbell May 19, 2017

Correct version constraint would be ^3.4|^4.0.

This comment has been minimized.

Copy link
@jdpedrie

This comment has been minimized.

Copy link
@GrahamCampbell

GrahamCampbell May 19, 2017

There doesn't need to be an actual tagged released, in order to have a dependency on the version you want. Composer is clever than that, and you can get the "dev version of 3.4 or 4.4", automatically.

This comment has been minimized.

Copy link
@GrahamCampbell

GrahamCampbell May 19, 2017

Probably good to have it as suggested dependency for the next 6 months though, rather than a required.

"psr/http-message": "1.0.*"
},
"suggest": {
"symfony/lock": "Required for the Spanner cached based session pool. Please require the following commit: dev-master#1ba6ac9"
},
"extra": {
"component": {
Expand Down

0 comments on commit fef0538

Please sign in to comment.