xref: /plugin/farmer/vendor/composer/installed.json (revision c609f1dcc91a56df760d51ba92f6e25b7289002c)
1*c609f1dcSAndreas Gohr{
2*c609f1dcSAndreas Gohr    "packages": [
3*c609f1dcSAndreas Gohr        {
4*c609f1dcSAndreas Gohr            "name": "splitbrain/php-ico",
5*c609f1dcSAndreas Gohr            "version": "1.2.0",
6*c609f1dcSAndreas Gohr            "version_normalized": "1.2.0.0",
7*c609f1dcSAndreas Gohr            "source": {
8*c609f1dcSAndreas Gohr                "type": "git",
9*c609f1dcSAndreas Gohr                "url": "https://github.com/splitbrain/php-ico.git",
10*c609f1dcSAndreas Gohr                "reference": "759d5df45161fab11982568635f8b2a47fcfd8eb"
11*c609f1dcSAndreas Gohr            },
12*c609f1dcSAndreas Gohr            "dist": {
13*c609f1dcSAndreas Gohr                "type": "zip",
14*c609f1dcSAndreas Gohr                "url": "https://api.github.com/repos/splitbrain/php-ico/zipball/759d5df45161fab11982568635f8b2a47fcfd8eb",
15*c609f1dcSAndreas Gohr                "reference": "759d5df45161fab11982568635f8b2a47fcfd8eb",
16*c609f1dcSAndreas Gohr                "shasum": ""
17*c609f1dcSAndreas Gohr            },
18*c609f1dcSAndreas Gohr            "require": {
19*c609f1dcSAndreas Gohr                "ext-gd": "*",
20*c609f1dcSAndreas Gohr                "php": ">=7.3"
21*c609f1dcSAndreas Gohr            },
22*c609f1dcSAndreas Gohr            "require-dev": {
23*c609f1dcSAndreas Gohr                "phpunit/phpunit": "^9.5"
24*c609f1dcSAndreas Gohr            },
25*c609f1dcSAndreas Gohr            "time": "2025-10-06T11:21:46+00:00",
26*c609f1dcSAndreas Gohr            "type": "library",
27*c609f1dcSAndreas Gohr            "installation-source": "dist",
28*c609f1dcSAndreas Gohr            "autoload": {
29*c609f1dcSAndreas Gohr                "psr-4": {
30*c609f1dcSAndreas Gohr                    "splitbrain\\phpico\\": "src/"
31*c609f1dcSAndreas Gohr                }
32*c609f1dcSAndreas Gohr            },
33*c609f1dcSAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
34*c609f1dcSAndreas Gohr            "license": [
35*c609f1dcSAndreas Gohr                "GPL-2.0+"
36*c609f1dcSAndreas Gohr            ],
37*c609f1dcSAndreas Gohr            "authors": [
38*c609f1dcSAndreas Gohr                {
39*c609f1dcSAndreas Gohr                    "name": "Chris Jean",
40*c609f1dcSAndreas Gohr                    "homepage": "https://chrisjean.com",
41*c609f1dcSAndreas Gohr                    "role": "Developer"
42*c609f1dcSAndreas Gohr                },
43*c609f1dcSAndreas Gohr                {
44*c609f1dcSAndreas Gohr                    "name": "SignpostMarv",
45*c609f1dcSAndreas Gohr                    "homepage": "https://signpostmarv.name",
46*c609f1dcSAndreas Gohr                    "role": "Developer"
47*c609f1dcSAndreas Gohr                },
48*c609f1dcSAndreas Gohr                {
49*c609f1dcSAndreas Gohr                    "name": "Andreas Gohr",
50*c609f1dcSAndreas Gohr                    "homepage": "https://www.splitbrain.org",
51*c609f1dcSAndreas Gohr                    "role": "Maintainer"
52*c609f1dcSAndreas Gohr                }
53*c609f1dcSAndreas Gohr            ],
54*c609f1dcSAndreas Gohr            "description": "An easy-to-use library to generate valid ICO files.",
55*c609f1dcSAndreas Gohr            "homepage": "https://github.com/splitbrain/php-ico",
56*c609f1dcSAndreas Gohr            "keywords": [
57*c609f1dcSAndreas Gohr                "favicon",
58*c609f1dcSAndreas Gohr                "ico"
59*c609f1dcSAndreas Gohr            ],
60*c609f1dcSAndreas Gohr            "support": {
61*c609f1dcSAndreas Gohr                "source": "https://github.com/splitbrain/php-ico/tree/1.2.0"
62*c609f1dcSAndreas Gohr            },
63*c609f1dcSAndreas Gohr            "install-path": "../splitbrain/php-ico"
64*c609f1dcSAndreas Gohr        },
65*c609f1dcSAndreas Gohr        {
66*c609f1dcSAndreas Gohr            "name": "splitbrain/php-ringicon",
67*c609f1dcSAndreas Gohr            "version": "1.1.0",
68*c609f1dcSAndreas Gohr            "version_normalized": "1.1.0.0",
69*c609f1dcSAndreas Gohr            "source": {
70*c609f1dcSAndreas Gohr                "type": "git",
71*c609f1dcSAndreas Gohr                "url": "https://github.com/splitbrain/php-ringicon.git",
72*c609f1dcSAndreas Gohr                "reference": "905277d123ed7da1224c46e255d5b8719c6d8bb6"
73*c609f1dcSAndreas Gohr            },
74*c609f1dcSAndreas Gohr            "dist": {
75*c609f1dcSAndreas Gohr                "type": "zip",
76*c609f1dcSAndreas Gohr                "url": "https://api.github.com/repos/splitbrain/php-ringicon/zipball/905277d123ed7da1224c46e255d5b8719c6d8bb6",
77*c609f1dcSAndreas Gohr                "reference": "905277d123ed7da1224c46e255d5b8719c6d8bb6",
78*c609f1dcSAndreas Gohr                "shasum": ""
79*c609f1dcSAndreas Gohr            },
80*c609f1dcSAndreas Gohr            "require": {
81*c609f1dcSAndreas Gohr                "ext-gd": "*",
82*c609f1dcSAndreas Gohr                "php": ">=5.3.0"
83*c609f1dcSAndreas Gohr            },
84*c609f1dcSAndreas Gohr            "time": "2018-03-20T13:06:41+00:00",
85*c609f1dcSAndreas Gohr            "type": "library",
86*c609f1dcSAndreas Gohr            "installation-source": "dist",
87*c609f1dcSAndreas Gohr            "autoload": {
88*c609f1dcSAndreas Gohr                "psr-4": {
89*c609f1dcSAndreas Gohr                    "splitbrain\\RingIcon\\": "src"
90*c609f1dcSAndreas Gohr                }
91*c609f1dcSAndreas Gohr            },
92*c609f1dcSAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
93*c609f1dcSAndreas Gohr            "license": [
94*c609f1dcSAndreas Gohr                "MIT"
95*c609f1dcSAndreas Gohr            ],
96*c609f1dcSAndreas Gohr            "authors": [
97*c609f1dcSAndreas Gohr                {
98*c609f1dcSAndreas Gohr                    "name": "Andreas Gohr",
99*c609f1dcSAndreas Gohr                    "email": "andi@splitbrain.org"
100*c609f1dcSAndreas Gohr                }
101*c609f1dcSAndreas Gohr            ],
102*c609f1dcSAndreas Gohr            "description": "A indenticon/glyphicon like avatar generator",
103*c609f1dcSAndreas Gohr            "keywords": [
104*c609f1dcSAndreas Gohr                "avatar",
105*c609f1dcSAndreas Gohr                "glyphicon",
106*c609f1dcSAndreas Gohr                "identicon"
107*c609f1dcSAndreas Gohr            ],
108*c609f1dcSAndreas Gohr            "support": {
109*c609f1dcSAndreas Gohr                "issues": "https://github.com/splitbrain/php-ringicon/issues",
110*c609f1dcSAndreas Gohr                "source": "https://github.com/splitbrain/php-ringicon/tree/master"
111*c609f1dcSAndreas Gohr            },
112*c609f1dcSAndreas Gohr            "install-path": "../splitbrain/php-ringicon"
113*c609f1dcSAndreas Gohr        }
114*c609f1dcSAndreas Gohr    ],
115*c609f1dcSAndreas Gohr    "dev": true,
116*c609f1dcSAndreas Gohr    "dev-package-names": []
117*c609f1dcSAndreas Gohr}
118