Skip to content

Commit 3d97183

Browse files
authored
fix(deps): update dependency paragonie/random_compat to v9 (GoogleCloudPlatform#1328)
1 parent 317ec92 commit 3d97183

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appengine/flexible/drupal8/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"monolog/monolog": "^1.19",
88
"symfony/console": " ^2.7",
99
"symfony/process": "^3.0",
10-
"paragonie/random_compat": " ^2.0"
10+
"paragonie/random_compat": " ^9.0"
1111
}
1212
}

appengine/flexible/laravel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"symfony\/process": "~2.8|~3.0",
55
"monolog\/monolog": "^1.19",
66
"guzzlehttp\/guzzle": "^6.2",
7-
"paragonie/random_compat": " ^2.0"
7+
"paragonie/random_compat": " ^9.0"
88
}
99
}

appengine/flexible/symfony/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"symfony/process": "^3.0",
77
"symfony/yaml": "^3.0",
88
"google/cloud-logging": "^1.9",
9-
"paragonie/random_compat": " ^2.0"
9+
"paragonie/random_compat": " ^9.0"
1010
}
1111
}

appengine/flexible/wordpress/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require": {
33
"ext-phar": "*",
44
"ext-zip": "*",
5-
"paragonie/random_compat": "^1.3",
5+
"paragonie/random_compat": "^9.0",
66
"symfony/console": "^3.0",
77
"google/cloud-tools": "^0.12.0"
88
},

0 commit comments

Comments
 (0)