Advertisement
Guest User

composer.json

a guest
Jun 4th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. {
  2. "name": "roots/sage",
  3. "type": "wordpress-theme",
  4. "license": "MIT",
  5. "description": "WordPress starter theme with a modern development workflow",
  6. "homepage": "https://roots.io/sage/",
  7. "authors": [
  8. {
  9. "name": "Ben Word",
  10. "email": "ben@benword.com",
  11. "homepage": "https://github.com/retlehs"
  12. },
  13. {
  14. "name": "Scott Walkinshaw",
  15. "email": "scott.walkinshaw@gmail.com",
  16. "homepage": "https://github.com/swalkinshaw"
  17. },
  18. {
  19. "name": "QWp6t",
  20. "email": "hi@qwp6t.me",
  21. "homepage": "https://github.com/qwp6t"
  22. }
  23. ],
  24. "keywords": ["wordpress"],
  25. "support": {
  26. "issues": "https://github.com/roots/sage/issues",
  27. "forum": "https://discourse.roots.io/"
  28. },
  29. "autoload": {
  30. "psr-4": {
  31. "App\\": "app/"
  32. }
  33. },
  34. "repositories": [
  35. { "type": "vcs", "url": "https://github.com/strarsis/sage-installer" }
  36. ],
  37. "require": {
  38. "php": ">=7.1",
  39. "composer/installers": "~1.9",
  40. "illuminate/support": "5.6.*",
  41. "roots/sage-lib": "~9.0.9",
  42. "soberwp/controller": "~2.1.0",
  43. "roots/sage-installer": "dev-webpack5#f4a07cb"
  44. },
  45. "require-dev": {
  46. "squizlabs/php_codesniffer": "^2.8.0",
  47. "filp/whoops": "^2.12"
  48. },
  49. "scripts": {
  50. "test": ["phpcs"],
  51. "post-create-project-cmd": [
  52. "Roots\\Sage\\Installer\\ComposerScript::postCreateProject"
  53. ]
  54. },
  55. "config": {
  56. "allow-plugins": {
  57. "kylekatarnls/update-helper": true,
  58. "composer/installers": true
  59. }
  60. }
  61. }
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement