Newer
Older
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"classmap": ["src/"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["BSD-3-Clause"],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",

Yassine Doghri
committed
"source": "https://github.com/sebastianbergmann/type/tree/2.3.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],

Yassine Doghri
committed
"time": "2021-06-15T12:49:02+00:00"
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
},
{
"name": "sebastian/version",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "c6c1022351a901512170118436c764e473f6de8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
"reference": "c6c1022351a901512170118436c764e473f6de8c",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": ["src/"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["BSD-3-Clause"],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T06:39:44+00:00"
},
{
"name": "sebastianfeldmann/camino",

Yassine Doghri
committed
"version": "0.9.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianfeldmann/camino.git",

Yassine Doghri
committed
"reference": "bf2e4c8b2a029e9eade43666132b61331e3e8184"

Yassine Doghri
committed
"url": "https://api.github.com/repos/sebastianfeldmann/camino/zipball/bf2e4c8b2a029e9eade43666132b61331e3e8184",
"reference": "bf2e4c8b2a029e9eade43666132b61331e3e8184",
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"SebastianFeldmann\\Camino\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{
"name": "Sebastian Feldmann",
"email": "sf@sebastian-feldmann.info"
}
],
"description": "Path management the OO way",
"homepage": "https://github.com/sebastianfeldmann/camino",
"keywords": ["file system", "path"],
"support": {
"issues": "https://github.com/sebastianfeldmann/camino/issues",

Yassine Doghri
committed
"source": "https://github.com/sebastianfeldmann/camino/tree/0.9.5"
},
"funding": [
{
"url": "https://github.com/sebastianfeldmann",
"type": "github"
}
],

Yassine Doghri
committed
"time": "2022-01-03T13:15:10+00:00"
},
{
"name": "sebastianfeldmann/cli",

Yassine Doghri
committed
"version": "3.4.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianfeldmann/cli.git",

Yassine Doghri
committed
"reference": "8a932e99e9455981fb32fa6c085492462fe8f8cf"

Yassine Doghri
committed
"url": "https://api.github.com/repos/sebastianfeldmann/cli/zipball/8a932e99e9455981fb32fa6c085492462fe8f8cf",
"reference": "8a932e99e9455981fb32fa6c085492462fe8f8cf",
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"require-dev": {
"symfony/process": "^4.3 | ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4.x-dev"
}
},
"autoload": {
"psr-4": {
"SebastianFeldmann\\Cli\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{
"name": "Sebastian Feldmann",
"email": "sf@sebastian-feldmann.info"
}
],
"description": "PHP cli helper classes",
"homepage": "https://github.com/sebastianfeldmann/cli",
"keywords": ["cli"],
"support": {
"issues": "https://github.com/sebastianfeldmann/cli/issues",

Yassine Doghri
committed
"source": "https://github.com/sebastianfeldmann/cli/tree/3.4.1"
},
"funding": [
{
"url": "https://github.com/sebastianfeldmann",
"type": "github"
}
],

Yassine Doghri
committed
"time": "2021-12-20T14:59:49+00:00"
},
{
"name": "sebastianfeldmann/git",

Yassine Doghri
committed
"version": "3.8.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianfeldmann/git.git",

Yassine Doghri
committed
"reference": "e30b5ed4a87c6b16339bfc6a79c141aba83bade4"

Yassine Doghri
committed
"url": "https://api.github.com/repos/sebastianfeldmann/git/zipball/e30b5ed4a87c6b16339bfc6a79c141aba83bade4",
"reference": "e30b5ed4a87c6b16339bfc6a79c141aba83bade4",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-xml": "*",
"php": ">=7.2",
"sebastianfeldmann/cli": "^3.0"
},

Yassine Doghri
committed
"require-dev": {
"mikey179/vfsstream": "^1.6"
},
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"autoload": {
"psr-4": {
"SebastianFeldmann\\Git\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{
"name": "Sebastian Feldmann",
"email": "sf@sebastian-feldmann.info"
}
],
"description": "PHP git wrapper",
"homepage": "https://github.com/sebastianfeldmann/git",
"keywords": ["git"],
"support": {
"issues": "https://github.com/sebastianfeldmann/git/issues",

Yassine Doghri
committed
"source": "https://github.com/sebastianfeldmann/git/tree/3.8.2"
},
"funding": [
{
"url": "https://github.com/sebastianfeldmann",
"type": "github"
}
],

Yassine Doghri
committed
"time": "2022-02-17T19:43:52+00:00"
},
{
"name": "symfony/config",

Yassine Doghri
committed
"version": "v6.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",

Yassine Doghri
committed
"reference": "c14f32ae4cd2a3c29d8825c5093463ac08ade7d8"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symfony/config/zipball/c14f32ae4cd2a3c29d8825c5093463ac08ade7d8",
"reference": "c14f32ae4cd2a3c29d8825c5093463ac08ade7d8",

Yassine Doghri
committed
"php": ">=8.0.2",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/filesystem": "^5.4|^6.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php81": "^1.22"
},
"conflict": {
"symfony/finder": "<4.4"
},
"require-dev": {

Yassine Doghri
committed
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/messenger": "^5.4|^6.0",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/yaml": "^5.4|^6.0"
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
},
"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": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {

Yassine Doghri
committed
"source": "https://github.com/symfony/config/tree/v6.0.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"
}
],

Yassine Doghri
committed
"time": "2022-01-03T09:53:43+00:00"
},
{
"name": "symfony/console",

Yassine Doghri
committed
"version": "v6.0.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",

Yassine Doghri
committed
"reference": "3bebf4108b9e07492a2a4057d207aa5a77d146b1"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symfony/console/zipball/3bebf4108b9e07492a2a4057d207aa5a77d146b1",
"reference": "3bebf4108b9e07492a2a4057d207aa5a77d146b1",

Yassine Doghri
committed
"php": ">=8.0.2",

Yassine Doghri
committed
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.4|^6.0"

Yassine Doghri
committed
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"

Yassine Doghri
committed
"psr/log-implementation": "1.0|2.0|3.0"

Yassine Doghri
committed
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/lock": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"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": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"keywords": ["cli", "command line", "console", "terminal"],
"support": {

Yassine Doghri
committed
"source": "https://github.com/symfony/console/tree/v6.0.5"
},
"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"
}
],

Yassine Doghri
committed
"time": "2022-02-25T10:48:52+00:00"
},
{
"name": "symfony/dependency-injection",

Yassine Doghri
committed
"version": "v6.0.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",

Yassine Doghri
committed
"reference": "481846cbd2441cf3444340ee53486fc24da525bd"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/481846cbd2441cf3444340ee53486fc24da525bd",
"reference": "481846cbd2441cf3444340ee53486fc24da525bd",

Yassine Doghri
committed
"php": ">=8.0.2",
"psr/container": "^1.1|^2.0",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php81": "^1.22",
"symfony/service-contracts": "^1.1.6|^2.0|^3.0"
},
"conflict": {
"ext-psr": "<1.1|>=2",

Yassine Doghri
committed
"symfony/config": "<5.4",
"symfony/finder": "<5.4",
"symfony/proxy-manager-bridge": "<5.4",
"symfony/yaml": "<5.4"

Yassine Doghri
committed
"psr/container-implementation": "1.1|2.0",
"symfony/service-implementation": "1.1|2.0|3.0"

Yassine Doghri
committed
"symfony/config": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0"
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
},
"suggest": {
"symfony/config": "",
"symfony/expression-language": "For using expressions in service container configuration",
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""
},
"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": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {

Yassine Doghri
committed
"source": "https://github.com/symfony/dependency-injection/tree/v6.0.5"
},
"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"
}
],

Yassine Doghri
committed
"time": "2022-02-24T10:01:27+00:00"
},
{
"name": "symfony/event-dispatcher",

Yassine Doghri
committed
"version": "v6.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",

Yassine Doghri
committed
"reference": "6472ea2dd415e925b90ca82be64b8bc6157f3934"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6472ea2dd415e925b90ca82be64b8bc6157f3934",
"reference": "6472ea2dd415e925b90ca82be64b8bc6157f3934",

Yassine Doghri
committed
"php": ">=8.0.2",
"symfony/event-dispatcher-contracts": "^2|^3"

Yassine Doghri
committed
"symfony/dependency-injection": "<5.4"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",

Yassine Doghri
committed
"symfony/event-dispatcher-implementation": "2.0|3.0"

Yassine Doghri
committed
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/error-handler": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/stopwatch": "^5.4|^6.0"
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"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 tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {

Yassine Doghri
committed
"source": "https://github.com/symfony/event-dispatcher/tree/v6.0.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"
}
],

Yassine Doghri
committed
"time": "2022-01-02T09:55:41+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",

Yassine Doghri
committed
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",

Yassine Doghri
committed
"reference": "aa5422287b75594b90ee9cd807caf8f0df491385"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/aa5422287b75594b90ee9cd807caf8f0df491385",
"reference": "aa5422287b75594b90ee9cd807caf8f0df491385",

Yassine Doghri
committed
"php": ">=8.0.2",
"psr/event-dispatcher": "^1"
},
"suggest": {
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {

Yassine Doghri
committed
"dev-main": "3.0-dev"
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"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 dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {

Yassine Doghri
committed
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.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"
}
],

Yassine Doghri
committed
"time": "2021-07-15T12:33:35+00:00"
},
{
"name": "symfony/filesystem",

Yassine Doghri
committed
"version": "v6.0.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",

Yassine Doghri
committed
"reference": "6646c13f787057d64701a3a0235cf9567c6ccbbd"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symfony/filesystem/zipball/6646c13f787057d64701a3a0235cf9567c6ccbbd",
"reference": "6646c13f787057d64701a3a0235cf9567c6ccbbd",

Yassine Doghri
committed
"php": ">=8.0.2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8"
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"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 basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {

Yassine Doghri
committed
"source": "https://github.com/symfony/filesystem/tree/v6.0.5"
},
"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"
}
],

Yassine Doghri
committed
"time": "2022-02-28T07:42:30+00:00"
},
{
"name": "symfony/finder",

Yassine Doghri
committed
"version": "v6.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",

Yassine Doghri
committed
"reference": "8661b74dbabc23223f38c9b99d3f8ade71170430"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symfony/finder/zipball/8661b74dbabc23223f38c9b99d3f8ade71170430",
"reference": "8661b74dbabc23223f38c9b99d3f8ade71170430",

Yassine Doghri
committed
"php": ">=8.0.2"
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"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": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {

Yassine Doghri
committed
"source": "https://github.com/symfony/finder/tree/v6.0.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"
}
],

Yassine Doghri
committed
"time": "2022-01-26T17:23:29+00:00"

Yassine Doghri
committed
"name": "symfony/options-resolver",
"version": "v6.0.3",

Yassine Doghri
committed
"url": "https://github.com/symfony/options-resolver.git",
"reference": "51f7006670febe4cbcbae177cbffe93ff833250d"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/51f7006670febe4cbcbae177cbffe93ff833250d",
"reference": "51f7006670febe4cbcbae177cbffe93ff833250d",

Yassine Doghri
committed
"php": ">=8.0.2",
"symfony/deprecation-contracts": "^2.1|^3"
},
"type": "library",
"autoload": {
"psr-4": {

Yassine Doghri
committed
"Symfony\\Component\\OptionsResolver\\": ""
},
"exclude-from-classmap": ["/Tests/"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{

Yassine Doghri
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],

Yassine Doghri
committed
"description": "Provides an improved replacement for the array_replace PHP function",

Yassine Doghri
committed
"keywords": ["config", "configuration", "options"],

Yassine Doghri
committed
"source": "https://github.com/symfony/options-resolver/tree/v6.0.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"
}
],

Yassine Doghri
committed
"time": "2022-01-02T09:55:41+00:00"

Yassine Doghri
committed
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.24.0",

Yassine Doghri
committed
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783",

Yassine Doghri
committed
"php": ">=7.1"

Yassine Doghri
committed
"ext-intl": "For best performance"

Yassine Doghri
committed
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},

Yassine Doghri
committed
"files": ["bootstrap.php"],

Yassine Doghri
committed
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{

Yassine Doghri
committed
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],

Yassine Doghri
committed
"description": "Symfony polyfill for intl's grapheme_* functions",

Yassine Doghri
committed
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],

Yassine Doghri
committed
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.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"
}
],

Yassine Doghri
committed
"time": "2021-11-23T21:10:46+00:00"

Yassine Doghri
committed
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.24.0",

Yassine Doghri
committed
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",

Yassine Doghri
committed
"php": ">=7.1"

Yassine Doghri
committed
"ext-intl": "For best performance"

Yassine Doghri
committed
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},

Yassine Doghri
committed
"files": ["bootstrap.php"],

Yassine Doghri
committed
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""

Yassine Doghri
committed
"classmap": ["Resources/stubs"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{

Yassine Doghri
committed
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],

Yassine Doghri
committed
"description": "Symfony polyfill for intl's Normalizer class and related functions",

Yassine Doghri
committed
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],

Yassine Doghri
committed
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.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"
}
],

Yassine Doghri
committed
"time": "2021-02-19T12:13:01+00:00"

Yassine Doghri
committed
},

Yassine Doghri
committed
"version": "v6.0.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",

Yassine Doghri
committed
"reference": "1ccceccc6497e96f4f646218f04b97ae7d9fa7a1"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symfony/process/zipball/1ccceccc6497e96f4f646218f04b97ae7d9fa7a1",
"reference": "1ccceccc6497e96f4f646218f04b97ae7d9fa7a1",

Yassine Doghri
committed
"php": ">=8.0.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": ["/Tests/"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{