Skip to content

Commit c46951f

Browse files
committed
Fix: Do not replace friendsofphp/php-cs-fixer
1 parent 31590e5 commit c46951f

36 files changed

+1181
-99
lines changed

.php-cs-fixer.php

Lines changed: 1147 additions & 3 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,10 @@
2929
"ergebnis/composer-normalize": "^2.29.0",
3030
"ergebnis/data-provider": "^1.3.0",
3131
"ergebnis/license": "^2.1.0",
32-
"ergebnis/php-cs-fixer-config": "~5.0.0",
3332
"fakerphp/faker": "^1.21.0",
3433
"rector/rector": "~0.15.11",
3534
"vimeo/psalm": "^5.6.0"
3635
},
37-
"replace": {
38-
"friendsofphp/php-cs-fixer": "*"
39-
},
4036
"minimum-stability": "dev",
4137
"prefer-stable": true,
4238
"autoload": {

composer.lock

Lines changed: 1 addition & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2021-2023 Andreas Möller
6+
* Copyright (c) 2021-2023 Andreas Möller.
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.

src/Collector/Collector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2021-2023 Andreas Möller
6+
* Copyright (c) 2021-2023 Andreas Möller.
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.

src/Collector/DefaultCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2021-2023 Andreas Möller
6+
* Copyright (c) 2021-2023 Andreas Möller.
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.

src/Comparator/DurationComparator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2021-2023 Andreas Möller
6+
* Copyright (c) 2021-2023 Andreas Möller.
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.

src/Console/Color.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2021-2023 Andreas Möller
6+
* Copyright (c) 2021-2023 Andreas Möller.
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.

src/Exception/InvalidMaximumCount.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2021-2023 Andreas Möller
6+
* Copyright (c) 2021-2023 Andreas Möller.
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.

src/Exception/InvalidMaximumDuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2021-2023 Andreas Möller
6+
* Copyright (c) 2021-2023 Andreas Möller.
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.

0 commit comments

Comments
 (0)