Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit e88618d

Browse files
committed
change composer config
1 parent 8325312 commit e88618d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "thephibonacci/phphub",
33
"description": "phphub: where the galaxy meets PHP.",
4-
"type": "library",
4+
"type": "project",
55
"license": "MIT",
66
"authors": [
77
{
@@ -23,5 +23,10 @@
2323
"App\\": "app/",
2424
"System\\": "system/"
2525
}
26+
},
27+
"extra": {
28+
"installer-paths": {
29+
"app/": ["thephibonacci/phphub"]
30+
}
2631
}
27-
}
32+
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)