There was an error while loading. Please reload this page.
2 parents a812600 + 9b0cd8a commit 4f95b01Copy full SHA for 4f95b01
.gitignore
@@ -0,0 +1,3 @@
1
+# Exclude composer files, we only depend on the installers.
2
+composer.lock
3
+vendor/
composer.json
@@ -0,0 +1,16 @@
+{
+ "name": "wp-api/markdown-sync",
+ "description": "Imports markdown from a remote site (like GitHub) into WordPress as pages",
4
+ "type": "wordpress-plugin",
5
+ "license": "GPL2+",
6
+ "authors": [
7
+ {
8
+ "name": "WP-API Team",
9
+ "homepage": "https://github.com/wp-api"
10
+ }
11
+ ],
12
+ "require": {
13
+ "composer/installers": "~1.0",
14
+ "php": "^5.6.0||^7.0"
15
16
+}
0 commit comments