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

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fvsch authored Sep 2, 2016
1 parent 165e8ad commit cbe0a86
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "fvsch/kirby-twig",
"description": "Twig templating support for Kirby CMS",
"license": "MIT",
"homepage": "https://github.com/fvsch/kirby-twig/",
"authors": [
{
"name": "Florens Verschelde",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0"
}
}

0 comments on commit cbe0a86

Please sign in to comment.