NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.json 371B

12345678910111213
  1. {
  2. "name": "scribu/lib-posts-to-posts",
  3. "description": "A library for many-to-many relationships in WordPress",
  4. "homepage": "https://github.com/scribu/wp-lib-posts-to-posts",
  5. "license": "GPL-2.0+",
  6. "minimum-stability": "dev",
  7. "require": {
  8. "scribu/scb-framework": "dev-master"
  9. },
  10. "autoload": {
  11. "files": ["autoload.php"]
  12. }
  13. }