Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BradCrumb committed Sep 1, 2013
2 parents 400f803 + 83a9a9f commit f0234bc
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "bradcrumb/lesscompiler",
"description": "CakePHP LessCompiler",
"type": "cakephp-plugin",
"keywords": ["cakephp", "less", "component", "compiler"],
"homepage": "https://github.com/BradCrumb/lesscompiler",
"license": "GPL-3.0",
"authors": [
{
"name": "Marc-Jan Barnhoorn",
"homepage": "http://www.marc-jan.nl",
"role": "Author"
},
{
"name": "Patrick Langendoen",
"role": "Author"
}
],
"support": {
"source": "https://github.com/BradCrumb/lesscompiler"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}

0 comments on commit f0234bc

Please sign in to comment.