sha256:973a2706fe5482742c70906830cf3d46ada74d0fc1fddc6719e79016becbfa79
Found in archives
-
sha256:09978e445271f96ab786e98a868a3f5c69b4cace9a4dd36c021bfcc322b6db6enextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:1b90baa664c250944c94dd87c367e0f62e587396ac9a0c2fffce3bef15f1006anextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:21439753d02fd848125383f9122aac973c62135b6e8734d20ed74684c37d9859nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:39cbf3d2e4ce71350db3885c764ed1644431d8385b7c16defe90290094b3915bnextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:41123cb00ac5ff8b64a97948f1b5fdd9a20c50f03b2eba98c0ff4c40ed7130adnextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:49589b9a51ed01573a4abd5c023e50e5069faf280e57ccfe19bde5377a29d631nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:4a4ec9acfe500f7e017a115c580710b539f5a4723974464ffa497798a690c3d0nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:5ae0a17dd951684d8b64c12a82aa0a67507cec852c49640f91e812d3dae724e4nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:607699a0785b4361c49e94d296f09ac3117e01f8475587cc8e30b4e61ec842b9nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:6909624eb384a5ab35d65b422a06be4914d3a3cfa46eb63322a7423cfca220f6nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:69c372c396a17b543b6d21e4344b9abad10e6ec33b48cf2e272d103205b812acnextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:9a05048d15804d533dd236accaf690cc813ca115d28cc8e1d7433031fc9e3f45nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:9b47ec53ba9f1aa3c4dc90421318a4173913a3af1d786d6f94c5d279a5fe132dnextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:ab0aa457a2c70fbfe06d7e684398d3a57fe10f989e3896d2d398d36f14f3c2benextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:acf572caca8370b81e2e51965be74bdfef9c8ed831a567242436c828c269052fnextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock -
sha256:d0a227371b3cc8cee1fa3a70eef8c408285e1523eef072d5d5e92076e41458d1nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock
{
"_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": "1db99a21f71fb454322d63fba47a3c5f",
"packages": [],
"packages-dev": [
{
"name": "nextcloud/coding-standard",
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/nextcloud/coding-standard.git",
"reference": "cf5f18d989ec62fb4cdc7fc92a36baf34b3d829e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/cf5f18d989ec62fb4cdc7fc92a36baf34b3d829e",
"reference": "cf5f18d989ec62fb4cdc7fc92a36baf34b3d829e",
"shasum": ""
},
"require": {
"php": "^7.3|^8.0",
"php-cs-fixer/shim": "^3.17"
},
"type": "library",
"autoload": {
"psr-4": {
"Nextcloud\\CodingStandard\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christoph Wurst",
"email": "christoph@winzerhof-wurst.at"
}
],
"description": "Nextcloud coding standards for the php cs fixer",
"support": {
"issues": "https://github.com/nextcloud/coding-standard/issues",
"source": "https://github.com/nextcloud/coding-standard/tree/v1.2.1"
},
"time": "2024-02-01T14:54:37+00:00"
},
{
"name": "php-cs-fixer/shim",
"version": "v3.61.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/shim.git",
"reference": "3ac8e446863e313b51a9466915c9b578409eef9e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/3ac8e446863e313b51a9466915c9b578409eef9e",
"reference": "3ac8e446863e313b51a9466915c9b578409eef9e",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^7.4 || ^8.0"
},
"replace": {
"friendsofphp/php-cs-fixer": "self.version"
},
"suggest": {
"ext-dom": "For handling output formats in XML",
"ext-mbstring": "For handling non-UTF8 characters."
},
"bin": [
"php-cs-fixer",
"php-cs-fixer.phar"
],
"type": "application",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
}
],
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/shim/issues",
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.61.1"
},
"time": "2024-07-31T14:33:55+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"platform-overrides": {
"php": "8.0"
},
"plugin-api-version": "2.6.0"
}
Return to home page.