Skip to content

Commit 83f79b9

Browse files
authored
Standardizes all phpunit versions to ^5 (GoogleCloudPlatform#846)
1 parent d4ade2c commit 83f79b9

File tree

32 files changed

+32
-32
lines changed

32 files changed

+32
-32
lines changed

appengine/flexible/metadata/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"google/cloud-core": "^1.5"
55
},
66
"require-dev": {
7-
"phpunit/phpunit":"~4.8",
7+
"phpunit/phpunit": "^5",
88
"google/cloud-tools":"^0.6"
99
}
1010
}

appengine/flexible/wordpress/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"guzzlehttp/guzzle": "~6.0",
11-
"phpunit/phpunit": "~4",
11+
"phpunit/phpunit": "^5",
1212
"symfony/browser-kit": "~2"
1313
},
1414
"autoload-dev": {

appengine/php55/grpc/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
},
77
"require-dev": {
88
"google/cloud-tools": "^0.6.7",
9-
"phpunit/phpunit": "~4"
9+
"phpunit/phpunit": "^5"
1010
}
1111
}

appengine/php55/mail/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require-dev": {
3-
"phpunit/phpunit": "~4"
3+
"phpunit/phpunit": "^5"
44
}
55
}

appengine/php55/mailjet/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"guzzlehttp/guzzle": "^6.3"
66
},
77
"require-dev": {
8-
"phpunit/phpunit": "~4.8",
8+
"phpunit/phpunit": "^5",
99
"paragonie/random_compat": "^2.0",
1010
"google/cloud-tools": "^0.8.5"
1111
}

appengine/php55/memcache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"require-dev": {
77
"google/cloud-tools": "^0.6",
8-
"phpunit/phpunit": "~4",
8+
"phpunit/phpunit": "^5",
99
"symfony/browser-kit": "^3.0"
1010
}
1111
}

appengine/php55/phpmyadmin/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require-dev": {
33
"guzzlehttp/guzzle": "~6.0",
4-
"phpunit/phpunit": "~4",
4+
"phpunit/phpunit": "^5",
55
"symfony/browser-kit": "~2",
66
"twig/twig": "~1.0"
77
},

appengine/php55/wordpress/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"guzzlehttp/guzzle": "~6.0",
11-
"phpunit/phpunit": "~4",
11+
"phpunit/phpunit": "^5",
1212
"symfony/browser-kit": "~2"
1313
},
1414
"autoload-dev": {

appengine/php72/auth/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
]
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "~5",
13+
"phpunit/phpunit": "^5",
1414
"google/cloud-tools": "^0.6.9"
1515
}
1616
}

appengine/php72/cloudsql/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require-dev": {
3-
"phpunit/phpunit": "~5",
3+
"phpunit/phpunit": "^5",
44
"google/cloud-tools": "^0.6",
55
"paragonie/random_compat": "^2.0"
66
}

appengine/php72/grpc/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"require-dev": {
88
"google/cloud-tools": "^0.6.7",
99
"paragonie/random_compat": "^2.0",
10-
"phpunit/phpunit": "~5"
10+
"phpunit/phpunit": "^5"
1111
}
1212
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require-dev": {
3-
"phpunit/phpunit":"~5",
3+
"phpunit/phpunit": "^5",
44
"google/cloud-tools":"^0.6"
55
}
66
}

appengine/php72/metadata/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"google/cloud-core": "^1.5"
44
},
55
"require-dev": {
6-
"phpunit/phpunit":"~4.8",
6+
"phpunit/phpunit": "^5",
77
"google/cloud-tools":"^0.6"
88
}
99
}

asset/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
]
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "~5",
14+
"phpunit/phpunit": "^5",
1515
"google/cloud-tools": "^0.8.5"
1616
}
1717
}

auth/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
]
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "~4"
26+
"phpunit/phpunit": "^5"
2727
}
2828
}

bigquery/api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
},
66
"require-dev": {
77
"google/cloud-tools": "^0.8",
8-
"phpunit/phpunit": "~5"
8+
"phpunit/phpunit": "^5"
99
}
1010
}

bigquery/quickstart/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"google/cloud-bigquery": "^1.0"
55
},
66
"require-dev": {
7-
"phpunit/phpunit": "~4.8"
7+
"phpunit/phpunit": "^5"
88
}
99
}

bigquery/stackoverflow/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"google/cloud-bigquery": "^1.0"
44
},
55
"require-dev": {
6-
"phpunit/phpunit": "~4.8"
6+
"phpunit/phpunit": "^5"
77
}
88
}

bigquerydatatransfer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"google/cloud-bigquerydatatransfer": "^0.10.1"
55
},
66
"require-dev": {
7-
"phpunit/phpunit": "~4"
7+
"phpunit/phpunit": "^5"
88
}
99
}

bigtable/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
"require-dev": {
66
"google/cloud-tools": "^0.8",
7-
"phpunit/phpunit": "^5.0"
7+
"phpunit/phpunit": "^5"
88
}
99
}

compute/logging/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"fluent/logger": "^1.0"
44
},
55
"require-dev": {
6-
"phpunit/phpunit": "~4"
6+
"phpunit/phpunit": "^5"
77
}
88
}

datastore/api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"google/cloud-datastore": "^1.2"
44
},
55
"require-dev": {
6-
"phpunit/phpunit": "~4.8",
6+
"phpunit/phpunit": "^5",
77
"guzzlehttp/guzzle": "^6.3",
88
"google/cloud-tools": "^0.6"
99
},

datastore/quickstart/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
},
66
"require-dev": {
77
"guzzlehttp/guzzle": "^6.3",
8-
"phpunit/phpunit": "~4.8"
8+
"phpunit/phpunit": "^5"
99
}
1010
}

debugger/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"twig/twig": "^2.3"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "~4"
11+
"phpunit/phpunit": "^5"
1212
}
1313
}

error_reporting/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"google/cloud-error-reporting": "^0.14.1"
44
},
55
"require-dev": {
6-
"phpunit/phpunit": "~4.8",
6+
"phpunit/phpunit": "^5",
77
"google/cloud-tools": "^0.8.5"
88
}
99
}

iap/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
]
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "~4"
17+
"phpunit/phpunit": "^5"
1818
}
1919
}

jobs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"symfony/console": " ^3.0"
55
},
66
"require-dev": {
7-
"phpunit/phpunit": "^5.0"
7+
"phpunit/phpunit": "^5"
88
},
99
"autoload": {
1010
"files": [

pubsub/api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"symfony/console": " ^3.0"
66
},
77
"require-dev": {
8-
"phpunit/phpunit": "~4.8",
8+
"phpunit/phpunit": "^5",
99
"google/cloud-tools": "^0.8.5"
1010
},
1111
"autoload": {

pubsub/quickstart/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"google/cloud-pubsub": "^1.11.1"
55
},
66
"require-dev": {
7-
"phpunit/phpunit": "~4.8"
7+
"phpunit/phpunit": "^5"
88
}
99
}

spanner/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"symfony/console": "^3.2"
55
},
66
"require-dev": {
7-
"phpunit/phpunit": "^4"
7+
"phpunit/phpunit": "^5"
88
},
99
"autoload": {
1010
"files": [

storage/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
]
6464
},
6565
"require-dev": {
66-
"phpunit/phpunit": "~5",
66+
"phpunit/phpunit": "^5",
6767
"google/cloud-tools": "^0.8.5"
6868
}
6969
}

vision/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
]
5959
},
6060
"require-dev": {
61-
"phpunit/phpunit": "~4",
61+
"phpunit/phpunit": "^5",
6262
"google/cloud-tools": "^0.8.5"
6363
}
6464
}

0 commit comments

Comments
 (0)