Skip to content

Commit

Permalink
Merge pull request fancyapps#942 from BenExile/component
Browse files Browse the repository at this point in the history
Added composer.json and component installer configuration
  • Loading branch information
fancyapps committed Oct 6, 2015
2 parents 1886561 + ebc0e03 commit 191917c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.project
.settings
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "fancyapps/fancybox",
"type": "component",
"require": {
"robloach/component-installer": "*"
},
"extra": {
"component": {
"files": [
"source/*"
]
}
}
}

0 comments on commit 191917c

Please sign in to comment.