PluginProbe ʕ •ᴥ•ʔ
Secure Custom Fields / 6.9.1
Secure Custom Fields v6.9.1
6.9.1 6.9.0 6.8.9 6.8.7 6.8.8 6.8.6 6.8.4 6.8.5 trunk 6.4.0-beta1 6.4.0-beta2 6.4.1 6.4.1-beta3 6.4.1-beta4 6.4.1-beta5 6.4.1-beta6 6.4.1-beta7 6.4.2 6.5.0 6.5.1 6.5.2 6.5.3 6.5.4 6.5.5 6.5.6 6.5.7 6.6.0 6.7.0 6.7.1 6.8.0 6.8.1 6.8.2 6.8.3
secure-custom-fields / vendor / composer / installed.json
secure-custom-fields / vendor / composer Last commit date
ClassLoader.php 1 year ago InstalledVersions.php 11 months ago LICENSE 1 year ago autoload_classmap.php 1 month ago autoload_namespaces.php 1 year ago autoload_psr4.php 1 month ago autoload_real.php 2 months ago autoload_static.php 2 days ago installed.json 3 weeks ago installed.php 2 days ago platform_check.php 2 months ago
installed.json
75 lines
1 {
2 "packages": [
3 {
4 "name": "justinrainbow/json-schema",
5 "version": "5.3.0",
6 "version_normalized": "5.3.0.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/jsonrainbow/json-schema.git",
10 "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8",
15 "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8",
16 "shasum": ""
17 },
18 "require": {
19 "php": ">=7.1"
20 },
21 "require-dev": {
22 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
23 "json-schema/json-schema-test-suite": "1.2.0",
24 "phpunit/phpunit": "^4.8.35"
25 },
26 "time": "2024-07-06T21:00:26+00:00",
27 "bin": [
28 "bin/validate-json"
29 ],
30 "type": "library",
31 "installation-source": "dist",
32 "autoload": {
33 "psr-4": {
34 "JsonSchema\\": "src/JsonSchema/"
35 }
36 },
37 "notification-url": "https://packagist.org/downloads/",
38 "license": [
39 "MIT"
40 ],
41 "authors": [
42 {
43 "name": "Bruno Prieto Reis",
44 "email": "bruno.p.reis@gmail.com"
45 },
46 {
47 "name": "Justin Rainbow",
48 "email": "justin.rainbow@gmail.com"
49 },
50 {
51 "name": "Igor Wiedler",
52 "email": "igor@wiedler.ch"
53 },
54 {
55 "name": "Robert Schönthal",
56 "email": "seroscho@googlemail.com"
57 }
58 ],
59 "description": "A library to validate a json schema.",
60 "homepage": "https://github.com/justinrainbow/json-schema",
61 "keywords": [
62 "json",
63 "schema"
64 ],
65 "support": {
66 "issues": "https://github.com/jsonrainbow/json-schema/issues",
67 "source": "https://github.com/jsonrainbow/json-schema/tree/5.3.0"
68 },
69 "install-path": "../justinrainbow/json-schema"
70 }
71 ],
72 "dev": false,
73 "dev-package-names": []
74 }
75