Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appengine/flexible/analytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"symfony/css-selector": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "~4",
"google/cloud-tools": "^0.1.0"
"google/cloud-tools": "<=1.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This goes against semantic versioning, are you sure we don't want to just tag this to a specific version?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually want to auto update cloud-tools to the latest until it hits 1.0

"phpunit/phpunit": "~4"
}
}
385 changes: 266 additions & 119 deletions appengine/flexible/analytics/composer.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions appengine/flexible/cloudsql/composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"require": {
"silex/silex": "^1.3",
"google/apiclient": "~2.0"
"google/apiclient": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "~4",
"google/cloud-tools": "^0.1.0"
"google/cloud-tools": "<=1.0",
"phpunit/phpunit": "~4"
}
}
215 changes: 108 additions & 107 deletions appengine/flexible/cloudsql/composer.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions appengine/flexible/datastore/composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"require": {
"silex/silex": "^1.3",
"google/apiclient": "~2.0"
"google/apiclient": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "~4",
"google/cloud-tools": "^0.1.0"
"google/cloud-tools": "<=1.0",
"phpunit/phpunit": "~4"
}
}
Loading