forked from piotrooo/php-shell-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 766 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "piotrooo/php-shell-framework",
"description": "PHP Shell Framework - creating shell applications",
"keywords": ["php", "shell", "framework", "console", "bash"],
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Piotr Olaszewski",
"email": "piotroo89@gmail.com",
"homepage": "http://softol.pl/"
}
],
"support": {
"email": "piotroo89@gmail.com",
"issues": "https://github.com/piotrooo/php-shell-framework/issues",
"source": "https://github.com/piotrooo/php-shell-framework"
},
"require-dev": {
"phpunit/phpunit": "3.7.19",
"mikey179/vfsStream": "1.0.0-beta4"
},
"bin": [
"psf.php"
]
}