-
-
Save ounziw/a1058ef37b6fe7cd28f4 to your computer and use it in GitHub Desktop.
PHPTAL 1.2.2. added
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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