mirror of
https://github.com/elyby/php-code-style.git
synced 2024-11-26 00:38:44 +05:30
Depend on a stable version of the erickskrauch/php-cs-fixer-custom-fixers
This commit is contained in:
parent
62932ec0f7
commit
5373d05c91
@ -20,7 +20,7 @@
|
|||||||
"homepage": "https://github.com/elyby/php-code-style",
|
"homepage": "https://github.com/elyby/php-code-style",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4 || ^8.0",
|
"php": "^7.4 || ^8.0",
|
||||||
"erickskrauch/php-cs-fixer-custom-fixers": "dev-master#62c2a014cb9a8cf7665c82040a5d19d88ef8e583",
|
"erickskrauch/php-cs-fixer-custom-fixers": "^1",
|
||||||
"friendsofphp/php-cs-fixer": "^3.13",
|
"friendsofphp/php-cs-fixer": "^3.13",
|
||||||
"kubawerlos/php-cs-fixer-custom-fixers": "^3.13",
|
"kubawerlos/php-cs-fixer-custom-fixers": "^3.13",
|
||||||
"symfony/polyfill-php80": "^1.15"
|
"symfony/polyfill-php80": "^1.15"
|
||||||
|
21
composer.lock
generated
21
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "a686a5f32b74f77dd2a041976fd766f9",
|
"content-hash": "9406ba5bf4d3606b7bf5eae6d361eec4",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/pcre",
|
"name": "composer/pcre",
|
||||||
@ -375,16 +375,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "erickskrauch/php-cs-fixer-custom-fixers",
|
"name": "erickskrauch/php-cs-fixer-custom-fixers",
|
||||||
"version": "dev-master",
|
"version": "1.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers.git",
|
"url": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers.git",
|
||||||
"reference": "62c2a014cb9a8cf7665c82040a5d19d88ef8e583"
|
"reference": "85b96116e757dc0a886600e1af06b1a0222375b3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/erickskrauch/php-cs-fixer-custom-fixers/zipball/62c2a014cb9a8cf7665c82040a5d19d88ef8e583",
|
"url": "https://api.github.com/repos/erickskrauch/php-cs-fixer-custom-fixers/zipball/85b96116e757dc0a886600e1af06b1a0222375b3",
|
||||||
"reference": "62c2a014cb9a8cf7665c82040a5d19d88ef8e583",
|
"reference": "85b96116e757dc0a886600e1af06b1a0222375b3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -392,7 +392,7 @@
|
|||||||
"php": "^7.4 || ^8.0"
|
"php": "^7.4 || ^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ely/php-code-style": "^0.5",
|
"ely/php-code-style": "dev-master",
|
||||||
"ergebnis/composer-normalize": "^2.28",
|
"ergebnis/composer-normalize": "^2.28",
|
||||||
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
|
||||||
"phpspec/prophecy": "^1.15",
|
"phpspec/prophecy": "^1.15",
|
||||||
@ -402,7 +402,6 @@
|
|||||||
"phpunitgoodpractices/traits": "^1.9.1",
|
"phpunitgoodpractices/traits": "^1.9.1",
|
||||||
"symfony/phpunit-bridge": "^6.0"
|
"symfony/phpunit-bridge": "^6.0"
|
||||||
},
|
},
|
||||||
"default-branch": true,
|
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
@ -427,9 +426,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/issues",
|
"issues": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/issues",
|
||||||
"source": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/tree/master"
|
"source": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/tree/1.0.0"
|
||||||
},
|
},
|
||||||
"time": "2023-05-17T17:44:54+00:00"
|
"time": "2023-05-17T18:01:48+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "friendsofphp/php-cs-fixer",
|
"name": "friendsofphp/php-cs-fixer",
|
||||||
@ -2622,9 +2621,7 @@
|
|||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": [],
|
||||||
"erickskrauch/php-cs-fixer-custom-fixers": 20
|
|
||||||
},
|
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
|
Loading…
Reference in New Issue
Block a user