Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 191917c

Browse files
committed
Merge pull request #942 from BenExile/component
Added composer.json and component installer configuration
2 parents 1886561 + ebc0e03 commit 191917c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.project
2+
.settings

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "fancyapps/fancybox",
3+
"type": "component",
4+
"require": {
5+
"robloach/component-installer": "*"
6+
},
7+
"extra": {
8+
"component": {
9+
"files": [
10+
"source/*"
11+
]
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)