{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "948d921577429289f9a5892cbcf74a33", "packages": [ { "name": "systopic/system", "version": "dev-main", "dist": { "type": "path", "url": "../../packages/system", "reference": "195fc8fe2a966d182fe6c6a0ce41a381c5dd78bf" }, "require": { "php": "^8.4" }, "type": "library", "autoload": { "psr-4": { "Systopic\\System\\": "src/", "Panels\\": "src/Panels/", "Dom\\": "src/Dom/", "Compat\\": "src/Compat/" }, "files": [] }, "transport-options": { "symlink": true, "relative": true } } ], "packages-dev": [ { "name": "doctrine/deprecations", "version": "1.1.6", "dist": { "type": "path", "url": "../../repositories/doctrine/deprecations", "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { "phpunit/phpunit": "<=7.5 || >=14" }, "require-dev": { "doctrine/coding-standard": "^9 || ^12 || ^14", "phpstan/phpstan": "1.4.10 || 2.1.30", "phpstan/phpstan-phpunit": "^1.0 || ^2", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0", "psr/log": "^1 || ^2 || ^3" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Deprecations\\": "src" } }, "autoload-dev": { "psr-4": { "DeprecationTests\\": "test_fixtures/src", "Doctrine\\Foo\\": "test_fixtures/vendor/doctrine/foo" } }, "license": [ "MIT" ], "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", "homepage": "https://www.doctrine-project.org/", "transport-options": { "symlink": true, "relative": true } }, { "name": "jetbrains/phpstorm-stubs", "version": "v2025.3", "dist": { "type": "path", "url": "../../repositories/jetbrains/phpstorm-stubs", "reference": "d1ee5e570343bd4276a3d5959e6e1c2530b006d0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^v3.86", "nikic/php-parser": "^v5.6", "phpdocumentor/reflection-docblock": "^5.6", "phpunit/phpunit": "^12.3" }, "type": "library", "autoload": { "files": [ "PhpStormStubsMap.php" ] }, "autoload-dev": { "psr-4": { "StubTests\\": "tests/" } }, "scripts": { "cs": [ "php-cs-fixer fix -v --diff --dry-run" ], "cs-fix": [ "php-cs-fixer fix -v --diff" ] }, "license": [ "Apache-2.0" ], "description": "PHP runtime & extensions header files for PhpStorm", "homepage": "https://www.jetbrains.com/phpstorm", "keywords": [ "JetBrains", "PHPStorm", "autocomplete", "code", "inference", "inspection", "stubs", "type" ], "transport-options": { "symlink": true, "relative": true } }, { "name": "phpdocumentor/reflection-common", "version": "2.2.0", "dist": { "type": "path", "url": "../../repositories/phpdocumentor/reflection-common", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "homepage": "http://www.phpdoc.org", "keywords": [ "FQSEN", "phpDocumentor", "phpdoc", "reflection", "static analysis" ], "transport-options": { "symlink": true, "relative": true } }, { "name": "phpdocumentor/reflection-docblock", "version": "6.0.3", "dist": { "type": "path", "url": "../../repositories/phpdocumentor/reflection-docblock", "reference": "7bae67520aa9f5ecc506d646810bd40d9da54582" }, "require": { "doctrine/deprecations": "^1.1", "ext-filter": "*", "php": "^7.4 || ^8.0", "phpdocumentor/reflection-common": "^2.2", "phpdocumentor/type-resolver": "^2.0", "phpstan/phpdoc-parser": "^2.0", "webmozart/assert": "^1.9.1 || ^2" }, "require-dev": { "mockery/mockery": "~1.3.5 || ~1.6.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.8", "phpstan/phpstan-mockery": "^1.1", "phpstan/phpstan-webmozart-assert": "^1.2", "phpunit/phpunit": "^9.5", "psalm/phar": "^5.26", "shipmonk/dead-code-detector": "^0.5.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "autoload-dev": { "psr-4": { "phpDocumentor\\Reflection\\": [ "tests/unit", "tests/integration" ] } }, "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" }, { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "transport-options": { "symlink": true, "relative": true } }, { "name": "phpdocumentor/type-resolver", "version": "2.0.0", "dist": { "type": "path", "url": "../../repositories/phpdocumentor/type-resolver", "reference": "327a05bbee54120d4786a0dc67aad30226ad4cf9" }, "require": { "doctrine/deprecations": "^1.0", "php": "^7.4 || ^8.0", "phpdocumentor/reflection-common": "^2.0", "phpstan/phpdoc-parser": "^2.0" }, "require-dev": { "ext-tokenizer": "*", "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.1", "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "psalm/phar": "^4" }, "type": "library", "extra": { "branch-alias": { "dev-1.x": "1.x-dev", "dev-2.x": "2.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "autoload-dev": { "psr-4": { "phpDocumentor\\Reflection\\": [ "tests/unit", "tests/benchmark" ] } }, "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "transport-options": { "symlink": true, "relative": true } }, { "name": "phpstan/phpdoc-parser", "version": "2.3.2", "dist": { "type": "path", "url": "../../repositories/phpstan/phpdoc-parser", "reference": "a004701b11273a26cd7955a61d67a7f1e525a45a" }, "require": { "php": "^7.4 || ^8.0" }, "require-dev": { "doctrine/annotations": "^2.0", "nikic/php-parser": "^5.3.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^9.6", "symfony/process": "^5.2" }, "type": "library", "autoload": { "psr-4": { "PHPStan\\PhpDocParser\\": [ "src/" ] } }, "autoload-dev": { "psr-4": { "PHPStan\\PhpDocParser\\": [ "tests/PHPStan" ] } }, "license": [ "MIT" ], "description": "PHPDoc parser with support for nullable, intersection and generic types", "transport-options": { "symlink": true, "relative": true } }, { "name": "webmozart/assert", "version": "2.1.6", "dist": { "type": "path", "url": "../../repositories/webmozart/assert", "reference": "ff31ad6efc62e66e518fbab1cde3453d389bcdc8" }, "require": { "ext-ctype": "*", "ext-date": "*", "ext-filter": "*", "php": "^8.2" }, "suggest": { "ext-intl": "", "ext-simplexml": "", "ext-spl": "" }, "type": "library", "extra": { "branch-alias": { "dev-feature/2-0": "2.0-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "autoload-dev": { "psr-4": { "Webmozart\\Assert\\Bin\\": "bin/src", "Webmozart\\Assert\\Tests\\": "tests/" } }, "scripts": { "install-tools": [ "composer --working-dir=tools/php-cs-fixer install", "composer --working-dir=tools/phpunit install", "composer --working-dir=tools/psalm install", "composer --working-dir=tools/roave-bc-check install" ], "update-tools": [ "composer --working-dir=tools/php-cs-fixer update", "composer --working-dir=tools/phpunit update", "composer --working-dir=tools/psalm update", "composer --working-dir=tools/roave-bc-check update" ], "generate-mixin": [ "php bin/generate.php" ], "bc-check": [ "./tools/roave-bc-check/vendor/bin/roave-backward-compatibility-check" ], "cs-check": [ "./tools/php-cs-fixer/vendor/bin/php-cs-fixer check" ], "cs-fix": [ "./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix" ], "static-analysis": [ "./tools/psalm/vendor/bin/psalm --threads=4 --root=$(pwd)" ], "test": [ "./tools/phpunit/vendor/bin/phpunit" ] }, "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" }, { "name": "Woody Gilk", "email": "woody.gilk@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "transport-options": { "symlink": true, "relative": true } } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "systopic/system": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^8.4" }, "platform-dev": {}, "plugin-api-version": "2.9.0" }