Browse code

Initial commit

Benjamin Roth authored on15/10/2024 15:41:03
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,355 @@
1
+{
2
+    "_readme": [
3
+        "This file locks the dependencies of your project to a known state",
4
+        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
+        "This file is @generated automatically"
6
+    ],
7
+    "content-hash": "dfbce4e9ae46a0d37dd10d37b3deb4a2",
8
+    "packages": [
9
+        {
10
+            "name": "contao/easy-coding-standard",
11
+            "version": "5.3.1",
12
+            "source": {
13
+                "type": "git",
14
+                "url": "https://github.com/contao/easy-coding-standard.git",
15
+                "reference": "e884b3f3f8b64b6d198887dfcfd2bf7890cba2e3"
16
+            },
17
+            "dist": {
18
+                "type": "zip",
19
+                "url": "https://api.github.com/repos/contao/easy-coding-standard/zipball/e884b3f3f8b64b6d198887dfcfd2bf7890cba2e3",
20
+                "reference": "e884b3f3f8b64b6d198887dfcfd2bf7890cba2e3",
21
+                "shasum": ""
22
+            },
23
+            "require": {
24
+                "php": "^7.4 || ^8.0",
25
+                "slevomat/coding-standard": "^7.0",
26
+                "symplify/easy-coding-standard": "^10.0"
27
+            },
28
+            "require-dev": {
29
+                "phpunit/phpunit": "^9.5"
30
+            },
31
+            "type": "library",
32
+            "autoload": {
33
+                "psr-4": {
34
+                    "Contao\\EasyCodingStandard\\": "src/"
35
+                }
36
+            },
37
+            "notification-url": "https://packagist.org/downloads/",
38
+            "license": [
39
+                "LGPL-3.0-or-later"
40
+            ],
41
+            "authors": [
42
+                {
43
+                    "name": "Leo Feyer",
44
+                    "homepage": "https://github.com/leofeyer"
45
+                }
46
+            ],
47
+            "description": "EasyCodingStandard configurations for Contao",
48
+            "support": {
49
+                "issues": "https://github.com/contao/easy-coding-standard/issues",
50
+                "source": "https://github.com/contao/easy-coding-standard/tree/5.3.1"
51
+            },
52
+            "time": "2022-05-23T11:52:14+00:00"
53
+        },
54
+        {
55
+            "name": "dealerdirect/phpcodesniffer-composer-installer",
56
+            "version": "v0.7.2",
57
+            "source": {
58
+                "type": "git",
59
+                "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
60
+                "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
61
+            },
62
+            "dist": {
63
+                "type": "zip",
64
+                "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
65
+                "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
66
+                "shasum": ""
67
+            },
68
+            "require": {
69
+                "composer-plugin-api": "^1.0 || ^2.0",
70
+                "php": ">=5.3",
71
+                "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
72
+            },
73
+            "require-dev": {
74
+                "composer/composer": "*",
75
+                "php-parallel-lint/php-parallel-lint": "^1.3.1",
76
+                "phpcompatibility/php-compatibility": "^9.0"
77
+            },
78
+            "type": "composer-plugin",
79
+            "extra": {
80
+                "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
81
+            },
82
+            "autoload": {
83
+                "psr-4": {
84
+                    "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
85
+                }
86
+            },
87
+            "notification-url": "https://packagist.org/downloads/",
88
+            "license": [
89
+                "MIT"
90
+            ],
91
+            "authors": [
92
+                {
93
+                    "name": "Franck Nijhof",
94
+                    "email": "franck.nijhof@dealerdirect.com",
95
+                    "homepage": "http://www.frenck.nl",
96
+                    "role": "Developer / IT Manager"
97
+                },
98
+                {
99
+                    "name": "Contributors",
100
+                    "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
101
+                }
102
+            ],
103
+            "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
104
+            "homepage": "http://www.dealerdirect.com",
105
+            "keywords": [
106
+                "PHPCodeSniffer",
107
+                "PHP_CodeSniffer",
108
+                "code quality",
109
+                "codesniffer",
110
+                "composer",
111
+                "installer",
112
+                "phpcbf",
113
+                "phpcs",
114
+                "plugin",
115
+                "qa",
116
+                "quality",
117
+                "standard",
118
+                "standards",
119
+                "style guide",
120
+                "stylecheck",
121
+                "tests"
122
+            ],
123
+            "support": {
124
+                "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
125
+                "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
126
+            },
127
+            "time": "2022-02-04T12:51:07+00:00"
128
+        },
129
+        {
130
+            "name": "phpstan/phpdoc-parser",
131
+            "version": "1.6.0",
132
+            "source": {
133
+                "type": "git",
134
+                "url": "https://github.com/phpstan/phpdoc-parser.git",
135
+                "reference": "3cb62d10845338136ff4ba299ab0986bbf84ba77"
136
+            },
137
+            "dist": {
138
+                "type": "zip",
139
+                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/3cb62d10845338136ff4ba299ab0986bbf84ba77",
140
+                "reference": "3cb62d10845338136ff4ba299ab0986bbf84ba77",
141
+                "shasum": ""
142
+            },
143
+            "require": {
144
+                "php": "^7.2 || ^8.0"
145
+            },
146
+            "require-dev": {
147
+                "php-parallel-lint/php-parallel-lint": "^1.2",
148
+                "phpstan/extension-installer": "^1.0",
149
+                "phpstan/phpstan": "^1.5",
150
+                "phpstan/phpstan-strict-rules": "^1.0",
151
+                "phpunit/phpunit": "^9.5",
152
+                "symfony/process": "^5.2"
153
+            },
154
+            "type": "library",
155
+            "autoload": {
156
+                "psr-4": {
157
+                    "PHPStan\\PhpDocParser\\": [
158
+                        "src/"
159
+                    ]
160
+                }
161
+            },
162
+            "notification-url": "https://packagist.org/downloads/",
163
+            "license": [
164
+                "MIT"
165
+            ],
166
+            "description": "PHPDoc parser with support for nullable, intersection and generic types",
167
+            "support": {
168
+                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
169
+                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.6.0"
170
+            },
171
+            "time": "2022-06-09T09:45:59+00:00"
172
+        },
173
+        {
174
+            "name": "slevomat/coding-standard",
175
+            "version": "7.2.1",
176
+            "source": {
177
+                "type": "git",
178
+                "url": "https://github.com/slevomat/coding-standard.git",
179
+                "reference": "aff06ae7a84e4534bf6f821dc982a93a5d477c90"
180
+            },
181
+            "dist": {
182
+                "type": "zip",
183
+                "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/aff06ae7a84e4534bf6f821dc982a93a5d477c90",
184
+                "reference": "aff06ae7a84e4534bf6f821dc982a93a5d477c90",
185
+                "shasum": ""
186
+            },
187
+            "require": {
188
+                "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
189
+                "php": "^7.2 || ^8.0",
190
+                "phpstan/phpdoc-parser": "^1.5.1",
191
+                "squizlabs/php_codesniffer": "^3.6.2"
192
+            },
193
+            "require-dev": {
194
+                "phing/phing": "2.17.3",
195
+                "php-parallel-lint/php-parallel-lint": "1.3.2",
196
+                "phpstan/phpstan": "1.4.10|1.7.1",
197
+                "phpstan/phpstan-deprecation-rules": "1.0.0",
198
+                "phpstan/phpstan-phpunit": "1.0.0|1.1.1",
199
+                "phpstan/phpstan-strict-rules": "1.2.3",
200
+                "phpunit/phpunit": "7.5.20|8.5.21|9.5.20"
201
+            },
202
+            "type": "phpcodesniffer-standard",
203
+            "extra": {
204
+                "branch-alias": {
205
+                    "dev-master": "7.x-dev"
206
+                }
207
+            },
208
+            "autoload": {
209
+                "psr-4": {
210
+                    "SlevomatCodingStandard\\": "SlevomatCodingStandard"
211
+                }
212
+            },
213
+            "notification-url": "https://packagist.org/downloads/",
214
+            "license": [
215
+                "MIT"
216
+            ],
217
+            "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
218
+            "support": {
219
+                "issues": "https://github.com/slevomat/coding-standard/issues",
220
+                "source": "https://github.com/slevomat/coding-standard/tree/7.2.1"
221
+            },
222
+            "funding": [
223
+                {
224
+                    "url": "https://github.com/kukulich",
225
+                    "type": "github"
226
+                },
227
+                {
228
+                    "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
229
+                    "type": "tidelift"
230
+                }
231
+            ],
232
+            "time": "2022-05-25T10:58:12+00:00"
233
+        },
234
+        {
235
+            "name": "squizlabs/php_codesniffer",
236
+            "version": "3.6.2",
237
+            "source": {
238
+                "type": "git",
239
+                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
240
+                "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
241
+            },
242
+            "dist": {
243
+                "type": "zip",
244
+                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
245
+                "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
246
+                "shasum": ""
247
+            },
248
+            "require": {
249
+                "ext-simplexml": "*",
250
+                "ext-tokenizer": "*",
251
+                "ext-xmlwriter": "*",
252
+                "php": ">=5.4.0"
253
+            },
254
+            "require-dev": {
255
+                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
256
+            },
257
+            "bin": [
258
+                "bin/phpcs",
259
+                "bin/phpcbf"
260
+            ],
261
+            "type": "library",
262
+            "extra": {
263
+                "branch-alias": {
264
+                    "dev-master": "3.x-dev"
265
+                }
266
+            },
267
+            "notification-url": "https://packagist.org/downloads/",
268
+            "license": [
269
+                "BSD-3-Clause"
270
+            ],
271
+            "authors": [
272
+                {
273
+                    "name": "Greg Sherwood",
274
+                    "role": "lead"
275
+                }
276
+            ],
277
+            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
278
+            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
279
+            "keywords": [
280
+                "phpcs",
281
+                "standards"
282
+            ],
283
+            "support": {
284
+                "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
285
+                "source": "https://github.com/squizlabs/PHP_CodeSniffer",
286
+                "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
287
+            },
288
+            "time": "2021-12-12T21:44:58+00:00"
289
+        },
290
+        {
291
+            "name": "symplify/easy-coding-standard",
292
+            "version": "10.2.11",
293
+            "source": {
294
+                "type": "git",
295
+                "url": "https://github.com/symplify/easy-coding-standard.git",
296
+                "reference": "20899c6ed601ec426d9e8311798abb3166496cac"
297
+            },
298
+            "dist": {
299
+                "type": "zip",
300
+                "url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/20899c6ed601ec426d9e8311798abb3166496cac",
301
+                "reference": "20899c6ed601ec426d9e8311798abb3166496cac",
302
+                "shasum": ""
303
+            },
304
+            "require": {
305
+                "php": ">=7.2"
306
+            },
307
+            "conflict": {
308
+                "friendsofphp/php-cs-fixer": "<3.0",
309
+                "squizlabs/php_codesniffer": "<3.6"
310
+            },
311
+            "bin": [
312
+                "bin/ecs"
313
+            ],
314
+            "type": "library",
315
+            "extra": {
316
+                "branch-alias": {
317
+                    "dev-main": "10.3-dev"
318
+                }
319
+            },
320
+            "autoload": {
321
+                "files": [
322
+                    "bootstrap.php"
323
+                ]
324
+            },
325
+            "notification-url": "https://packagist.org/downloads/",
326
+            "license": [
327
+                "MIT"
328
+            ],
329
+            "description": "Prefixed scoped version of ECS package",
330
+            "support": {
331
+                "source": "https://github.com/symplify/easy-coding-standard/tree/10.2.11"
332
+            },
333
+            "funding": [
334
+                {
335
+                    "url": "https://www.paypal.me/rectorphp",
336
+                    "type": "custom"
337
+                },
338
+                {
339
+                    "url": "https://github.com/tomasvotruba",
340
+                    "type": "github"
341
+                }
342
+            ],
343
+            "time": "2022-06-07T07:47:12+00:00"
344
+        }
345
+    ],
346
+    "packages-dev": [],
347
+    "aliases": [],
348
+    "minimum-stability": "stable",
349
+    "stability-flags": [],
350
+    "prefer-stable": false,
351
+    "prefer-lowest": false,
352
+    "platform": [],
353
+    "platform-dev": [],
354
+    "plugin-api-version": "2.3.0"
355
+}