Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/fluentform/vendor/composer/installed.json

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + {
2 + "packages": [
3 + {
4 + "name": "openspout/openspout",
5 + "version": "v3.7.4",
6 + "version_normalized": "3.7.4.0",
7 + "source": {
8 + "type": "git",
9 + "url": "https://github.com/openspout/openspout.git",
10 + "reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3"
11 + },
12 + "dist": {
13 + "type": "zip",
14 + "url": "https://api.github.com/repos/openspout/openspout/zipball/dfbbd53b5edcd486b45a37f6a04fac33073c70f3",
15 + "reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3",
16 + "shasum": ""
17 + },
18 + "require": {
19 + "ext-dom": "*",
20 + "ext-filter": "*",
21 + "ext-libxml": "*",
22 + "ext-xmlreader": "*",
23 + "ext-zip": "*",
24 + "php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
25 + },
26 + "require-dev": {
27 + "ext-zlib": "*",
28 + "friendsofphp/php-cs-fixer": "^3.4",
29 + "phpstan/phpstan": "^1.4",
30 + "phpstan/phpstan-phpunit": "^1.0",
31 + "phpunit/phpunit": "^9.5"
32 + },
33 + "suggest": {
34 + "ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)",
35 + "ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
36 + },
37 + "time": "2022-03-31T06:15:15+00:00",
38 + "type": "library",
39 + "extra": {
40 + "branch-alias": {
41 + "dev-master": "3.3.x-dev"
42 + }
43 + },
44 + "installation-source": "dist",
45 + "autoload": {
46 + "psr-4": {
47 + "OpenSpout\\": "src/"
48 + }
49 + },
50 + "notification-url": "https://packagist.org/downloads/",
51 + "license": [
52 + "MIT"
53 + ],
54 + "authors": [
55 + {
56 + "name": "Adrien Loison",
57 + "email": "adrien@box.com"
58 + }
59 + ],
60 + "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
61 + "homepage": "https://github.com/openspout/openspout",
62 + "keywords": [
63 + "OOXML",
64 + "csv",
65 + "excel",
66 + "memory",
67 + "odf",
68 + "ods",
69 + "office",
70 + "open",
71 + "php",
72 + "read",
73 + "scale",
74 + "spreadsheet",
75 + "stream",
76 + "write",
77 + "xlsx"
78 + ],
79 + "support": {
80 + "issues": "https://github.com/openspout/openspout/issues",
81 + "source": "https://github.com/openspout/openspout/tree/v3.7.4"
82 + },
83 + "funding": [
84 + {
85 + "url": "https://paypal.me/filippotessarotto",
86 + "type": "custom"
87 + },
88 + {
89 + "url": "https://github.com/Slamdunk",
90 + "type": "github"
91 + }
92 + ],
93 + "install-path": "../openspout/openspout"
94 + },
95 + {
96 + "name": "wpfluent/framework",
97 + "version": "1.0.19",
98 + "version_normalized": "1.0.19.0",
99 + "source": {
100 + "type": "git",
101 + "url": "git@github.com:wpfluent/framework.git",
102 + "reference": "e7c043b2a431b1bcd98ff658f47a137e8d21d673"
103 + },
104 + "dist": {
105 + "type": "zip",
106 + "url": "https://api.github.com/repos/wpfluent/framework/zipball/e7c043b2a431b1bcd98ff658f47a137e8d21d673",
107 + "reference": "e7c043b2a431b1bcd98ff658f47a137e8d21d673",
108 + "shasum": ""
109 + },
110 + "require": {
111 + "php": ">=5.5.9"
112 + },
113 + "time": "2022-09-16T11:41:03+00:00",
114 + "type": "library",
115 + "extra": {
116 + "branch-alias": {
117 + "dev-master": "1.0.x-dev"
118 + }
119 + },
120 + "installation-source": "source",
121 + "autoload": {
122 + "psr-4": {
123 + "WPFluent\\": "src/WPFluent"
124 + }
125 + },
126 + "license": [
127 + "MIT"
128 + ],
129 + "authors": [
130 + {
131 + "name": "Sheikh Heera",
132 + "email": "heera.sheikh77@gmail.com"
133 + }
134 + ],
135 + "description": "A lightweight rest api based framework to build WordPress plugins.",
136 + "install-path": "../wpfluent/framework"
137 + }
138 + ],
139 + "dev": true,
140 + "dev-package-names": []
141 + }
142 +