Skip to content

Instantly share code, notes, and snippets.

@ounziw
Last active December 20, 2015 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ounziw/a1058ef37b6fe7cd28f4 to your computer and use it in GitHub Desktop.
Save ounziw/a1058ef37b6fe7cd28f4 to your computer and use it in GitHub Desktop.
PHPTAL 1.2.2. added
{
"name": "fuel/fuel",
"type": "metapackage",
"description": "The FuelPHP framework",
"keywords": ["framework"],
"homepage": "http://fuelphp.com",
"license": "MIT",
"authors": [
{
"name": "FuelPHP Development Team",
"email": "team@fuelphp.com"
}
],
"support": {
"irc": "irc://irc.freenode.org/fuelphp",
"forum": "http://fuelphp.com/forums"
},
"repositories": [
{
"type": "package",
"package": {
"name": "phptal/phptal",
"version": "1.2.2",
"dist": {
"url": "https://github.com/pornel/PHPTAL/zipball/1.2.2",
"type": "zip"
},
"source": {
"url": "https://github.com/pornel/PHPTAL.git",
"type": "git",
"reference": "master"
},
"autoload": {
"psr-0": {"PHPTAL": "classes/"}
}
}
}
],
"require": {
"php": ">=5.3.3",
"monolog/monolog": "1.5.*",
"fuelphp/upload": "2.0",
"phptal/phptal": "1.2.*"
},
"suggest": {
"mustache/mustache": "Allow Mustache templating with the Parser package",
"smarty/smarty": "Allow Smarty templating with the Parser package",
"twig/twig": "Allow Twig templating with the Parser package",
"mthaml/mthaml": "Allow Haml templating with Twig supports with the Parser package"
},
"config": {
"vendor-dir": "fuel/vendor"
},
"minimum-stability": "dev"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment