PluginProbe
MisterPlan – Booking Engines / trunk
MisterPlan – Booking Engines vtrunk
1.1.46 trunk 1. 1.0.10 1.0.11 1.0.13 1.0.14 1.0.15 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.12 1.1.13 1.1.14 1.1.15 1.1.16 1.1.17 1.1.18 1.1.19 1.1.2 1.1.20 1.1.21 1.1.22 All 52 releases
misterplan / lib / vendor / composer / installed.json

installed.json in MisterPlan – Booking Engines trunk, at lib/vendor/composer/installed.json

331 lines 11.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "symfony/deprecation-contracts",
5 "version": "v3.6.0",
6 "version_normalized": "3.6.0.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/symfony/deprecation-contracts.git",
10 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
15 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
16 "shasum": ""
17 },
18 "require": {
19 "php": ">=8.1"
20 },
21 "time": "2024-09-25T14:21:43+00:00",
22 "type": "library",
23 "extra": {
24 "thanks": {
25 "url": "https://github.com/symfony/contracts",
26 "name": "symfony/contracts"
27 },
28 "branch-alias": {
29 "dev-main": "3.6-dev"
30 }
31 },
32 "installation-source": "dist",
33 "autoload": {
34 "files": [
35 "function.php"
36 ]
37 },
38 "notification-url": "https://packagist.org/downloads/",
39 "license": [
40 "MIT"
41 ],
42 "authors": [
43 {
44 "name": "Nicolas Grekas",
45 "email": "p@tchwork.com"
46 },
47 {
48 "name": "Symfony Community",
49 "homepage": "https://symfony.com/contributors"
50 }
51 ],
52 "description": "A generic function and convention to trigger deprecation notices",
53 "homepage": "https://symfony.com",
54 "support": {
55 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
56 },
57 "funding": [
58 {
59 "url": "https://symfony.com/sponsor",
60 "type": "custom"
61 },
62 {
63 "url": "https://github.com/fabpot",
64 "type": "github"
65 },
66 {
67 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
68 "type": "tidelift"
69 }
70 ],
71 "install-path": "../symfony/deprecation-contracts"
72 },
73 {
74 "name": "symfony/polyfill-ctype",
75 "version": "v1.28.0",
76 "version_normalized": "1.28.0.0",
77 "source": {
78 "type": "git",
79 "url": "https://github.com/symfony/polyfill-ctype.git",
80 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
81 },
82 "dist": {
83 "type": "zip",
84 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
85 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
86 "shasum": ""
87 },
88 "require": {
89 "php": ">=7.1"
90 },
91 "provide": {
92 "ext-ctype": "*"
93 },
94 "suggest": {
95 "ext-ctype": "For best performance"
96 },
97 "time": "2023-01-26T09:26:14+00:00",
98 "type": "library",
99 "extra": {
100 "branch-alias": {
101 "dev-main": "1.28-dev"
102 },
103 "thanks": {
104 "name": "symfony/polyfill",
105 "url": "https://github.com/symfony/polyfill"
106 }
107 },
108 "installation-source": "dist",
109 "autoload": {
110 "files": [
111 "bootstrap.php"
112 ],
113 "psr-4": {
114 "Symfony\\Polyfill\\Ctype\\": ""
115 }
116 },
117 "notification-url": "https://packagist.org/downloads/",
118 "license": [
119 "MIT"
120 ],
121 "authors": [
122 {
123 "name": "Gert de Pagter",
124 "email": "BackEndTea@gmail.com"
125 },
126 {
127 "name": "Symfony Community",
128 "homepage": "https://symfony.com/contributors"
129 }
130 ],
131 "description": "Symfony polyfill for ctype functions",
132 "homepage": "https://symfony.com",
133 "keywords": [
134 "compatibility",
135 "ctype",
136 "polyfill",
137 "portable"
138 ],
139 "support": {
140 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
141 },
142 "funding": [
143 {
144 "url": "https://symfony.com/sponsor",
145 "type": "custom"
146 },
147 {
148 "url": "https://github.com/fabpot",
149 "type": "github"
150 },
151 {
152 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
153 "type": "tidelift"
154 }
155 ],
156 "install-path": "../symfony/polyfill-ctype"
157 },
158 {
159 "name": "symfony/polyfill-mbstring",
160 "version": "v1.28.0",
161 "version_normalized": "1.28.0.0",
162 "source": {
163 "type": "git",
164 "url": "https://github.com/symfony/polyfill-mbstring.git",
165 "reference": "42292d99c55abe617799667f454222c54c60e229"
166 },
167 "dist": {
168 "type": "zip",
169 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
170 "reference": "42292d99c55abe617799667f454222c54c60e229",
171 "shasum": ""
172 },
173 "require": {
174 "php": ">=7.1"
175 },
176 "provide": {
177 "ext-mbstring": "*"
178 },
179 "suggest": {
180 "ext-mbstring": "For best performance"
181 },
182 "time": "2023-07-28T09:04:16+00:00",
183 "type": "library",
184 "extra": {
185 "branch-alias": {
186 "dev-main": "1.28-dev"
187 },
188 "thanks": {
189 "name": "symfony/polyfill",
190 "url": "https://github.com/symfony/polyfill"
191 }
192 },
193 "installation-source": "dist",
194 "autoload": {
195 "files": [
196 "bootstrap.php"
197 ],
198 "psr-4": {
199 "Symfony\\Polyfill\\Mbstring\\": ""
200 }
201 },
202 "notification-url": "https://packagist.org/downloads/",
203 "license": [
204 "MIT"
205 ],
206 "authors": [
207 {
208 "name": "Nicolas Grekas",
209 "email": "p@tchwork.com"
210 },
211 {
212 "name": "Symfony Community",
213 "homepage": "https://symfony.com/contributors"
214 }
215 ],
216 "description": "Symfony polyfill for the Mbstring extension",
217 "homepage": "https://symfony.com",
218 "keywords": [
219 "compatibility",
220 "mbstring",
221 "polyfill",
222 "portable",
223 "shim"
224 ],
225 "support": {
226 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
227 },
228 "funding": [
229 {
230 "url": "https://symfony.com/sponsor",
231 "type": "custom"
232 },
233 {
234 "url": "https://github.com/fabpot",
235 "type": "github"
236 },
237 {
238 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
239 "type": "tidelift"
240 }
241 ],
242 "install-path": "../symfony/polyfill-mbstring"
243 },
244 {
245 "name": "twig/twig",
246 "version": "v3.24.0",
247 "version_normalized": "3.24.0.0",
248 "source": {
249 "type": "git",
250 "url": "https://github.com/twigphp/Twig.git",
251 "reference": "a6769aefb305efef849dc25c9fd1653358c148f0"
252 },
253 "dist": {
254 "type": "zip",
255 "url": "https://api.github.com/repos/twigphp/Twig/zipball/a6769aefb305efef849dc25c9fd1653358c148f0",
256 "reference": "a6769aefb305efef849dc25c9fd1653358c148f0",
257 "shasum": ""
258 },
259 "require": {
260 "php": ">=8.1.0",
261 "symfony/deprecation-contracts": "^2.5|^3",
262 "symfony/polyfill-ctype": "^1.8",
263 "symfony/polyfill-mbstring": "^1.3"
264 },
265 "require-dev": {
266 "php-cs-fixer/shim": "^3.0@stable",
267 "phpstan/phpstan": "^2.0@stable",
268 "psr/container": "^1.0|^2.0",
269 "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
270 },
271 "time": "2026-03-17T21:31:11+00:00",
272 "type": "library",
273 "installation-source": "dist",
274 "autoload": {
275 "files": [
276 "src/Resources/core.php",
277 "src/Resources/debug.php",
278 "src/Resources/escaper.php",
279 "src/Resources/string_loader.php"
280 ],
281 "psr-4": {
282 "Twig\\": "src/"
283 }
284 },
285 "notification-url": "https://packagist.org/downloads/",
286 "license": [
287 "BSD-3-Clause"
288 ],
289 "authors": [
290 {
291 "name": "Fabien Potencier",
292 "email": "fabien@symfony.com",
293 "homepage": "http://fabien.potencier.org",
294 "role": "Lead Developer"
295 },
296 {
297 "name": "Twig Team",
298 "role": "Contributors"
299 },
300 {
301 "name": "Armin Ronacher",
302 "email": "armin.ronacher@active-4.com",
303 "role": "Project Founder"
304 }
305 ],
306 "description": "Twig, the flexible, fast, and secure template language for PHP",
307 "homepage": "https://twig.symfony.com",
308 "keywords": [
309 "templating"
310 ],
311 "support": {
312 "issues": "https://github.com/twigphp/Twig/issues",
313 "source": "https://github.com/twigphp/Twig/tree/v3.24.0"
314 },
315 "funding": [
316 {
317 "url": "https://github.com/fabpot",
318 "type": "github"
319 },
320 {
321 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
322 "type": "tidelift"
323 }
324 ],
325 "install-path": "../twig/twig"
326 }
327 ],
328 "dev": true,
329 "dev-package-names": []
330 }
331