Skip to content

Commit 463d053

Browse files
Adam Silversteindwsupplee
authored andcommitted
Use double pipes in composer dependency file (googleapis#1505)
use of single pipes is deprecated, see composer/composer#6755 (comment)
1 parent dee3a8b commit 463d053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"php": ">=5.4",
1010
"google/auth": "^1.0",
1111
"google/apiclient-services": "~0.13",
12-
"firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
12+
"firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
1313
"monolog/monolog": "^1.17",
14-
"phpseclib/phpseclib": "~0.3.10|~2.0",
15-
"guzzlehttp/guzzle": "~5.3.1|~6.0",
14+
"phpseclib/phpseclib": "~0.3.10||~2.0",
15+
"guzzlehttp/guzzle": "~5.3.1||~6.0",
1616
"guzzlehttp/psr7": "^1.2"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)