Skip to content

Commit fdbbb6e

Browse files
authored
Merge pull request #154 from rustagir/DOCSP-43819-php-1.20-release
DOCSP-43819: php 1.20 release
2 parents baa2deb + 9fce303 commit fdbbb6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "mongodb/docs-php-library",
33
"description": "MongoDB PHP Library Documentation",
44
"require": {
5-
"ext-mongodb": "^1.19",
6-
"mongodb/mongodb": "^1.19"
5+
"ext-mongodb": "^1.20",
6+
"mongodb/mongodb": "^1.20"
77
},
88
"require-dev": {
99
"doctrine/coding-standard": "^12.0",

config/redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
define: base https://www.mongodb.com/docs/php-library
22
define: prefix docs/php-library
33
raw: ${prefix}/ -> ${base}/current
4-
define: versions v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.15 v1.16 v1.17 v1.18 v1.19 master
4+
define: versions v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.15 v1.16 v1.17 v1.18 v1.19 v1.20 master
55
symlink: upcoming -> master
6-
symlink: current -> v1.19
6+
symlink: current -> v1.20
77

88
(v1.16-*]: ${prefix}/${version}/tutorial/client-side-encryption/ -> ${base}/${version}/tutorial/encryption/
99
[v1.16]: ${prefix}/${version}/tutorial/encryption/ -> ${base}/${version}/

0 commit comments

Comments
 (0)