Skip to content

Commit 1ffdac1

Browse files
committed
KRF-413 #resolve Added composer.json file to each module
1 parent 35e0113 commit 1ffdac1

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

composer.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "kraken-php/throwable",
3+
"description": "Kraken Framework Throwable Component.",
4+
"keywords": [
5+
"kraken", "kraken-php", "throwable", "error", "exception"
6+
],
7+
"license": "MIT",
8+
"homepage": "http://kraken-php.com",
9+
"support": {
10+
"issues": "https://github.com/kraken-php/framework/issues",
11+
"source": "https://github.com/kraken-php/framework"
12+
},
13+
"authors": [{
14+
"name": "Kamil Jamroz"
15+
}],
16+
"require": {
17+
"php": ">=5.5.9"
18+
},
19+
"autoload": {
20+
"psr-4": {
21+
"Kraken\\Throwable\\": ""
22+
}
23+
},
24+
"extra": {
25+
"branch-alias": {
26+
"dev-master": "0.4-dev"
27+
}
28+
},
29+
"minimum-stability": "dev",
30+
"prefer-stable": true
31+
}

0 commit comments

Comments
 (0)