Skip to content

Commit 844abf6

Browse files
authored
Add new VCS dependencies in composer.json (#84)
Signed-off-by: Brent Toderash <brent@toderash.net>
1 parent 3cb450e commit 844abf6

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"4": {
2424
"type": "vcs",
2525
"url": "https://github.com/ocean90/public-post-preview"
26+
},
27+
"5": {
28+
"type": "vcs",
29+
"url": "https://github.com/ProgressPlanner/pp-glossary"
30+
},
31+
"6": {
32+
"type": "vcs",
33+
"url": "https://github.com/fastly/WordPress-Plugin/"
2634
}
2735
},
2836
"require": {
@@ -42,7 +50,9 @@
4250
"aspirepress/aspireexplorer": "^0.2",
4351
"fairpm/fair-plugin": "dev-main",
4452
"ocean90/public-post-preview": "^3.0",
45-
"humanmade/s3-uploads": "^3.0"
53+
"humanmade/s3-uploads": "^3.0",
54+
"fastly/WordPress-Plugin": "^1.2.29",
55+
"ProgressPlanner/pp-glossary": "^1.2.0"
4656
},
4757
"extra": {
4858
"installer-paths": {

0 commit comments

Comments
 (0)