Subversion Repositories Applications.referentiel

Rev

Rev 380 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
380 mathias 1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "315598531df256ff14faa95c8204fbc4",
8
    "content-hash": "880efde79aac3761bad499d586fd4c07",
9
    "packages": [
10
        {
11
            "name": "algolia/algoliasearch-client-php",
12
            "version": "1.12.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/algolia/algoliasearch-client-php.git",
16
                "reference": "9827fb0c488f20d7e6799588dc016dd87d11d6d8"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/algolia/algoliasearch-client-php/zipball/9827fb0c488f20d7e6799588dc016dd87d11d6d8",
21
                "reference": "9827fb0c488f20d7e6799588dc016dd87d11d6d8",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "ext-mbstring": "*",
26
                "php": ">=5.3"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "^4.8 || ^5.0",
30
                "satooshi/php-coveralls": "0.6.*"
31
            },
32
            "type": "library",
33
            "autoload": {
34
                "psr-0": {
35
                    "AlgoliaSearch": "src/",
36
                    "AlgoliaSearch\\Tests": "tests/"
37
                }
38
            },
39
            "notification-url": "https://packagist.org/downloads/",
40
            "license": [
41
                "MIT"
42
            ],
43
            "authors": [
44
                {
45
                    "name": "Algolia Team",
46
                    "email": "contact@algolia.com"
47
                },
48
                {
49
                    "name": "Ryan T. Catlin",
50
                    "email": "ryan.catlin@gmail.com"
51
                },
52
                {
53
                    "name": "Jonathan H. Wage",
54
                    "email": "jonwage@gmail.com"
55
                }
56
            ],
57
            "description": "Algolia Search API Client for PHP",
58
            "homepage": "https://github.com/algolia/algoliasearch-client-php",
59
            "time": "2016-12-08 13:02:53"
60
        }
61
    ],
62
    "packages-dev": [],
63
    "aliases": [],
64
    "minimum-stability": "stable",
65
    "stability-flags": [],
66
    "prefer-stable": false,
67
    "prefer-lowest": false,
68
    "platform": [],
69
    "platform-dev": []
70
}