NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

composer.json 717B

12345678910111213141516171819202122232425
  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. "scripts": {
  8. "zip": "git archive --format zip --output \"../../posts-to-posts.zip\" master"
  9. },
  10. "require": {
  11. "composer/installers": "~1.0",
  12. "scribu/lib-posts-to-posts": "dev-master",
  13. "mustache/mustache": "~2.6"
  14. },
  15. "repositories": [
  16. {
  17. "type": "vcs",
  18. "url": "https://github.com/jeffreyvr/wp-lib-posts-to-posts"
  19. },
  20. {
  21. "type": "vcs",
  22. "url": "https://github.com/jeffreyvr/wp-scb-framework"
  23. }
  24. ]
  25. }