summaryrefslogtreecommitdiffstats
path: root/composer.lock
blob: 817d3b72d3a3df66a3616f01476a3555b2fc92de (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "content-hash": "02220c2a6087d409a5e53060ee20c47e",
    "packages": [
        {
            "name": "daita/my-small-php-tools",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/daita/my-small-php-tools.git",
                "reference": "523adb71b0e12fd678909aeef45ef2c0f612e02a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/523adb71b0e12fd678909aeef45ef2c0f612e02a",
                "reference": "523adb71b0e12fd678909aeef45ef2c0f612e02a",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "daita\\MySmallPhpTools\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Maxence Lange",
                    "email": "maxence@artificial-owl.com"
                }
            ],
            "description": "My small PHP Tools",
            "time": "2018-12-04T09:44:36+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "daita/my-small-php-tools": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}