Skip to content

Commit

Permalink
added composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maZahaca committed Nov 17, 2015
1 parent 932cc92 commit a09447a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "redcode/twigjs-compiler",
"type": "lib",
"license": "MIT",
"authors": [
{
"name": "Andrew Reddikh",
"email": "[email protected]",
"homepage": "https://reddikh.com"
}
],
"minimum-stability": "stable",
"require": {
"jms/twig-js": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"fabpot/php-cs-fixer": "^1.10"
}
}

0 comments on commit a09447a

Please sign in to comment.