Skip to content

Commit d244e73

Browse files
committed
composer update
1 parent ab9fbd9 commit d244e73

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

composer.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
{
2+
"name": "webdevlabs/phreak",
3+
"type": "project",
4+
"description": "Phreak! ultra-light fast php framework",
5+
"version": "0.0.1",
6+
"keywords": ["php", "hmvc", "phreak", "framework"],
7+
"homepage": "https://www.webdevlabs.com",
8+
"license": "MIT",
29
"require": {
310
"smarty/smarty": "^3.1",
411
"tedivm/stash": "^0.14.1",
512
"php-di/php-di": "^5.4",
613
"phpmailer/phpmailer": "^5.2",
714
"phroute/phroute": "^2.1",
815
"zendframework/zend-diactoros": "^1.3"
16+
},
17+
"authors": [{
18+
"name": "Simeon Lyubenov",
19+
"email": "[email protected]"
20+
}],
21+
"support": {
22+
"irc": "irc://irc.lamez.org/Lamez",
23+
"issues": "https://github.com/webdevlabs/phreak/issues",
24+
"wiki": "https://github.com/webdevlabs/phreak/wiki"
925
}
10-
}
26+
}

0 commit comments

Comments
 (0)