mirror of
https://github.com/elyby/php-code-style.git
synced 2024-11-06 08:11:08 +05:30
Set correct minimal version of PHP-CS-Fixer
This commit is contained in:
parent
793b156b17
commit
f2d1b6164e
@ -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",
|
||||||
"friendsofphp/php-cs-fixer": "^3"
|
"friendsofphp/php-cs-fixer": "^3.11"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ergebnis/composer-normalize": "^2.28",
|
"ergebnis/composer-normalize": "^2.28",
|
||||||
|
2
composer.lock
generated
2
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": "caea1288c4837f2f630053b24b54d2a9",
|
"content-hash": "607064616a9a1792ffcb571b67dabb7f",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/pcre",
|
"name": "composer/pcre",
|
||||||
|
Loading…
Reference in New Issue
Block a user