Newer
Older
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
},
"files": ["bootstrap.php"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-27T12:26:48+00:00"
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"files": ["bootstrap.php"],
"classmap": ["Resources/stubs"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-02-19T12:13:01+00:00"
},

Yassine Doghri
committed
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
{
"name": "symfony/polyfill-php72",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": ["bootstrap.php"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": ["compatibility", "polyfill", "portable", "shim"],
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-27T09:17:38+00:00"
},
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
{
"name": "symfony/polyfill-php73",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"files": ["bootstrap.php"],
"classmap": ["Resources/stubs"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": ["compatibility", "polyfill", "portable", "shim"],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-02-19T12:13:01+00:00"
},
{
"name": "symfony/process",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "d16634ee55b895bd85ec714dadc58e4428ecf030"
"url": "https://api.github.com/repos/symfony/process/zipball/d16634ee55b895bd85ec714dadc58e4428ecf030",
"reference": "d16634ee55b895bd85ec714dadc58e4428ecf030",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": ["/Tests/"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v5.3.4"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-07-23T15:54:19+00:00"
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
},
{
"name": "symfony/service-contracts",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-04-01T10:43:52+00:00"
},

Yassine Doghri
committed
{
"name": "symfony/stopwatch",

Yassine Doghri
committed
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
"reference": "b24c6a92c6db316fee69e38c80591e080e41536c"

Yassine Doghri
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/b24c6a92c6db316fee69e38c80591e080e41536c",
"reference": "b24c6a92c6db316fee69e38c80591e080e41536c",

Yassine Doghri
committed
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
6440
6441
6442
6443
6444
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/service-contracts": "^1.0|^2"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"exclude-from-classmap": ["/Tests/"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/stopwatch/tree/v5.3.4"

Yassine Doghri
committed
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-07-10T08:58:57+00:00"

Yassine Doghri
committed
},
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1"
"url": "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1",
"reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1",
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "~1.15"
},
"require-dev": {
"symfony/error-handler": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"files": ["Resources/functions.php"],
"exclude-from-classmap": ["/Tests/"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"homepage": "https://symfony.com",
"keywords": ["grapheme", "i18n", "string", "unicode", "utf-8", "utf8"],
"support": {
"source": "https://github.com/symfony/string/tree/v5.3.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-06-27T11:44:38+00:00"
},
{
"name": "symfony/var-dumper",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0"
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0",
"reference": "3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16"
6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"twig/twig": "^2.13|^3.0.4"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
"bin": ["Resources/bin/var-dump-server"],
"type": "library",
"autoload": {
"files": ["Resources/functions/dump.php"],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": ["/Tests/"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
"homepage": "https://symfony.com",
"keywords": ["debug", "dump"],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.3.6"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-07-27T01:56:02+00:00"
},
{
"name": "symplify/astral",
"source": {
"type": "git",
"url": "https://github.com/symplify/astral.git",
"reference": "4e4725517557b19dbf7edb49206b4f61d0110839"
"url": "https://api.github.com/repos/symplify/astral/zipball/4e4725517557b19dbf7edb49206b4f61d0110839",
"reference": "4e4725517557b19dbf7edb49206b4f61d0110839",
"shasum": ""
},
"require": {
"nette/utils": "^3.2",
6626
6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
"nikic/php-parser": "^4.11",
"php": ">=8.0",
"symfony/dependency-injection": "^5.3",
"symfony/http-kernel": "^5.3",
"symplify/autowire-array-parameter": "^9.4.27",
"symplify/package-builder": "^9.4.27"
},
"conflict": {
"symplify/amnesia": "<9.4.27",
"symplify/coding-standard": "<9.4.27",
"symplify/composer-json-manipulator": "<9.4.27",
"symplify/config-transformer": "<9.4.27",
"symplify/console-color-diff": "<9.4.27",
"symplify/console-package-builder": "<9.4.27",
"symplify/easy-ci": "<9.4.27",
"symplify/easy-coding-standard": "<9.4.27",
"symplify/easy-hydrator": "<9.4.27",
"symplify/easy-testing": "<9.4.27",
"symplify/git-wrapper": "<9.4.27",
"symplify/markdown-diff": "<9.4.27",
"symplify/monorepo-builder": "<9.4.27",
"symplify/php-config-printer": "<9.4.27",
"symplify/phpstan-extensions": "<9.4.27",
"symplify/phpstan-rules": "<9.4.27",
"symplify/phpunit-upgrader": "<9.4.27",
"symplify/psr4-switcher": "<9.4.27",
"symplify/rule-doc-generator": "<9.4.27",
"symplify/rule-doc-generator-contracts": "<9.4.27",
"symplify/simple-php-doc-parser": "<9.4.27",
"symplify/skipper": "<9.4.27",
"symplify/smart-file-system": "<9.4.27",
"symplify/symfony-php-config": "<9.4.27",
"symplify/symfony-static-dumper": "<9.4.27",
"symplify/symplify-kernel": "<9.4.27",
"symplify/vendor-patches": "<9.4.27"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symplify/easy-testing": "^9.4.27"
},
"type": "library",
"extra": {
"branch-alias": {
}
},
"autoload": {
"psr-4": {
"Symplify\\Astral\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"description": "Toolking for smart daily work with AST",
"support": {
"source": "https://github.com/symplify/astral/tree/9.4.27"
},
"funding": [
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
"time": "2021-08-11T09:26:14+00:00"
},
{
"name": "symplify/autowire-array-parameter",
"source": {
"type": "git",
"url": "https://github.com/symplify/autowire-array-parameter.git",
"reference": "618fcbfc2f7d45401abc254c509258a883e7cdad"
"url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/618fcbfc2f7d45401abc254c509258a883e7cdad",
"reference": "618fcbfc2f7d45401abc254c509258a883e7cdad",
"shasum": ""
},
"require": {
"nette/utils": "^3.2",
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
"php": ">=8.0",
"symfony/dependency-injection": "^5.3",
"symplify/package-builder": "^9.4.27"
},
"conflict": {
"symplify/amnesia": "<9.4.27",
"symplify/astral": "<9.4.27",
"symplify/coding-standard": "<9.4.27",
"symplify/composer-json-manipulator": "<9.4.27",
"symplify/config-transformer": "<9.4.27",
"symplify/console-color-diff": "<9.4.27",
"symplify/console-package-builder": "<9.4.27",
"symplify/easy-ci": "<9.4.27",
"symplify/easy-coding-standard": "<9.4.27",
"symplify/easy-hydrator": "<9.4.27",
"symplify/easy-testing": "<9.4.27",
"symplify/git-wrapper": "<9.4.27",
"symplify/markdown-diff": "<9.4.27",
"symplify/monorepo-builder": "<9.4.27",
"symplify/php-config-printer": "<9.4.27",
"symplify/phpstan-extensions": "<9.4.27",
"symplify/phpstan-rules": "<9.4.27",
"symplify/phpunit-upgrader": "<9.4.27",
"symplify/psr4-switcher": "<9.4.27",
"symplify/rule-doc-generator": "<9.4.27",
"symplify/rule-doc-generator-contracts": "<9.4.27",
"symplify/simple-php-doc-parser": "<9.4.27",
"symplify/skipper": "<9.4.27",
"symplify/smart-file-system": "<9.4.27",
"symplify/symfony-php-config": "<9.4.27",
"symplify/symfony-static-dumper": "<9.4.27",
"symplify/symplify-kernel": "<9.4.27",
"symplify/vendor-patches": "<9.4.27"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "library",
"extra": {
"branch-alias": {
}
},
"autoload": {
"psr-4": {
"Symplify\\AutowireArrayParameter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"description": "Autowire array parameters for your Symfony applications",
"support": {
"source": "https://github.com/symplify/autowire-array-parameter/tree/9.4.27"
},
"funding": [
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
"time": "2021-08-11T09:26:19+00:00"
},
{
"name": "symplify/coding-standard",
"source": {
"type": "git",
"url": "https://github.com/symplify/coding-standard.git",
"reference": "6b0bedd882dc262666b6b0a4dfc56fb643775939"
"url": "https://api.github.com/repos/symplify/coding-standard/zipball/6b0bedd882dc262666b6b0a4dfc56fb643775939",
"reference": "6b0bedd882dc262666b6b0a4dfc56fb643775939",
"friendsofphp/php-cs-fixer": "^3.0.2",
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
"php": ">=8.0",
"symplify/autowire-array-parameter": "^9.4.27",
"symplify/package-builder": "^9.4.27",
"symplify/rule-doc-generator-contracts": "^9.4.27",
"symplify/symplify-kernel": "^9.4.27"
},
"conflict": {
"symplify/amnesia": "<9.4.27",
"symplify/astral": "<9.4.27",
"symplify/composer-json-manipulator": "<9.4.27",
"symplify/config-transformer": "<9.4.27",
"symplify/console-color-diff": "<9.4.27",
"symplify/console-package-builder": "<9.4.27",
"symplify/easy-ci": "<9.4.27",
"symplify/easy-coding-standard": "<9.4.27",
"symplify/easy-hydrator": "<9.4.27",
"symplify/easy-testing": "<9.4.27",
"symplify/git-wrapper": "<9.4.27",
"symplify/markdown-diff": "<9.4.27",
"symplify/monorepo-builder": "<9.4.27",
"symplify/php-config-printer": "<9.4.27",
"symplify/phpstan-extensions": "<9.4.27",
"symplify/phpstan-rules": "<9.4.27",
"symplify/phpunit-upgrader": "<9.4.27",
"symplify/psr4-switcher": "<9.4.27",
"symplify/rule-doc-generator": "<9.4.27",
"symplify/simple-php-doc-parser": "<9.4.27",
"symplify/skipper": "<9.4.27",
"symplify/smart-file-system": "<9.4.27",
"symplify/symfony-php-config": "<9.4.27",
"symplify/symfony-static-dumper": "<9.4.27",
"symplify/vendor-patches": "<9.4.27"
"nette/application": "^3.1",
"nette/bootstrap": "^3.1",
"phpunit/phpunit": "^9.5",
"symfony/framework-bundle": "^5.3",
"symfony/http-kernel": "^5.3",
"symplify/easy-coding-standard": "^9.4.27",
"symplify/rule-doc-generator": "^9.4.27",
"symplify/smart-file-system": "^9.4.27"
},
"type": "library",
"extra": {
"branch-alias": {
}
},
"autoload": {
"psr-4": {
"Symplify\\CodingStandard\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.",
"support": {
"source": "https://github.com/symplify/coding-standard/tree/9.4.27"
},
"funding": [
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
"time": "2021-08-11T09:26:19+00:00"
},
{
"name": "symplify/composer-json-manipulator",
"source": {
"type": "git",
"url": "https://github.com/symplify/composer-json-manipulator.git",
"reference": "e58bd52830f83689ee641feee3a42e03a1a3b07c"
"url": "https://api.github.com/repos/symplify/composer-json-manipulator/zipball/e58bd52830f83689ee641feee3a42e03a1a3b07c",
"reference": "e58bd52830f83689ee641feee3a42e03a1a3b07c",
"shasum": ""
},
"require": {
"nette/utils": "^3.2",
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915
6916
6917
6918
"php": ">=8.0",
"symfony/config": "^5.3",
"symfony/dependency-injection": "^5.3",
"symfony/filesystem": "^5.3",
"symfony/http-kernel": "^5.3",
"symplify/package-builder": "^9.4.27",
"symplify/smart-file-system": "^9.4.27"
},
"conflict": {
"symplify/amnesia": "<9.4.27",
"symplify/astral": "<9.4.27",
"symplify/autowire-array-parameter": "<9.4.27",
"symplify/coding-standard": "<9.4.27",
"symplify/config-transformer": "<9.4.27",
"symplify/console-color-diff": "<9.4.27",
"symplify/console-package-builder": "<9.4.27",
"symplify/easy-ci": "<9.4.27",
"symplify/easy-coding-standard": "<9.4.27",
"symplify/easy-hydrator": "<9.4.27",
"symplify/easy-testing": "<9.4.27",
"symplify/git-wrapper": "<9.4.27",
"symplify/markdown-diff": "<9.4.27",
"symplify/monorepo-builder": "<9.4.27",
"symplify/php-config-printer": "<9.4.27",
"symplify/phpstan-extensions": "<9.4.27",
"symplify/phpstan-rules": "<9.4.27",
"symplify/phpunit-upgrader": "<9.4.27",
"symplify/psr4-switcher": "<9.4.27",
"symplify/rule-doc-generator": "<9.4.27",
"symplify/rule-doc-generator-contracts": "<9.4.27",
"symplify/simple-php-doc-parser": "<9.4.27",
"symplify/skipper": "<9.4.27",
"symplify/symfony-php-config": "<9.4.27",
"symplify/symfony-static-dumper": "<9.4.27",
"symplify/symplify-kernel": "<9.4.27",
"symplify/vendor-patches": "<9.4.27"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
}
},
"autoload": {
"psr-4": {
"Symplify\\ComposerJsonManipulator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"description": "Package to load, merge and save composer.json file(s)",
"support": {
"source": "https://github.com/symplify/composer-json-manipulator/tree/9.4.27"
},
"funding": [
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
"time": "2021-08-11T09:26:22+00:00"
},
{
"name": "symplify/console-package-builder",
"source": {
"type": "git",
"url": "https://github.com/symplify/console-package-builder.git",
"reference": "90a58661c375d97c3deb8cb4b34b322c8151c205"
"url": "https://api.github.com/repos/symplify/console-package-builder/zipball/90a58661c375d97c3deb8cb4b34b322c8151c205",
"reference": "90a58661c375d97c3deb8cb4b34b322c8151c205",
6967
6968
6969
6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
"php": ">=8.0",
"symfony/console": "^5.3",
"symfony/dependency-injection": "^5.3",
"symplify/symplify-kernel": "^9.4.27"
},
"conflict": {
"symplify/amnesia": "<9.4.27",
"symplify/astral": "<9.4.27",
"symplify/autowire-array-parameter": "<9.4.27",
"symplify/coding-standard": "<9.4.27",
"symplify/composer-json-manipulator": "<9.4.27",
"symplify/config-transformer": "<9.4.27",
"symplify/console-color-diff": "<9.4.27",
"symplify/easy-ci": "<9.4.27",
"symplify/easy-coding-standard": "<9.4.27",
"symplify/easy-hydrator": "<9.4.27",
"symplify/easy-testing": "<9.4.27",
"symplify/git-wrapper": "<9.4.27",
"symplify/markdown-diff": "<9.4.27",
"symplify/monorepo-builder": "<9.4.27",
"symplify/package-builder": "<9.4.27",
"symplify/php-config-printer": "<9.4.27",
"symplify/phpstan-extensions": "<9.4.27",
"symplify/phpstan-rules": "<9.4.27",
"symplify/phpunit-upgrader": "<9.4.27",
"symplify/psr4-switcher": "<9.4.27",
"symplify/rule-doc-generator": "<9.4.27",
"symplify/rule-doc-generator-contracts": "<9.4.27",
"symplify/simple-php-doc-parser": "<9.4.27",
"symplify/skipper": "<9.4.27",
"symplify/smart-file-system": "<9.4.27",
"symplify/symfony-php-config": "<9.4.27",
"symplify/symfony-static-dumper": "<9.4.27",
"symplify/vendor-patches": "<9.4.27"