Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
merged branch Seldaek/composerjson (PR #32)
Browse files Browse the repository at this point in the history
Commits
-------

69ccd91 Add composer.json

Discussion
----------

Add composer.json

---------------------------------------------------------------------------

by Seldaek at 2011/11/06 11:37:45 -0800

Tagging a release after merging this would be nice btw.
  • Loading branch information
fabpot committed Nov 7, 2011
2 parents eba4f5d + 69ccd91 commit dd935e8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
@@ -0,0 +1,20 @@
{
"name": "twig/extensions",
"description": "Common additional features for Twig that do not directly belong in core",
"keywords": ["debug","i18n","text"],
"homepage": "https://github.com/fabpot/Twig-extensions",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"require": {
"twig/twig": "1.*"
},
"autoload": {
"psr-0": { "Twig_Extensions_": "lib/Twig/Extensions" }
}
}

0 comments on commit dd935e8

Please sign in to comment.