We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603930d commit 6360f7eCopy full SHA for 6360f7e
README.md
@@ -70,14 +70,9 @@ Are you sitting comfortably? before we begin, you will need:
70
71
### Composer, Dependencies ###
72
73
-To install using composer, use this require line
+To install using composer, use this require line (for production)
74
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.
+`"tomwalder/php-gds": "v1.2.0"`
81
82
### Running the examples ###
83
0 commit comments