File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
"friendsofphp/php-cs-fixer" : " ^3.0.0" ,
27
27
"justinrainbow/json-schema" : " ^5.1" ,
28
28
"league/container" : " ^3.2|^4.2" ,
29
- "php-cs-fixer/diff" : " ^2.0" ,
30
29
"php-parallel-lint/php-parallel-lint" : " ^1.3" ,
31
30
"phploc/phploc" : " ^5.0|^6.0|^7.0" ,
32
31
"psr/container" : " ^1.0|^2.0" ,
33
32
"psr/simple-cache" : " ^1.0|^2.0|^3.0" ,
33
+ "sebastian/diff" : " ^4.0" ,
34
34
"slevomat/coding-standard" : " ^7.0.8" ,
35
35
"squizlabs/php_codesniffer" : " ^3.5" ,
36
36
"symfony/cache" : " ^4.4|^5.0|^6.0" ,
Original file line number Diff line number Diff line change 4
4
5
5
namespace NunoMaduro \PhpInsights \Domain ;
6
6
7
- use PhpCsFixer \Diff \Differ as BaseDiffer ;
8
- use PhpCsFixer \Diff \Output \StrictUnifiedDiffOutputBuilder ;
9
7
use PhpCsFixer \Differ \DifferInterface ;
8
+ use SebastianBergmann \Diff \Differ as BaseDiffer ;
9
+ use SebastianBergmann \Diff \Output \StrictUnifiedDiffOutputBuilder ;
10
10
11
11
final class Differ implements DifferInterface
12
12
{
You can’t perform that action at this time.
0 commit comments