PluginProbe
Code Snippets / 4.0.0-beta.2
Code Snippets v4.0.0-beta.2
4.0.0-beta.2 3.10.2 3.10.1 3.10.0 3.10.0-beta.2 3.10.0-beta.1 4.0.0-beta.1 3.9.6 trunk 2.10.0 2.10.1 2.12.0 2.12.1 2.13.0 2.13.1 2.13.2 2.13.3 2.14.0 2.14.1 2.14.2 2.14.3 2.14.4 2.14.5 2.14.6 3.0.0 All 65 releases
← All changes | vendor/composer/installed.json +200 -25 3.0.0 → 4.0.0-beta.2 View file →
@@ -1,43 +1,41 @@
1 1 {
2 2 "packages": [
3 3 {
4 4 "name": "composer/installers",
5 - "version": "v1.12.0",
6 - "version_normalized": "1.12.0.0",
5 + "version": "v2.3.0",
6 + "version_normalized": "2.3.0.0",
7 7 "source": {
8 8 "type": "git",
9 9 "url": "https://github.com/composer/installers.git",
10 - "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
10 + "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
11 11 },
12 12 "dist": {
13 13 "type": "zip",
14 - "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
15 - "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
14 + "url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
15 + "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
16 16 "shasum": ""
17 17 },
18 18 "require": {
19 - "composer-plugin-api": "^1.0 || ^2.0"
19 + "composer-plugin-api": "^1.0 || ^2.0",
20 + "php": "^7.2 || ^8.0"
20 21 },
21 - "replace": {
22 - "roundcube/plugin-installer": "*",
23 - "shama/baton": "*"
24 - },
25 22 "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"
23 + "composer/composer": "^1.10.27 || ^2.7",
24 + "composer/semver": "^1.7.2 || ^3.4.0",
25 + "phpstan/phpstan": "^1.11",
26 + "phpstan/phpstan-phpunit": "^1",
27 + "symfony/phpunit-bridge": "^7.1.1",
28 + "symfony/process": "^5 || ^6 || ^7"
32 29 },
33 - "time": "2021-09-13T08:19:44+00:00",
30 + "time": "2024-06-24T20:46:46+00:00",
34 31 "type": "composer-plugin",
35 32 "extra": {
36 33 "class": "Composer\\Installers\\Plugin",
37 34 "branch-alias": {
38 - "dev-main": "1.x-dev"
39 - }
35 + "dev-main": "2.x-dev"
36 + },
37 + "plugin-modifies-install-path": true
40 38 },
41 39 "installation-source": "dist",
42 40 "autoload": {
43 41 "psr-4": {
@@ -57,9 +55,8 @@
57 55 ],
58 56 "description": "A multi-framework Composer library installer",
59 57 "homepage": "https://composer.github.io/installers/",
60 58 "keywords": [
61 - "Craft",
62 59 "Dolibarr",
63 60 "Eliasis",
64 61 "Hurad",
65 62 "ImageCMS",
@@ -78,9 +75,8 @@
78 75 "Thelia",
79 76 "Whmcs",
80 77 "WolfCMS",
81 78 "agl",
82 - "aimeos",
83 79 "annotatecms",
84 80 "attogram",
85 81 "bitrix",
86 82 "cakephp",
@@ -87,8 +83,9 @@
87 83 "chef",
88 84 "cockpit",
89 85 "codeigniter",
90 86 "concrete5",
87 + "concreteCMS",
91 88 "croogo",
92 89 "dokuwiki",
93 90 "drupal",
94 91 "eZ Platform",
@@ -97,9 +94,8 @@
97 94 "fuelphp",
98 95 "grav",
99 96 "installer",
100 97 "itop",
101 - "joomla",
102 98 "known",
103 99 "kohana",
104 100 "laravel",
105 101 "lavalite",
@@ -106,8 +102,9 @@
106 102 "lithium",
107 103 "magento",
108 104 "majima",
109 105 "mako",
106 + "matomo",
110 107 "mediawiki",
111 108 "miaoxing",
112 109 "modulework",
113 110 "modx",
@@ -125,11 +122,9 @@
125 122 "shopware",
126 123 "silverstripe",
127 124 "sydes",
128 125 "sylius",
129 - "symfony",
130 126 "tastyigniter",
131 - "typo3",
132 127 "wordpress",
133 128 "yawik",
134 129 "zend",
135 130 "zikula"
@@ -135,9 +130,9 @@
135 130 "zikula"
136 131 ],
137 132 "support": {
138 133 "issues": "https://github.com/composer/installers/issues",
139 - "source": "https://github.com/composer/installers/tree/v1.12.0"
134 + "source": "https://github.com/composer/installers/tree/v2.3.0"
140 135 },
141 136 "funding": [
142 137 {
143 138 "url": "https://packagist.com",
@@ -152,8 +147,188 @@
152 147 "type": "tidelift"
153 148 }
154 149 ],
155 150 "install-path": "./installers"
151 + },
152 + {
153 + "name": "typisttech/imposter",
154 + "version": "0.6.1",
155 + "version_normalized": "0.6.1.0",
156 + "source": {
157 + "type": "git",
158 + "url": "https://github.com/TypistTech/imposter.git",
159 + "reference": "f52b1a2289d2ea9c660cf9595085d0b11469af83"
160 + },
161 + "dist": {
162 + "type": "zip",
163 + "url": "https://api.github.com/repos/TypistTech/imposter/zipball/f52b1a2289d2ea9c660cf9595085d0b11469af83",
164 + "reference": "f52b1a2289d2ea9c660cf9595085d0b11469af83",
165 + "shasum": ""
166 + },
167 + "require": {
168 + "ext-json": "*",
169 + "php": "^7.3 || ^8.0"
170 + },
171 + "require-dev": {
172 + "codeception/codeception": "^4.1",
173 + "codeception/mockery-module": "^0.4.0",
174 + "codeception/module-asserts": "^1.3",
175 + "codeception/module-filesystem": "^1.0",
176 + "squizlabs/php_codesniffer": "^3.5"
177 + },
178 + "suggest": {
179 + "typisttech/imposter-plugin": "Composer plugin to integrate composer and imposter"
180 + },
181 + "time": "2020-12-06T22:57:09+00:00",
182 + "type": "library",
183 + "extra": {
184 + "branch-alias": {
185 + "dev-master": "0.6.x-dev"
186 + }
187 + },
188 + "installation-source": "dist",
189 + "autoload": {
190 + "psr-4": {
191 + "TypistTech\\Imposter\\": "src"
192 + }
193 + },
194 + "notification-url": "https://packagist.org/downloads/",
195 + "license": [
196 + "MIT"
197 + ],
198 + "authors": [
199 + {
200 + "name": "Typist Tech",
201 + "email": "[email protected]",
202 + "homepage": "https://typist.tech"
203 + },
204 + {
205 + "name": "Tang Rufus",
206 + "email": "[email protected]",
207 + "homepage": "https://typist.tech",
208 + "role": "Developer"
209 + }
210 + ],
211 + "description": "Wrapping all composer vendor packages inside your own namespace. Intended for WordPress plugins.",
212 + "homepage": "https://github.com/TypistTech/imposter",
213 + "keywords": [
214 + "composer",
215 + "dependency",
216 + "monkey-patching",
217 + "namespace",
218 + "wordpress"
219 + ],
220 + "support": {
221 + "email": "[email protected]",
222 + "issues": "https://github.com/TypistTech/imposter/issues",
223 + "source": "https://github.com/TypistTech/imposter"
224 + },
225 + "funding": [
226 + {
227 + "url": "https://typist.tech/donation/",
228 + "type": "custom"
229 + },
230 + {
231 + "url": "https://www.paypal.me/iAmTangRufus/30usd",
232 + "type": "custom"
233 + },
234 + {
235 + "url": "https://github.com/tangrufus",
236 + "type": "github"
237 + }
238 + ],
239 + "install-path": "../typisttech/imposter"
240 + },
241 + {
242 + "name": "typisttech/imposter-plugin",
243 + "version": "0.6.2",
244 + "version_normalized": "0.6.2.0",
245 + "source": {
246 + "type": "git",
247 + "url": "https://github.com/TypistTech/imposter-plugin.git",
248 + "reference": "15fa3c90aca3b79497f438b9e02a6176498de53c"
249 + },
250 + "dist": {
251 + "type": "zip",
252 + "url": "https://api.github.com/repos/TypistTech/imposter-plugin/zipball/15fa3c90aca3b79497f438b9e02a6176498de53c",
253 + "reference": "15fa3c90aca3b79497f438b9e02a6176498de53c",
254 + "shasum": ""
255 + },
256 + "require": {
257 + "composer-plugin-api": "^1.1 || ^2.0",
258 + "php": "^7.3 || ^8.0",
259 + "typisttech/imposter": "^0.6.1"
260 + },
261 + "require-dev": {
262 + "codeception/codeception": "^4.1",
263 + "codeception/module-asserts": "^1.3",
264 + "codeception/module-cli": "^1.1",
265 + "codeception/module-filesystem": "^1.0",
266 + "composer/composer": "^1.10.19 || ^2.0",
267 + "squizlabs/php_codesniffer": "^3.5",
268 + "typisttech/codeception-composer-project-module": "^0.1.1"
269 + },
270 + "time": "2020-12-06T23:41:30+00:00",
271 + "type": "composer-plugin",
272 + "extra": {
273 + "class": "TypistTech\\Imposter\\Plugin\\ImposterPlugin",
274 + "branch-alias": {
275 + "dev-master": "0.6.x-dev"
276 + }
277 + },
278 + "installation-source": "dist",
279 + "autoload": {
280 + "psr-4": {
281 + "TypistTech\\Imposter\\Plugin\\": "src"
282 + }
283 + },
284 + "notification-url": "https://packagist.org/downloads/",
285 + "license": [
286 + "MIT"
287 + ],
288 + "authors": [
289 + {
290 + "name": "Typist Tech",
291 + "email": "[email protected]",
292 + "homepage": "https://www.typist.tech"
293 + },
294 + {
295 + "name": "Tang Rufus",
296 + "email": "[email protected]",
297 + "homepage": "https://www.typist.tech",
298 + "role": "Developer"
299 + }
300 + ],
301 + "description": "Composer plugin that wraps all composer vendor packages inside your own namespace. Intended for WordPress plugins.",
302 + "homepage": "https://github.com/TypistTech/imposter-plugin",
303 + "keywords": [
304 + "composer",
305 + "composer-plugin",
306 + "dependency",
307 + "monkey-patching",
308 + "namespace",
309 + "wordpress"
310 + ],
311 + "support": {
312 + "email": "[email protected]",
313 + "issues": "https://github.com/TypistTech/imposter-plugin/issues",
314 + "source": "https://github.com/TypistTech/imposter-plugin"
315 + },
316 + "funding": [
317 + {
318 + "url": "https://typist.tech/donation/",
319 + "type": "custom"
320 + },
321 + {
322 + "url": "https://www.paypal.me/iAmTangRufus/30usd",
323 + "type": "custom"
324 + },
325 + {
326 + "url": "https://github.com/tangrufus",
327 + "type": "github"
328 + }
329 + ],
330 + "install-path": "../typisttech/imposter-plugin"
156 331 }
157 332 ],
158 333 "dev": false,
159 334 "dev-package-names": []