Newer
Older
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"description": "Dependency Injection, Console and Kernel toolkit for Symplify packages.",
"support": {

Yassine Doghri
committed
"source": "https://github.com/symplify/package-builder/tree/main"
},
"funding": [
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],

Yassine Doghri
committed
"time": "2021-06-10T09:30:06+00:00"
},
{
"name": "symplify/phpstan-extensions",

Yassine Doghri
committed
"version": "v9.3.21",
"source": {
"type": "git",
"url": "https://github.com/symplify/phpstan-extensions.git",

Yassine Doghri
committed
"reference": "e9c83ac50fe205f28bece8013d92f5a9130dc3d6"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symplify/phpstan-extensions/zipball/e9c83ac50fe205f28bece8013d92f5a9130dc3d6",
"reference": "e9c83ac50fe205f28bece8013d92f5a9130dc3d6",

Yassine Doghri
committed
"php": ">=7.3",
"phpstan/phpstan": "^0.12.88",
"symplify/astral": "^9.3.21",
"symplify/package-builder": "^9.3.21",
"symplify/smart-file-system": "^9.3.21"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "phpstan-extension",
"extra": {
"branch-alias": {

Yassine Doghri
committed
"dev-main": "9.4-dev"
},
"phpstan": {
"includes": ["config/config.neon"]
}
},
"autoload": {
"psr-4": {
"Symplify\\PHPStanExtensions\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"description": "Pre-escaped error messages in 'symplify' error format, container aware test case and other useful extensions for PHPStan",
"support": {

Yassine Doghri
committed
"source": "https://github.com/symplify/phpstan-extensions/tree/v9.3.21"
},
"funding": [
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],

Yassine Doghri
committed
"time": "2021-06-10T08:50:09+00:00"
},
{
"name": "symplify/phpstan-rules",

Yassine Doghri
committed
"version": "v9.3.21",
"source": {
"type": "git",
"url": "https://github.com/symplify/phpstan-rules.git",

Yassine Doghri
committed
"reference": "1fac85aa8621e29af083b49c71d8ce793ca4dd46"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/1fac85aa8621e29af083b49c71d8ce793ca4dd46",
"reference": "1fac85aa8621e29af083b49c71d8ce793ca4dd46",
"shasum": ""
},
"require": {
"nette/utils": "^3.2",

Yassine Doghri
committed
"nikic/php-parser": "4.10.5",
"php": ">=7.3",

Yassine Doghri
committed
"phpstan/phpstan": "^0.12.88",
"symplify/astral": "^9.3.21",
"symplify/composer-json-manipulator": "^9.3.21",
"symplify/package-builder": "^9.3.21",
"symplify/rule-doc-generator-contracts": "^9.3.21",
"symplify/simple-php-doc-parser": "^9.3.21",
"symplify/smart-file-system": "^9.3.21",
"webmozart/assert": "^1.9"
},
"require-dev": {
"nette/application": "^3.1",
"nette/forms": "^3.1",
"phpunit/phpunit": "^9.5",

Yassine Doghri
committed
"symfony/framework-bundle": "^4.4|^5.2",
"symplify/easy-testing": "^9.3.21",
"symplify/phpstan-extensions": "^9.3.21",
"symplify/rule-doc-generator": "^9.3.21"
},
"type": "phpstan-extension",
"extra": {
"branch-alias": {

Yassine Doghri
committed
"dev-main": "9.4-dev"
},
"phpstan": {
"includes": [
"config/services/services.neon",
"packages/cognitive-complexity/config/cognitive-complexity-services.neon",
"packages/object-calisthenics/config/object-calisthenics-services.neon"
]
}
},
"autoload": {
"psr-4": {
"Symplify\\PHPStanRules\\": "src",
"Symplify\\PHPStanRules\\CognitiveComplexity\\": "packages/cognitive-complexity/src",
"Symplify\\PHPStanRules\\ObjectCalisthenics\\": "packages/object-calisthenics/src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"description": "Set of Symplify rules for PHPStan",
"support": {

Yassine Doghri
committed
"source": "https://github.com/symplify/phpstan-rules/tree/v9.3.21"
},
"funding": [
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],

Yassine Doghri
committed
"time": "2021-06-10T08:50:10+00:00"
},
{
"name": "symplify/rule-doc-generator-contracts",

Yassine Doghri
committed
"version": "v9.3.22",
"source": {
"type": "git",
"url": "https://github.com/symplify/rule-doc-generator-contracts.git",

Yassine Doghri
committed
"reference": "a6f944a49198ed3260bc941533629e917137e476"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symplify/rule-doc-generator-contracts/zipball/a6f944a49198ed3260bc941533629e917137e476",
"reference": "a6f944a49198ed3260bc941533629e917137e476",

Yassine Doghri
committed
"danielstjules/stringy": "^3.1",

Yassine Doghri
committed
"php": ">=7.3"
},
"type": "library",
"extra": {
"branch-alias": {

Yassine Doghri
committed
"dev-main": "9.4-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\RuleDocGenerator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"description": "Contracts for production code of RuleDocGenerator",
"support": {

Yassine Doghri
committed
"source": "https://github.com/symplify/rule-doc-generator-contracts/tree/v9.3.22"
},
"funding": [
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],

Yassine Doghri
committed
"time": "2021-06-06T16:17:29+00:00"

Yassine Doghri
committed
},
{
"name": "symplify/simple-php-doc-parser",

Yassine Doghri
committed
"version": "v9.3.21",

Yassine Doghri
committed
"source": {
"type": "git",
"url": "https://github.com/symplify/simple-php-doc-parser.git",

Yassine Doghri
committed
"reference": "5668608067a6ee4f0513348bdb46319617288ce1"

Yassine Doghri
committed
},
"dist": {
"type": "zip",

Yassine Doghri
committed
"url": "https://api.github.com/repos/symplify/simple-php-doc-parser/zipball/5668608067a6ee4f0513348bdb46319617288ce1",
"reference": "5668608067a6ee4f0513348bdb46319617288ce1",

Yassine Doghri
committed
"shasum": ""
},
"require": {

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

Yassine Doghri
committed
"phpstan/phpdoc-parser": "^0.5",

Yassine Doghri
committed
"symfony/config": "^4.4|^5.2",
"symfony/dependency-injection": "^5.2",
"symfony/http-kernel": "^4.4|^5.2",
"symplify/package-builder": "^9.3.21"

Yassine Doghri
committed
},
"require-dev": {
"phpunit/phpunit": "^9.5",

Yassine Doghri
committed
"symplify/easy-testing": "^9.3.21"

Yassine Doghri
committed
},
"type": "library",
"extra": {
"branch-alias": {

Yassine Doghri
committed
"dev-main": "9.4-dev"

Yassine Doghri
committed
}
},
"autoload": {
"psr-4": {
"Symplify\\SimplePhpDocParser\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"description": "Service integration of phpstan/phpdoc-parser, with few extra goodies for practical simple use",
"support": {

Yassine Doghri
committed
"source": "https://github.com/symplify/simple-php-doc-parser/tree/v9.3.21"

Yassine Doghri
committed
},
"funding": [
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],

Yassine Doghri
committed
"time": "2021-06-10T08:50:34+00:00"
},
{
"name": "symplify/smart-file-system",

Yassine Doghri
committed
"version": "v9.3.22",
"source": {
"type": "git",
"url": "https://github.com/symplify/smart-file-system.git",

Yassine Doghri
committed
"reference": "a2a8d39fe46b01ead8d2af7368b0b36b68fac979"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symplify/smart-file-system/zipball/a2a8d39fe46b01ead8d2af7368b0b36b68fac979",
"reference": "a2a8d39fe46b01ead8d2af7368b0b36b68fac979",
"shasum": ""
},
"require": {
"nette/utils": "^3.2",

Yassine Doghri
committed
"php": ">=7.3",
"symfony/filesystem": "^4.4|^5.2",
"symfony/finder": "^4.4|^5.2"
},
"require-dev": {
"nette/finder": "^2.5",
"phpunit/phpunit": "^9.5"
},
"type": "library",
"extra": {
"branch-alias": {

Yassine Doghri
committed
"dev-main": "9.4-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\SmartFileSystem\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"description": "Sanitized FileInfo with safe getRealPath() and other handy methods",
"support": {

Yassine Doghri
committed
"source": "https://github.com/symplify/smart-file-system/tree/v9.3.22"
},
"funding": [
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],

Yassine Doghri
committed
"time": "2021-05-20T20:16:49+00:00"
},
{
"name": "symplify/symplify-kernel",

Yassine Doghri
committed
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symplify/symplify-kernel.git",

Yassine Doghri
committed
"reference": "966602555962ef929214be2459bfeef3d0ceb114"

Yassine Doghri
committed
"url": "https://api.github.com/repos/symplify/symplify-kernel/zipball/966602555962ef929214be2459bfeef3d0ceb114",
"reference": "966602555962ef929214be2459bfeef3d0ceb114",

Yassine Doghri
committed
"php": ">=7.3",
"symfony/console": "^4.4|^5.2",
"symfony/dependency-injection": "^5.2",
"symfony/http-kernel": "^4.4|^5.2",
"symplify/autowire-array-parameter": "^9.3.22",
"symplify/composer-json-manipulator": "^9.3.22",
"symplify/package-builder": "^9.3.22",
"symplify/smart-file-system": "^9.3.22"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},

Yassine Doghri
committed
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {

Yassine Doghri
committed
"dev-main": "9.4-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\SymplifyKernel\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"description": "Internal Kernel for Symplify packages",
"support": {

Yassine Doghri
committed
"source": "https://github.com/symplify/symplify-kernel/tree/main"

Yassine Doghri
committed
"time": "2021-06-10T09:29:50+00:00"

Yassine Doghri
committed
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",

Yassine Doghri
committed
"reference": "75a63c33a8577608444246075ea0af0d052e452a"

Yassine Doghri
committed
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
"reference": "75a63c33a8577608444246075ea0af0d052e452a",
7367
7368
7369
7370
7371
7372
7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
7389
7390
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": ["src/"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["BSD-3-Clause"],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",

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

Yassine Doghri
committed
"time": "2020-07-12T23:59:07+00:00"
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
{
"name": "webmozart/assert",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": ["MIT"],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": ["assert", "check", "validate"],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
},
"time": "2021-03-09T10:59:23+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"james-heinrich/getid3": 20,
"myth/auth": 20,
"codeigniter4/codeigniter4": 20,
"michalsn/codeigniter4-uuid": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^8.0"
},
"platform-dev": [],

Yassine Doghri
committed
"plugin-api-version": "2.0.0"