We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94e5045 + 8b16214 commit efa143dCopy full SHA for efa143d
README.md
@@ -75,6 +75,9 @@ To install using composer, use this require line
75
`"tomwalder/php-gds": "dev-master"`
76
77
I use the Google php api client for low-level access to Datastore services, so that will get pulled in to your project too.
78
+Since the Google php api client development version is used, you also need to add
79
+
80
+`"minimum-stability": "dev"` to your composer file.
81
82
### Running the examples ###
83
0 commit comments