Skip to content

Commit 19c1edb

Browse files
committed
v4.8
1 parent 5921ce1 commit 19c1edb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

snooty.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
name = "laravel"
22
title = "Laravel MongoDB"
33

4-
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
5-
"https://www.mongodb.com/docs/atlas/objects.inv"
6-
]
4+
intersphinx = [
5+
"https://www.mongodb.com/docs/manual/objects.inv",
6+
"https://www.mongodb.com/docs/atlas/objects.inv",
7+
]
78

89
toc_landing_pages = [
910
"/quick-start",
1011
"/eloquent-models",
1112
"/usage-examples",
1213
"/fundamentals",
13-
]
14+
]
1415

1516
[constants]
1617
odm-long = "Laravel MongoDB"
1718
odm-short = "Laravel Integration"
18-
package-version = "4.7"
19+
package-version = "4.8"
1920
quickstart-app-name = "my-app"
2021

2122
php-extension = "MongoDB PHP Extension"
@@ -33,4 +34,3 @@ phplib-api = "https://www.php.net/manual/en/"
3334
agg-builder-gh-link = "https://github.com/mongodb/mongo-php-builder/"
3435
agg-builder-package-name = "mongodb/builder"
3536
agg-builder-version = "^0.2"
36-

0 commit comments

Comments
 (0)