From a19e545dc8f9aee102a05b8868d73d2fe43ab92a Mon Sep 17 00:00:00 2001 From: David Supplee Date: Tue, 23 Aug 2022 09:54:33 -0700 Subject: [PATCH] chore: explicitly import prophecy --- BigQuery/composer.json | 1 + Core/composer.json | 1 + Datastore/composer.json | 1 + Debugger/composer.json | 1 + ErrorReporting/composer.json | 1 + Firestore/composer.json | 1 + Language/composer.json | 1 + Logging/composer.json | 1 + PubSub/composer.json | 1 + Spanner/composer.json | 1 + Speech/composer.json | 1 + Storage/composer.json | 1 + Trace/composer.json | 1 + Translate/composer.json | 1 + Vision/composer.json | 1 + composer.json | 1 + 16 files changed, 16 insertions(+) diff --git a/BigQuery/composer.json b/BigQuery/composer.json index 7826449dc1e5..855d21c2c6ae 100644 --- a/BigQuery/composer.json +++ b/BigQuery/composer.json @@ -10,6 +10,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6", diff --git a/Core/composer.json b/Core/composer.json index 12474f49cc52..64929b2b4e37 100644 --- a/Core/composer.json +++ b/Core/composer.json @@ -16,6 +16,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6", diff --git a/Datastore/composer.json b/Datastore/composer.json index 21cf670ee095..c237e68ab52a 100644 --- a/Datastore/composer.json +++ b/Datastore/composer.json @@ -10,6 +10,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6" diff --git a/Debugger/composer.json b/Debugger/composer.json index bddb1b6e5607..adf0c449fe53 100644 --- a/Debugger/composer.json +++ b/Debugger/composer.json @@ -13,6 +13,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6", diff --git a/ErrorReporting/composer.json b/ErrorReporting/composer.json index 0c28fb54a23e..6c62dbdda5d3 100644 --- a/ErrorReporting/composer.json +++ b/ErrorReporting/composer.json @@ -10,6 +10,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "google/cloud-core": "^1.39" }, "suggest": { diff --git a/Firestore/composer.json b/Firestore/composer.json index ca638abcdcdb..2794d2f2437d 100644 --- a/Firestore/composer.json +++ b/Firestore/composer.json @@ -12,6 +12,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6" diff --git a/Language/composer.json b/Language/composer.json index f56b1d012d6b..1548693adfef 100644 --- a/Language/composer.json +++ b/Language/composer.json @@ -10,6 +10,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6", diff --git a/Logging/composer.json b/Logging/composer.json index 5f785c87f93a..bdb36ea0fc13 100644 --- a/Logging/composer.json +++ b/Logging/composer.json @@ -10,6 +10,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6", diff --git a/PubSub/composer.json b/PubSub/composer.json index c3a3d71391ba..7540a76910d5 100644 --- a/PubSub/composer.json +++ b/PubSub/composer.json @@ -10,6 +10,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6" diff --git a/Spanner/composer.json b/Spanner/composer.json index c58d1956d834..89d90ae13829 100644 --- a/Spanner/composer.json +++ b/Spanner/composer.json @@ -11,6 +11,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6", diff --git a/Speech/composer.json b/Speech/composer.json index aeced47fa3b9..02d108b0eb1e 100644 --- a/Speech/composer.json +++ b/Speech/composer.json @@ -10,6 +10,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6", diff --git a/Storage/composer.json b/Storage/composer.json index 26d6bc3776ec..bb644655dbc6 100644 --- a/Storage/composer.json +++ b/Storage/composer.json @@ -10,6 +10,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6", diff --git a/Trace/composer.json b/Trace/composer.json index 42431ac6dbf6..b0492ee04e6a 100644 --- a/Trace/composer.json +++ b/Trace/composer.json @@ -11,6 +11,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6" diff --git a/Translate/composer.json b/Translate/composer.json index d55ffb97391e..062e3519853c 100644 --- a/Translate/composer.json +++ b/Translate/composer.json @@ -10,6 +10,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6" diff --git a/Vision/composer.json b/Vision/composer.json index cc8ca5dbeb9f..5d296016345a 100644 --- a/Vision/composer.json +++ b/Vision/composer.json @@ -10,6 +10,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^3.0||^4.0", "erusev/parsedown": "^1.6", diff --git a/composer.json b/composer.json index 294386ed4edb..5fceae747a14 100644 --- a/composer.json +++ b/composer.json @@ -58,6 +58,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5.0|^8.0", "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10.3", "squizlabs/php_codesniffer": "3.*", "phpdocumentor/reflection": "^3.0||^4.0", "symfony/console": "^3.0",