diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-27 20:22:53 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-27 20:32:38 +0900 |
| commit | 4efa8ba0c0b749fa37b39393d3c29ac75314cc21 (patch) | |
| tree | 1448b2c556f506207145e41533872bd323795250 /composer.lock | |
| parent | df39150ce837b0214366687d7c73d8ff36a315ce (diff) | |
| download | phphp-4efa8ba0c0b749fa37b39393d3c29ac75314cc21.tar.gz phphp-4efa8ba0c0b749fa37b39393d3c29ac75314cc21.tar.zst phphp-4efa8ba0c0b749fa37b39393d3c29ac75314cc21.zip | |
add files
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..44a2069 --- /dev/null +++ b/composer.lock @@ -0,0 +1,83 @@ +{ + "_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": "8e0bc067d94cd610537f26187c57f213", + "packages": [], + "packages-dev": [ + { + "name": "symplify/easy-coding-standard", + "version": "12.5.9", + "source": { + "type": "git", + "url": "https://github.com/easy-coding-standard/easy-coding-standard.git", + "reference": "4b20b6fa6a1509811b91c3d931f799febb48b75a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/4b20b6fa6a1509811b91c3d931f799febb48b75a", + "reference": "4b20b6fa6a1509811b91c3d931f799febb48b75a", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "conflict": { + "friendsofphp/php-cs-fixer": "<3.46", + "phpcsstandards/php_codesniffer": "<3.8", + "symplify/coding-standard": "<12.1" + }, + "suggest": { + "ext-dom": "Needed to support checkstyle output format in class CheckstyleOutputFormatter" + }, + "bin": [ + "bin/ecs" + ], + "type": "library", + "autoload": { + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer", + "keywords": [ + "Code style", + "automation", + "fixer", + "static analysis" + ], + "support": { + "issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues", + "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.5.9" + }, + "funding": [ + { + "url": "https://www.paypal.me/rectorphp", + "type": "custom" + }, + { + "url": "https://github.com/tomasvotruba", + "type": "github" + } + ], + "time": "2025-03-17T15:30:37+00:00" + } + ], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": {}, + "prefer-stable": false, + "prefer-lowest": false, + "platform": {}, + "platform-dev": {}, + "platform-overrides": { + "php": "8.4" + }, + "plugin-api-version": "2.6.0" +} |
