Skip to content

Commit 05a9729

Browse files
authored
Update & add plugins (#89)
Signed-off-by: Joe Dolson <design@joedolson.com>
1 parent 0eadebb commit 05a9729

3 files changed

Lines changed: 124 additions & 23 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ content/themes/fair-parent-theme/
1717
content/plugins/fair-beacon/
1818
content/plugins/glotpress-wp/
1919
content/plugins/s3-uploads/
20+
content/plugins/fastly/
21+
content/plugins/glossary/
22+
content/plugins/unconfirmed/
2023
vendor/
2124
wordpress/

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"url": "https://github.com/progressplanner/pp-glossary"
3030
},
3131
"6": {
32-
"type": "vcs",
33-
"url": "https://github.com/fastly/wordpress-plugin/"
32+
"type": "composer",
33+
"url": "https://wpackagist.org"
3434
}
3535
},
3636
"require": {
@@ -51,8 +51,9 @@
5151
"fairpm/fair-plugin": "dev-main",
5252
"ocean90/public-post-preview": "^3.0",
5353
"humanmade/s3-uploads": "^3.0",
54-
"fastly/wordpress-plugin": "^1.2.29",
55-
"progressplanner/pp-glossary": "^1.2.0"
54+
"wpackagist-plugin/fastly": "^1.2.29",
55+
"progress-planner/glossary": "^1.2.0",
56+
"wpackagist-plugin/unconfirmed": "^1.3.7"
5657
},
5758
"extra": {
5859
"installer-paths": {

composer.lock

Lines changed: 116 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)