PluginProbe ʕ •ᴥ•ʔ
Flexible Checkout Fields for WooCommerce – WooCommerce Checkout Manager / 4.1.41
Flexible Checkout Fields for WooCommerce – WooCommerce Checkout Manager v4.1.41
4.1.41 4.1.40 4.1.39 4.1.38 trunk 1.2 1.2.1 1.2.2 1.2.3 1.3 1.3.1 1.3.2 1.3.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6 1.6.1 1.6.10 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7 1.7.1 1.7.2 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.2 1.9.3 2.0.0 2.0.1 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.1.0 2.1.1 2.1.4 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.1 2.3.2 2.3.3 2.3.4 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.6.0 2.7.0 2.7.1 2.8.0 2.9.0 2.9.1 2.9.2 3.0.0 3.0.1 3.0.10 3.0.11 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.3.0 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.10 3.5.11 3.5.12 3.5.13 3.5.14 3.5.15 3.5.16 3.5.17 3.5.18 3.5.19 3.5.2 3.5.3 3.5.4 3.5.5 3.5.6 3.5.7 3.5.8 3.5.9 3.6.0 4.0.0 4.1.0 4.1.1 4.1.10 4.1.11 4.1.12 4.1.13 4.1.14 4.1.15 4.1.16 4.1.17 4.1.18 4.1.19 4.1.2 4.1.20 4.1.21 4.1.22 4.1.23 4.1.24 4.1.25 4.1.26 4.1.27 4.1.28 4.1.29 4.1.3 4.1.30 4.1.31 4.1.32 4.1.34 4.1.35 4.1.36 4.1.37 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9
flexible-checkout-fields / vendor / composer / installed.json
flexible-checkout-fields / vendor / composer Last commit date
ClassLoader.php 1 week ago InstalledVersions.php 1 week ago autoload_classmap.php 1 week ago autoload_namespaces.php 1 week ago autoload_psr4.php 1 week ago autoload_real.php 1 week ago autoload_static.php 1 week ago installed.json 1 week ago installed.php 1 week ago
installed.json
222 lines
1 {
2 "packages": [
3 {
4 "name": "doctrine/collections",
5 "version": "1.8.0",
6 "version_normalized": "1.8.0.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/doctrine/collections.git",
10 "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
15 "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
16 "shasum": ""
17 },
18 "require": {
19 "doctrine/deprecations": "^0.5.3 || ^1",
20 "php": "^7.1.3 || ^8.0"
21 },
22 "require-dev": {
23 "doctrine/coding-standard": "^9.0 || ^10.0",
24 "phpstan/phpstan": "^1.4.8",
25 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
26 "vimeo/psalm": "^4.22"
27 },
28 "time": "2022-09-01T20:12:10+00:00",
29 "type": "library",
30 "installation-source": "dist",
31 "autoload": {
32 "psr-4": {
33 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
34 }
35 },
36 "notification-url": "https://packagist.org/downloads/",
37 "license": [
38 "MIT"
39 ],
40 "authors": [
41 {
42 "name": "Guilherme Blanco",
43 "email": "guilhermeblanco@gmail.com"
44 },
45 {
46 "name": "Roman Borschel",
47 "email": "roman@code-factory.org"
48 },
49 {
50 "name": "Benjamin Eberlei",
51 "email": "kontakt@beberlei.de"
52 },
53 {
54 "name": "Jonathan Wage",
55 "email": "jonwage@gmail.com"
56 },
57 {
58 "name": "Johannes Schmitt",
59 "email": "schmittjoh@gmail.com"
60 }
61 ],
62 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
63 "homepage": "https://www.doctrine-project.org/projects/collections.html",
64 "keywords": [
65 "array",
66 "collections",
67 "iterators",
68 "php"
69 ],
70 "support": {
71 "issues": "https://github.com/doctrine/collections/issues",
72 "source": "https://github.com/doctrine/collections/tree/1.8.0"
73 },
74 "install-path": "../doctrine/collections"
75 },
76 {
77 "name": "doctrine/deprecations",
78 "version": "1.1.6",
79 "version_normalized": "1.1.6.0",
80 "source": {
81 "type": "git",
82 "url": "https://github.com/doctrine/deprecations.git",
83 "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca"
84 },
85 "dist": {
86 "type": "zip",
87 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca",
88 "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca",
89 "shasum": ""
90 },
91 "require": {
92 "php": "^7.1 || ^8.0"
93 },
94 "conflict": {
95 "phpunit/phpunit": "<=7.5 || >=14"
96 },
97 "require-dev": {
98 "doctrine/coding-standard": "^9 || ^12 || ^14",
99 "phpstan/phpstan": "1.4.10 || 2.1.30",
100 "phpstan/phpstan-phpunit": "^1.0 || ^2",
101 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0",
102 "psr/log": "^1 || ^2 || ^3"
103 },
104 "suggest": {
105 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
106 },
107 "time": "2026-02-07T07:09:04+00:00",
108 "type": "library",
109 "installation-source": "dist",
110 "autoload": {
111 "psr-4": {
112 "Doctrine\\Deprecations\\": "src"
113 }
114 },
115 "notification-url": "https://packagist.org/downloads/",
116 "license": [
117 "MIT"
118 ],
119 "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
120 "homepage": "https://www.doctrine-project.org/",
121 "support": {
122 "issues": "https://github.com/doctrine/deprecations/issues",
123 "source": "https://github.com/doctrine/deprecations/tree/1.1.6"
124 },
125 "install-path": "../doctrine/deprecations"
126 },
127 {
128 "name": "psr/log",
129 "version": "1.1.4",
130 "version_normalized": "1.1.4.0",
131 "source": {
132 "type": "git",
133 "url": "https://github.com/php-fig/log.git",
134 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
135 },
136 "dist": {
137 "type": "zip",
138 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
139 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
140 "shasum": ""
141 },
142 "require": {
143 "php": ">=5.3.0"
144 },
145 "time": "2021-05-03T11:20:27+00:00",
146 "type": "library",
147 "extra": {
148 "branch-alias": {
149 "dev-master": "1.1.x-dev"
150 }
151 },
152 "installation-source": "dist",
153 "autoload": {
154 "psr-4": {
155 "Psr\\Log\\": "Psr/Log/"
156 }
157 },
158 "notification-url": "https://packagist.org/downloads/",
159 "license": [
160 "MIT"
161 ],
162 "authors": [
163 {
164 "name": "PHP-FIG",
165 "homepage": "https://www.php-fig.org/"
166 }
167 ],
168 "description": "Common interface for logging libraries",
169 "homepage": "https://github.com/php-fig/log",
170 "keywords": [
171 "log",
172 "psr",
173 "psr-3"
174 ],
175 "support": {
176 "source": "https://github.com/php-fig/log/tree/1.1.4"
177 },
178 "install-path": "../psr/log"
179 },
180 {
181 "name": "wpdesk/wp-wpdesk-helper-override",
182 "version": "1.1.0",
183 "version_normalized": "1.1.0.0",
184 "source": {
185 "type": "git",
186 "url": "https://gitlab.com/wpdesk/wp-wpdesk-helper-override.git",
187 "reference": "77844fc71da7ebb7645f10f0fc15f5294fed8542"
188 },
189 "dist": {
190 "type": "zip",
191 "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-helper-override/repository/archive.zip?sha=77844fc71da7ebb7645f10f0fc15f5294fed8542",
192 "reference": "77844fc71da7ebb7645f10f0fc15f5294fed8542",
193 "shasum": ""
194 },
195 "require": {
196 "php": ">=5.6"
197 },
198 "require-dev": {
199 "phpunit/phpunit": "<7"
200 },
201 "time": "2019-08-13T07:33:46+00:00",
202 "type": "library",
203 "installation-source": "dist",
204 "autoload": {
205 "classmap": [
206 "src"
207 ]
208 },
209 "notification-url": "https://packagist.org/downloads/",
210 "authors": [
211 {
212 "name": "Krzysiek",
213 "email": "krzysiek@wpdesk.pl"
214 }
215 ],
216 "install-path": "../wpdesk/wp-wpdesk-helper-override"
217 }
218 ],
219 "dev": false,
220 "dev-package-names": []
221 }
222