Advertisement
Guest User

Untitled

a guest
May 5th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. {
  2. "name": "fuel/fuel",
  3. "type": "metapackage",
  4. "description": "The FuelPHP framework",
  5. "keywords": ["framework"],
  6. "homepage": "http://fuelphp.com",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "FuelPHP Development Team",
  11. "email": "team@fuelphp.com"
  12. }
  13. ],
  14. "support": {
  15. "irc": "irc://irc.freenode.org/fuelphp",
  16. "forum": "http://fuelphp.com/forums"
  17. },
  18. "require": {
  19. "php": ">=5.3.3",
  20. "monolog/monolog": "1.5.*",
  21. "fuelphp/upload": "2.0"
  22. },
  23. "suggest": {
  24. "mustache/mustache": "Allow Mustache templating with the Parser package",
  25. "smarty/smarty": "Allow Smarty templating with the Parser package",
  26. "twig/twig": "Allow Twig templating with the Parser package",
  27. "mthaml/mthaml": "Allow Haml templating with Twig supports with the Parser package"
  28. },
  29. "config": {
  30. "vendor-dir": "fuel/vendor"
  31. },
  32. "minimum-stability": "dev"
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement