NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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. }