Projekt

Obecné

Profil

Stáhnout (1.26 KB) Statistiky
| Větev: | Revize:
1
{
2
    "name": "illuminate/queue",
3
    "description": "The Illuminate Queue package.",
4
    "license": "MIT",
5
    "homepage": "http://laravel.com",
6
    "support": {
7
        "issues": "https://github.com/laravel/framework/issues",
8
        "source": "https://github.com/laravel/framework"
9
    },
10
    "authors": [
11
        {
12
            "name": "Taylor Otwell",
13
            "email": "taylor@laravel.com"
14
        }
15
    ],
16
    "require": {
17
        "php": ">=5.5.9",
18
        "illuminate/console": "5.2.*",
19
        "illuminate/container": "5.2.*",
20
        "illuminate/contracts": "5.2.*",
21
        "illuminate/support": "5.2.*",
22
        "nesbot/carbon": "~1.20",
23
        "symfony/debug": "2.8.*|3.0.*",
24
        "symfony/process": "2.8.*|3.0.*"
25
    },
26
    "autoload": {
27
        "psr-4": {
28
            "Illuminate\\Queue\\": ""
29
        },
30
        "classmap": [
31
            "IlluminateQueueClosure.php"
32
        ]
33
    },
34
    "extra": {
35
        "branch-alias": {
36
            "dev-master": "5.2-dev"
37
        }
38
    },
39
    "suggest": {
40
        "aws/aws-sdk-php": "Required to use the SQS queue driver (~3.0).",
41
        "illuminate/redis": "Required to use the Redis queue driver (5.2.*).",
42
        "pda/pheanstalk": "Required to use the Beanstalk queue driver (~3.0)."
43
    },
44
    "minimum-stability": "dev"
45
}
(18-18/18)