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 631B

12345678910111213141516171819202122
  1. {
  2. "name" : "scribu/scb-framework",
  3. "description": "A set of useful classes for faster plugin development",
  4. "keywords" : ["wordpress"],
  5. "homepage" : "https://github.com/scribu/wp-scb-framework",
  6. "license" : "GPL-3.0+",
  7. "authors" : [
  8. {
  9. "name" : "Cristi Burcă",
  10. "homepage": "http://scribu.net/"
  11. }
  12. ],
  13. "support" : {
  14. "issues": "https://github.com/scribu/wp-scb-framework/issues",
  15. "source": "https://github.com/scribu/wp-scb-framework",
  16. "wiki": "https://github.com/scribu/wp-scb-framework/wiki"
  17. },
  18. "autoload" : {
  19. "classmap": ["."],
  20. "files" : ["load-composer.php", "Util.php"]
  21. }
  22. }