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

1234567891011121314151617181920212223
  1. {
  2. "description": "A web-based control panel for PowerDNS.",
  3. "name": "poweradmin/poweradmin",
  4. "type": "project",
  5. "homepage": "http://www.poweradmin.org",
  6. "license": "GPL-3.0",
  7. "support": {
  8. "issues": "https://github.com/poweradmin/poweradmin/issues",
  9. "wiki": "https://github.com/poweradmin/poweradmin/wiki",
  10. "irc": "irc://irc.oftc.net/poweradmin",
  11. "source": "https://github.com/poweradmin/poweradmin"
  12. },
  13. "require": {
  14. "php": ">=5.5.0",
  15. "twig/twig": "~1.0",
  16. "twig/extensions": "^1.3"
  17. },
  18. "autoload": {
  19. "psr-4": {
  20. "Poweradmin\\": "vendor/poweradmin/"
  21. }
  22. }
  23. }