PluginProbe ʕ •ᴥ•ʔ
WooCommerce Square / 5.4.3
WooCommerce Square v5.4.3
5.4.3 5.4.2 5.4.1 5.4.0 trunk 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.37 1.0.38 2.0.0 2.0.1 2.0.2 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.2 2.1.3 2.1.4 2.1.5 2.1.6 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.7.0 2.8.0 2.9.0 2.9.1 3.0.0 3.0.1 3.0.2 3.0.3 3.1.0 3.2.0 3.3.0 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 3.6.1 3.7.0 3.7.1 3.8.0 3.8.1 3.8.2 3.8.3 3.9.0 4.0.0 4.1.0 4.2.0 4.2.1 4.2.2 4.2.3 4.3.0 4.3.1 4.3.2 4.4.0 4.4.1 4.4.2 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.6.2 4.6.3 4.6.4 4.7.0 4.7.1 4.7.2 4.7.3 4.7.4 4.8.0 4.8.1 4.8.2 4.8.3 4.8.4 4.8.5 4.8.6 4.8.7 4.8.8 4.9.0 4.9.1 4.9.2 4.9.3 4.9.4 4.9.5 4.9.6 4.9.7 4.9.8 4.9.9 5.0.0 5.0.1 5.1.0 5.1.1 5.1.2 5.2.0 5.3.0 5.3.1 5.3.2 5.3.3
woocommerce-square / vendor / composer / installed.json
woocommerce-square / vendor / composer Last commit date
ClassLoader.php 2 years ago InstalledVersions.php 9 months ago LICENSE 7 years ago autoload_classmap.php 2 years ago autoload_namespaces.php 2 years ago autoload_psr4.php 1 year ago autoload_real.php 2 months ago autoload_static.php 2 months ago installed.json 2 months ago installed.php 5 days ago platform_check.php 9 months ago
installed.json
406 lines
1 {
2 "packages": [
3 {
4 "name": "apimatic/core",
5 "version": "0.3.14",
6 "version_normalized": "0.3.14.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/apimatic/core-lib-php.git",
10 "reference": "c3eaad6cf0c00b793ce6d9bee8b87176247da582"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/apimatic/core-lib-php/zipball/c3eaad6cf0c00b793ce6d9bee8b87176247da582",
15 "reference": "c3eaad6cf0c00b793ce6d9bee8b87176247da582",
16 "shasum": ""
17 },
18 "require": {
19 "apimatic/core-interfaces": "~0.1.5",
20 "apimatic/jsonmapper": "^3.1.1",
21 "ext-curl": "*",
22 "ext-dom": "*",
23 "ext-json": "*",
24 "ext-libxml": "*",
25 "php": "^7.2 || ^8.0",
26 "php-jsonpointer/php-jsonpointer": "^3.0.2",
27 "psr/log": "^1.1.4 || ^2.0.0 || ^3.0.0"
28 },
29 "require-dev": {
30 "phan/phan": "5.4.5",
31 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
32 "squizlabs/php_codesniffer": "^3.5"
33 },
34 "time": "2025-02-27T06:03:30+00:00",
35 "type": "library",
36 "installation-source": "dist",
37 "autoload": {
38 "psr-4": {
39 "Core\\": "src/"
40 }
41 },
42 "notification-url": "https://packagist.org/downloads/",
43 "license": [
44 "MIT"
45 ],
46 "description": "Core logic and the utilities for the Apimatic's PHP SDK",
47 "homepage": "https://github.com/apimatic/core-lib-php",
48 "keywords": [
49 "apimatic",
50 "core",
51 "corelib",
52 "php"
53 ],
54 "support": {
55 "issues": "https://github.com/apimatic/core-lib-php/issues",
56 "source": "https://github.com/apimatic/core-lib-php/tree/0.3.14"
57 },
58 "install-path": "../apimatic/core"
59 },
60 {
61 "name": "apimatic/core-interfaces",
62 "version": "0.1.5",
63 "version_normalized": "0.1.5.0",
64 "source": {
65 "type": "git",
66 "url": "https://github.com/apimatic/core-interfaces-php.git",
67 "reference": "b4f1bffc8be79584836f70af33c65e097eec155c"
68 },
69 "dist": {
70 "type": "zip",
71 "url": "https://api.github.com/repos/apimatic/core-interfaces-php/zipball/b4f1bffc8be79584836f70af33c65e097eec155c",
72 "reference": "b4f1bffc8be79584836f70af33c65e097eec155c",
73 "shasum": ""
74 },
75 "require": {
76 "php": "^7.2 || ^8.0"
77 },
78 "time": "2024-05-09T06:32:07+00:00",
79 "type": "library",
80 "installation-source": "dist",
81 "autoload": {
82 "psr-4": {
83 "CoreInterfaces\\": "src/"
84 }
85 },
86 "notification-url": "https://packagist.org/downloads/",
87 "license": [
88 "MIT"
89 ],
90 "description": "Definition of the behavior of apimatic/core, apimatic/unirest-php and Apimatic's PHP SDK",
91 "homepage": "https://github.com/apimatic/core-interfaces-php",
92 "keywords": [
93 "apimatic",
94 "core",
95 "corelib",
96 "interface",
97 "php",
98 "unirest"
99 ],
100 "support": {
101 "issues": "https://github.com/apimatic/core-interfaces-php/issues",
102 "source": "https://github.com/apimatic/core-interfaces-php/tree/0.1.5"
103 },
104 "install-path": "../apimatic/core-interfaces"
105 },
106 {
107 "name": "apimatic/jsonmapper",
108 "version": "3.1.7",
109 "version_normalized": "3.1.7.0",
110 "source": {
111 "type": "git",
112 "url": "https://github.com/apimatic/jsonmapper.git",
113 "reference": "61e45f6021e4a4e07497be596b4787c3c6b39bea"
114 },
115 "dist": {
116 "type": "zip",
117 "url": "https://api.github.com/repos/apimatic/jsonmapper/zipball/61e45f6021e4a4e07497be596b4787c3c6b39bea",
118 "reference": "61e45f6021e4a4e07497be596b4787c3c6b39bea",
119 "shasum": ""
120 },
121 "require": {
122 "ext-json": "*",
123 "php": "^5.6 || ^7.0 || ^8.0"
124 },
125 "require-dev": {
126 "phpunit/phpunit": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
127 "squizlabs/php_codesniffer": "^3.0.0"
128 },
129 "time": "2025-11-06T14:43:04+00:00",
130 "type": "library",
131 "installation-source": "dist",
132 "autoload": {
133 "psr-4": {
134 "apimatic\\jsonmapper\\": "src/"
135 }
136 },
137 "notification-url": "https://packagist.org/downloads/",
138 "license": [
139 "OSL-3.0"
140 ],
141 "authors": [
142 {
143 "name": "Christian Weiske",
144 "email": "christian.weiske@netresearch.de",
145 "homepage": "http://www.netresearch.de/",
146 "role": "Developer"
147 },
148 {
149 "name": "Mehdi Jaffery",
150 "email": "mehdi.jaffery@apimatic.io",
151 "homepage": "http://apimatic.io/",
152 "role": "Developer"
153 }
154 ],
155 "description": "Map nested JSON structures onto PHP classes",
156 "support": {
157 "email": "mehdi.jaffery@apimatic.io",
158 "issues": "https://github.com/apimatic/jsonmapper/issues",
159 "source": "https://github.com/apimatic/jsonmapper/tree/3.1.7"
160 },
161 "install-path": "../apimatic/jsonmapper"
162 },
163 {
164 "name": "apimatic/unirest-php",
165 "version": "4.0.7",
166 "version_normalized": "4.0.7.0",
167 "source": {
168 "type": "git",
169 "url": "https://github.com/apimatic/unirest-php.git",
170 "reference": "bdfd5f27c105772682c88ed671683f1bd93f4a3c"
171 },
172 "dist": {
173 "type": "zip",
174 "url": "https://api.github.com/repos/apimatic/unirest-php/zipball/bdfd5f27c105772682c88ed671683f1bd93f4a3c",
175 "reference": "bdfd5f27c105772682c88ed671683f1bd93f4a3c",
176 "shasum": ""
177 },
178 "require": {
179 "apimatic/core-interfaces": "^0.1.0",
180 "ext-curl": "*",
181 "ext-json": "*",
182 "php": "^7.2 || ^8.0"
183 },
184 "require-dev": {
185 "phan/phan": "5.4.2",
186 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
187 "squizlabs/php_codesniffer": "^3.5"
188 },
189 "time": "2025-06-17T09:09:48+00:00",
190 "type": "library",
191 "installation-source": "dist",
192 "autoload": {
193 "psr-4": {
194 "Unirest\\": "src/"
195 }
196 },
197 "notification-url": "https://packagist.org/downloads/",
198 "license": [
199 "MIT"
200 ],
201 "authors": [
202 {
203 "name": "Mashape",
204 "email": "opensource@mashape.com",
205 "homepage": "https://www.mashape.com",
206 "role": "Developer"
207 },
208 {
209 "name": "APIMATIC",
210 "email": "opensource@apimatic.io",
211 "homepage": "https://www.apimatic.io",
212 "role": "Developer"
213 }
214 ],
215 "description": "Unirest PHP",
216 "homepage": "https://github.com/apimatic/unirest-php",
217 "keywords": [
218 "client",
219 "curl",
220 "http",
221 "https",
222 "rest"
223 ],
224 "support": {
225 "email": "opensource@apimatic.io",
226 "issues": "https://github.com/apimatic/unirest-php/issues",
227 "source": "https://github.com/apimatic/unirest-php/tree/4.0.7"
228 },
229 "install-path": "../apimatic/unirest-php"
230 },
231 {
232 "name": "php-jsonpointer/php-jsonpointer",
233 "version": "v3.0.2",
234 "version_normalized": "3.0.2.0",
235 "source": {
236 "type": "git",
237 "url": "https://github.com/raphaelstolt/php-jsonpointer.git",
238 "reference": "4428f86c6f23846e9faa5a420c4ef14e485b3afb"
239 },
240 "dist": {
241 "type": "zip",
242 "url": "https://api.github.com/repos/raphaelstolt/php-jsonpointer/zipball/4428f86c6f23846e9faa5a420c4ef14e485b3afb",
243 "reference": "4428f86c6f23846e9faa5a420c4ef14e485b3afb",
244 "shasum": ""
245 },
246 "require": {
247 "php": ">=5.4"
248 },
249 "require-dev": {
250 "friendsofphp/php-cs-fixer": "^1.11",
251 "phpunit/phpunit": "4.6.*"
252 },
253 "time": "2016-08-29T08:51:01+00:00",
254 "type": "library",
255 "extra": {
256 "branch-alias": {
257 "dev-master": "2.0.x-dev"
258 }
259 },
260 "installation-source": "dist",
261 "autoload": {
262 "psr-0": {
263 "Rs\\Json": "src/"
264 }
265 },
266 "notification-url": "https://packagist.org/downloads/",
267 "license": [
268 "MIT"
269 ],
270 "authors": [
271 {
272 "name": "Raphael Stolt",
273 "email": "raphael.stolt@gmail.com",
274 "homepage": "http://raphaelstolt.blogspot.com/"
275 }
276 ],
277 "description": "Implementation of JSON Pointer (http://tools.ietf.org/html/rfc6901)",
278 "homepage": "https://github.com/raphaelstolt/php-jsonpointer",
279 "keywords": [
280 "json",
281 "json pointer",
282 "json traversal"
283 ],
284 "support": {
285 "issues": "https://github.com/raphaelstolt/php-jsonpointer/issues",
286 "source": "https://github.com/raphaelstolt/php-jsonpointer/tree/master"
287 },
288 "install-path": "../php-jsonpointer/php-jsonpointer"
289 },
290 {
291 "name": "psr/log",
292 "version": "1.1.4",
293 "version_normalized": "1.1.4.0",
294 "source": {
295 "type": "git",
296 "url": "https://github.com/php-fig/log.git",
297 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
298 },
299 "dist": {
300 "type": "zip",
301 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
302 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
303 "shasum": ""
304 },
305 "require": {
306 "php": ">=5.3.0"
307 },
308 "time": "2021-05-03T11:20:27+00:00",
309 "type": "library",
310 "extra": {
311 "branch-alias": {
312 "dev-master": "1.1.x-dev"
313 }
314 },
315 "installation-source": "dist",
316 "autoload": {
317 "psr-4": {
318 "Psr\\Log\\": "Psr/Log/"
319 }
320 },
321 "notification-url": "https://packagist.org/downloads/",
322 "license": [
323 "MIT"
324 ],
325 "authors": [
326 {
327 "name": "PHP-FIG",
328 "homepage": "https://www.php-fig.org/"
329 }
330 ],
331 "description": "Common interface for logging libraries",
332 "homepage": "https://github.com/php-fig/log",
333 "keywords": [
334 "log",
335 "psr",
336 "psr-3"
337 ],
338 "support": {
339 "source": "https://github.com/php-fig/log/tree/1.1.4"
340 },
341 "install-path": "../psr/log"
342 },
343 {
344 "name": "square/square",
345 "version": "40.0.0.20250123",
346 "version_normalized": "40.0.0.20250123",
347 "source": {
348 "type": "git",
349 "url": "https://github.com/square/square-php-sdk.git",
350 "reference": "4c8c88afbafb476a3e3f5751c987674874361ca9"
351 },
352 "dist": {
353 "type": "zip",
354 "url": "https://api.github.com/repos/square/square-php-sdk/zipball/4c8c88afbafb476a3e3f5751c987674874361ca9",
355 "reference": "4c8c88afbafb476a3e3f5751c987674874361ca9",
356 "shasum": ""
357 },
358 "require": {
359 "apimatic/core": "~0.3.12",
360 "apimatic/core-interfaces": "~0.1.5",
361 "apimatic/unirest-php": "^4.0.0",
362 "ext-json": "*",
363 "php": "^7.2 || ^8.0"
364 },
365 "require-dev": {
366 "phan/phan": "5.4.5",
367 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
368 "squizlabs/php_codesniffer": "^3.5"
369 },
370 "time": "2025-01-23T16:01:43+00:00",
371 "type": "library",
372 "installation-source": "dist",
373 "autoload": {
374 "psr-4": {
375 "Square\\": "src/"
376 }
377 },
378 "notification-url": "https://packagist.org/downloads/",
379 "license": [
380 "MIT"
381 ],
382 "authors": [
383 {
384 "name": "Square Developer Platform",
385 "email": "developers@squareup.com",
386 "homepage": "https://squareup.com/developers"
387 }
388 ],
389 "description": "Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.",
390 "homepage": "https://squareup.com/developers",
391 "keywords": [
392 "api",
393 "sdk",
394 "square"
395 ],
396 "support": {
397 "issues": "https://github.com/square/square-php-sdk/issues",
398 "source": "https://github.com/square/square-php-sdk/tree/40.0.0.20250123"
399 },
400 "install-path": "../square/square"
401 }
402 ],
403 "dev": false,
404 "dev-package-names": []
405 }
406