Skip to content

Commit 0ccd3af

Browse files
committed
Add WordPress version 6.7
1 parent f8c6b63 commit 0ccd3af

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/packages.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"packages": {
33
"wordpress/wordpress": {
4+
"6.7": {
5+
"name": "wordpress/wordpress",
6+
"type": "webroot",
7+
"version": "6.7",
8+
"dist": {
9+
"url": "https://wordpress.org/wordpress-6.7-no-content.zip",
10+
"type": "zip"
11+
},
12+
"source": {
13+
"url" : "https://github.com/WordPress/WordPress",
14+
"type": "git",
15+
"reference": "6.7"
16+
},
17+
"require": {
18+
"fancyguy/webroot-installer": "^1.0"
19+
}
20+
},
421
"6.6.2": {
522
"name": "wordpress/wordpress",
623
"type": "webroot",
@@ -1683,23 +1700,6 @@
16831700
"require": {
16841701
"fancyguy/webroot-installer": "^1.0"
16851702
}
1686-
},
1687-
"5.5.12": {
1688-
"name": "wordpress/wordpress",
1689-
"type": "webroot",
1690-
"version": "5.5.12",
1691-
"dist": {
1692-
"url": "https://wordpress.org/wordpress-5.5.12-no-content.zip",
1693-
"type": "zip"
1694-
},
1695-
"source": {
1696-
"url" : "https://github.com/WordPress/WordPress",
1697-
"type": "git",
1698-
"reference": "5.5.12"
1699-
},
1700-
"require": {
1701-
"fancyguy/webroot-installer": "^1.0"
1702-
}
17031703
}
17041704
}
17051705
}

0 commit comments

Comments
 (0)