In this repo i store all my websites, each in a different branch
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.

28 lines
738 B

  1. {
  2. "name": "slim/twig-view",
  3. "type": "library",
  4. "description": "Slim Framework 3 view helper built on top of the Twig 2 templating component",
  5. "keywords": ["slim","framework","view","template","twig"],
  6. "homepage": "http://slimframework.com",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Josh Lockhart",
  11. "email": "hello@joshlockhart.com",
  12. "homepage": "http://joshlockhart.com"
  13. }
  14. ],
  15. "require": {
  16. "php": ">=5.5.0",
  17. "twig/twig": "^1.18|^2.0",
  18. "psr/http-message": "^1.0"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "^4.8|^5.7"
  22. },
  23. "autoload": {
  24. "psr-4": {
  25. "Slim\\Views\\": "src"
  26. }
  27. }
  28. }