-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 734 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 734 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
27
{
"name": "terion/package-installer",
"description": "Automatic package installer for Laravel 4",
"keywords": ["package", "laravel", "cli", "tool"],
"license": "MIT",
"authors": [
{
"name": "Volodymyr Terion Kornilov",
"email": "mail@terion.name"
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.2.*",
"illuminate/console": "4.2.*",
"illuminate/filesystem": "4.2.*",
"illuminate/config": "4.2.*",
"knplabs/packagist-api": "1.1",
"nesbot/carbon": "1.*"
},
"autoload": {
"psr-0": {
"Terion\\PackageInstaller\\": "src/"
}
},
"minimum-stability": "stable"
}