PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.4.1
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.4.1
1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.4 1.5.5 1.5.3 1.5.2 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.28 1.3.27 1.3.26 1.3.25 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 trunk All 48 releases
fluent-cart / vendor / composer / installed.json

installed.json in FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler 1.4.1, at vendor/composer/installed.json

393 lines 14.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "fakerphp/faker",
5 "version": "v1.23.0",
6 "version_normalized": "1.23.0.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/FakerPHP/Faker.git",
10 "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
15 "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
16 "shasum": ""
17 },
18 "require": {
19 "php": "^7.4 || ^8.0",
20 "psr/container": "^1.0 || ^2.0",
21 "symfony/deprecation-contracts": "^2.2 || ^3.0"
22 },
23 "conflict": {
24 "fzaninotto/faker": "*"
25 },
26 "require-dev": {
27 "bamarni/composer-bin-plugin": "^1.4.1",
28 "doctrine/persistence": "^1.3 || ^2.0",
29 "ext-intl": "*",
30 "phpunit/phpunit": "^9.5.26",
31 "symfony/phpunit-bridge": "^5.4.16"
32 },
33 "suggest": {
34 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
35 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
36 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
37 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
38 "ext-mbstring": "Required for multibyte Unicode string functionality."
39 },
40 "time": "2023-06-12T08:44:38+00:00",
41 "type": "library",
42 "extra": {
43 "branch-alias": {
44 "dev-main": "v1.21-dev"
45 }
46 },
47 "installation-source": "dist",
48 "autoload": {
49 "psr-4": {
50 "Faker\\": "src/Faker/"
51 }
52 },
53 "notification-url": "https://packagist.org/downloads/",
54 "license": [
55 "MIT"
56 ],
57 "authors": [
58 {
59 "name": "Fran\u00e7ois Zaninotto"
60 }
61 ],
62 "description": "Faker is a PHP library that generates fake data for you.",
63 "keywords": [
64 "data",
65 "faker",
66 "fixtures"
67 ],
68 "support": {
69 "issues": "https://github.com/FakerPHP/Faker/issues",
70 "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0"
71 },
72 "install-path": "../fakerphp/faker"
73 },
74 {
75 "name": "openspout/openspout",
76 "version": "v3.7.4",
77 "version_normalized": "3.7.4.0",
78 "source": {
79 "type": "git",
80 "url": "https://github.com/openspout/openspout.git",
81 "reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3"
82 },
83 "dist": {
84 "type": "zip",
85 "url": "https://api.github.com/repos/openspout/openspout/zipball/dfbbd53b5edcd486b45a37f6a04fac33073c70f3",
86 "reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3",
87 "shasum": ""
88 },
89 "require": {
90 "ext-dom": "*",
91 "ext-filter": "*",
92 "ext-libxml": "*",
93 "ext-xmlreader": "*",
94 "ext-zip": "*",
95 "php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
96 },
97 "require-dev": {
98 "ext-zlib": "*",
99 "friendsofphp/php-cs-fixer": "^3.4",
100 "phpstan/phpstan": "^1.4",
101 "phpstan/phpstan-phpunit": "^1.0",
102 "phpunit/phpunit": "^9.5"
103 },
104 "suggest": {
105 "ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)",
106 "ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
107 },
108 "time": "2022-03-31T06:15:15+00:00",
109 "type": "library",
110 "extra": {
111 "branch-alias": {
112 "dev-master": "3.3.x-dev"
113 }
114 },
115 "installation-source": "dist",
116 "autoload": {
117 "psr-4": {
118 "FluentCart\\OpenSpout\\": "src/"
119 }
120 },
121 "notification-url": "https://packagist.org/downloads/",
122 "license": [
123 "MIT"
124 ],
125 "authors": [
126 {
127 "name": "Adrien Loison",
128 "email": "[email protected]"
129 }
130 ],
131 "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
132 "homepage": "https://github.com/openspout/openspout",
133 "keywords": [
134 "OOXML",
135 "csv",
136 "excel",
137 "memory",
138 "odf",
139 "ods",
140 "office",
141 "open",
142 "php",
143 "read",
144 "scale",
145 "spreadsheet",
146 "stream",
147 "write",
148 "xlsx"
149 ],
150 "support": {
151 "issues": "https://github.com/openspout/openspout/issues",
152 "source": "https://github.com/openspout/openspout/tree/v3.7.4"
153 },
154 "funding": [
155 {
156 "url": "https://paypal.me/filippotessarotto",
157 "type": "custom"
158 },
159 {
160 "url": "https://github.com/Slamdunk",
161 "type": "github"
162 }
163 ],
164 "install-path": "../openspout/openspout"
165 },
166 {
167 "name": "psr/container",
168 "version": "2.0.2",
169 "version_normalized": "2.0.2.0",
170 "source": {
171 "type": "git",
172 "url": "https://github.com/php-fig/container.git",
173 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
174 },
175 "dist": {
176 "type": "zip",
177 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
178 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
179 "shasum": ""
180 },
181 "require": {
182 "php": ">=7.4.0"
183 },
184 "time": "2021-11-05T16:47:00+00:00",
185 "type": "library",
186 "extra": {
187 "branch-alias": {
188 "dev-master": "2.0.x-dev"
189 }
190 },
191 "installation-source": "dist",
192 "autoload": {
193 "psr-4": {
194 "Psr\\Container\\": "src/"
195 }
196 },
197 "notification-url": "https://packagist.org/downloads/",
198 "license": [
199 "MIT"
200 ],
201 "authors": [
202 {
203 "name": "PHP-FIG",
204 "homepage": "https://www.php-fig.org/"
205 }
206 ],
207 "description": "Common Container Interface (PHP FIG PSR-11)",
208 "homepage": "https://github.com/php-fig/container",
209 "keywords": [
210 "PSR-11",
211 "container",
212 "container-interface",
213 "container-interop",
214 "psr"
215 ],
216 "support": {
217 "issues": "https://github.com/php-fig/container/issues",
218 "source": "https://github.com/php-fig/container/tree/2.0.2"
219 },
220 "install-path": "../psr/container"
221 },
222 {
223 "name": "symfony/deprecation-contracts",
224 "version": "v2.5.4",
225 "version_normalized": "2.5.4.0",
226 "source": {
227 "type": "git",
228 "url": "https://github.com/symfony/deprecation-contracts.git",
229 "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
230 },
231 "dist": {
232 "type": "zip",
233 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
234 "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
235 "shasum": ""
236 },
237 "require": {
238 "php": ">=7.1"
239 },
240 "time": "2024-09-25T14:11:13+00:00",
241 "type": "library",
242 "extra": {
243 "thanks": {
244 "url": "https://github.com/symfony/contracts",
245 "name": "symfony/contracts"
246 },
247 "branch-alias": {
248 "dev-main": "2.5-dev"
249 }
250 },
251 "installation-source": "dist",
252 "autoload": {
253 "files": [
254 "function.php"
255 ]
256 },
257 "notification-url": "https://packagist.org/downloads/",
258 "license": [
259 "MIT"
260 ],
261 "authors": [
262 {
263 "name": "Nicolas Grekas",
264 "email": "[email protected]"
265 },
266 {
267 "name": "Symfony Community",
268 "homepage": "https://symfony.com/contributors"
269 }
270 ],
271 "description": "A generic function and convention to trigger deprecation notices",
272 "homepage": "https://symfony.com",
273 "support": {
274 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4"
275 },
276 "funding": [
277 {
278 "url": "https://symfony.com/sponsor",
279 "type": "custom"
280 },
281 {
282 "url": "https://github.com/fabpot",
283 "type": "github"
284 },
285 {
286 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
287 "type": "tidelift"
288 }
289 ],
290 "install-path": "../symfony/deprecation-contracts"
291 },
292 {
293 "name": "woocommerce/action-scheduler",
294 "version": "3.9.3",
295 "version_normalized": "3.9.3.0",
296 "source": {
297 "type": "git",
298 "url": "https://github.com/woocommerce/action-scheduler.git",
299 "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c"
300 },
301 "dist": {
302 "type": "zip",
303 "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c",
304 "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c",
305 "shasum": ""
306 },
307 "require": {
308 "php": ">=7.2"
309 },
310 "require-dev": {
311 "phpunit/phpunit": "^8.5",
312 "woocommerce/woocommerce-sniffs": "0.1.0",
313 "wp-cli/wp-cli": "~2.5.0",
314 "yoast/phpunit-polyfills": "^2.0"
315 },
316 "time": "2025-07-15T09:32:30+00:00",
317 "type": "wordpress-plugin",
318 "extra": {
319 "scripts-description": {
320 "test": "Run unit tests",
321 "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
322 "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
323 }
324 },
325 "installation-source": "dist",
326 "notification-url": "https://packagist.org/downloads/",
327 "license": [
328 "GPL-3.0-or-later"
329 ],
330 "description": "Action Scheduler for WordPress and WooCommerce",
331 "homepage": "https://actionscheduler.org/",
332 "support": {
333 "issues": "https://github.com/woocommerce/action-scheduler/issues",
334 "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.3"
335 },
336 "install-path": "../woocommerce/action-scheduler"
337 },
338 {
339 "name": "wpfluent/framework",
340 "version": "2.12.2",
341 "version_normalized": "2.12.2.0",
342 "source": {
343 "type": "git",
344 "url": "[email protected]:wpfluent/framework2x.git",
345 "reference": "dab148c086dc7f7271b94bc505d9f2161cea3e4a"
346 },
347 "dist": {
348 "type": "zip",
349 "url": "https://api.github.com/repos/wpfluent/framework2x/zipball/dab148c086dc7f7271b94bc505d9f2161cea3e4a",
350 "reference": "dab148c086dc7f7271b94bc505d9f2161cea3e4a",
351 "shasum": ""
352 },
353 "require": {
354 "ext-json": "*",
355 "php": "^7.3|^8.0"
356 },
357 "time": "2026-05-27T21:49:21+00:00",
358 "type": "library",
359 "extra": {
360 "branch-alias": {
361 "dev-master": "2.10.x-dev"
362 }
363 },
364 "installation-source": "dist",
365 "autoload": {
366 "psr-4": {
367 "FluentCart\\Framework\\": "src/WPFluent"
368 }
369 },
370 "license": [
371 "MIT"
372 ],
373 "authors": [
374 {
375 "name": "Sheikh Heera",
376 "email": "[email protected]"
377 }
378 ],
379 "description": "A lightweight rest api based framework to build WordPress plugins.",
380 "support": {
381 "source": "https://github.com/wpfluent/framework2x/tree/2.12.2",
382 "issues": "https://github.com/wpfluent/framework2x/issues"
383 },
384 "install-path": "../wpfluent/framework"
385 }
386 ],
387 "dev": true,
388 "dev-package-names": [
389 "fakerphp/faker",
390 "psr/container",
391 "symfony/deprecation-contracts"
392 ]
393 }