NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

composer.json 489B

123456789101112131415161718
  1. {
  2. "name": "scribu/posts-to-posts",
  3. "type": "wordpress-plugin",
  4. "homepage": "http://wordpress.org/plugins/posts-to-posts",
  5. "license": "GPL-2.0+",
  6. "minimum-stability": "dev",
  7. "require": {
  8. "composer/installers": "~1.0",
  9. "scribu/lib-posts-to-posts": "dev-master",
  10. "mustache/mustache": "~2.6"
  11. },
  12. "repositories": [
  13. {
  14. "type": "vcs",
  15. "url": "https://github.com/scribu/wp-lib-posts-to-posts"
  16. }
  17. ]
  18. }