PluginProbe
ElasticPress / 4.7.0
ElasticPress v4.7.0
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
elasticpress / vendor / composer / installed.json

installed.json in ElasticPress 4.7.0, at vendor/composer/installed.json

217 lines 6.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "composer/installers",
5 "version": "v1.12.0",
6 "version_normalized": "1.12.0.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/composer/installers.git",
10 "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
15 "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
16 "shasum": ""
17 },
18 "require": {
19 "composer-plugin-api": "^1.0 || ^2.0"
20 },
21 "replace": {
22 "roundcube/plugin-installer": "*",
23 "shama/baton": "*"
24 },
25 "require-dev": {
26 "composer/composer": "1.6.* || ^2.0",
27 "composer/semver": "^1 || ^3",
28 "phpstan/phpstan": "^0.12.55",
29 "phpstan/phpstan-phpunit": "^0.12.16",
30 "symfony/phpunit-bridge": "^4.2 || ^5",
31 "symfony/process": "^2.3"
32 },
33 "time": "2021-09-13T08:19:44+00:00",
34 "type": "composer-plugin",
35 "extra": {
36 "class": "Composer\\Installers\\Plugin",
37 "branch-alias": {
38 "dev-main": "1.x-dev"
39 }
40 },
41 "installation-source": "dist",
42 "autoload": {
43 "psr-4": {
44 "Composer\\Installers\\": "src/Composer/Installers"
45 }
46 },
47 "notification-url": "https://packagist.org/downloads/",
48 "license": [
49 "MIT"
50 ],
51 "authors": [
52 {
53 "name": "Kyle Robinson Young",
54 "email": "kyle@dontkry.com",
55 "homepage": "https://github.com/shama"
56 }
57 ],
58 "description": "A multi-framework Composer library installer",
59 "homepage": "https://composer.github.io/installers/",
60 "keywords": [
61 "Craft",
62 "Dolibarr",
63 "Eliasis",
64 "Hurad",
65 "ImageCMS",
66 "Kanboard",
67 "Lan Management System",
68 "MODX Evo",
69 "MantisBT",
70 "Mautic",
71 "Maya",
72 "OXID",
73 "Plentymarkets",
74 "Porto",
75 "RadPHP",
76 "SMF",
77 "Starbug",
78 "Thelia",
79 "Whmcs",
80 "WolfCMS",
81 "agl",
82 "aimeos",
83 "annotatecms",
84 "attogram",
85 "bitrix",
86 "cakephp",
87 "chef",
88 "cockpit",
89 "codeigniter",
90 "concrete5",
91 "croogo",
92 "dokuwiki",
93 "drupal",
94 "eZ Platform",
95 "elgg",
96 "expressionengine",
97 "fuelphp",
98 "grav",
99 "installer",
100 "itop",
101 "joomla",
102 "known",
103 "kohana",
104 "laravel",
105 "lavalite",
106 "lithium",
107 "magento",
108 "majima",
109 "mako",
110 "mediawiki",
111 "miaoxing",
112 "modulework",
113 "modx",
114 "moodle",
115 "osclass",
116 "pantheon",
117 "phpbb",
118 "piwik",
119 "ppi",
120 "processwire",
121 "puppet",
122 "pxcms",
123 "reindex",
124 "roundcube",
125 "shopware",
126 "silverstripe",
127 "sydes",
128 "sylius",
129 "symfony",
130 "tastyigniter",
131 "typo3",
132 "wordpress",
133 "yawik",
134 "zend",
135 "zikula"
136 ],
137 "support": {
138 "issues": "https://github.com/composer/installers/issues",
139 "source": "https://github.com/composer/installers/tree/v1.12.0"
140 },
141 "funding": [
142 {
143 "url": "https://packagist.com",
144 "type": "custom"
145 },
146 {
147 "url": "https://github.com/composer",
148 "type": "github"
149 },
150 {
151 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
152 "type": "tidelift"
153 }
154 ],
155 "install-path": "./installers"
156 },
157 {
158 "name": "psr/container",
159 "version": "1.0.0",
160 "version_normalized": "1.0.0.0",
161 "source": {
162 "type": "git",
163 "url": "https://github.com/php-fig/container.git",
164 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
165 },
166 "dist": {
167 "type": "zip",
168 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
169 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
170 "shasum": ""
171 },
172 "require": {
173 "php": ">=5.3.0"
174 },
175 "time": "2017-02-14T16:28:37+00:00",
176 "type": "library",
177 "extra": {
178 "branch-alias": {
179 "dev-master": "1.0.x-dev"
180 }
181 },
182 "installation-source": "dist",
183 "autoload": {
184 "psr-4": {
185 "Psr\\Container\\": "src/"
186 }
187 },
188 "notification-url": "https://packagist.org/downloads/",
189 "license": [
190 "MIT"
191 ],
192 "authors": [
193 {
194 "name": "PHP-FIG",
195 "homepage": "http://www.php-fig.org/"
196 }
197 ],
198 "description": "Common Container Interface (PHP FIG PSR-11)",
199 "homepage": "https://github.com/php-fig/container",
200 "keywords": [
201 "PSR-11",
202 "container",
203 "container-interface",
204 "container-interop",
205 "psr"
206 ],
207 "support": {
208 "issues": "https://github.com/php-fig/container/issues",
209 "source": "https://github.com/php-fig/container/tree/master"
210 },
211 "install-path": "../psr/container"
212 }
213 ],
214 "dev": false,
215 "dev-package-names": []
216 }
217