Projekt

Obecné

Profil

Stáhnout (898 Bajtů) Statistiky
| Větev: | Revize:
1 cb15593b Cajova-Houba
{
2
    "name": "illuminate/broadcasting",
3
    "description": "The Illuminate Broadcasting 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/contracts": "5.2.*",
19
        "illuminate/support": "5.2.*"
20
    },
21
    "autoload": {
22
        "psr-4": {
23
            "Illuminate\\Broadcasting\\": ""
24
        }
25
    },
26
    "extra": {
27
        "branch-alias": {
28
            "dev-master": "5.2-dev"
29
        }
30
    },
31
    "suggest": {
32
        "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)."
33
    },
34
    "minimum-stability": "dev"
35
}