Skip to content

Commit c83a0d0

Browse files
committed
Remove ergebnis/composer-normalize because it prevents me to upgrade
1 parent a4966ee commit c83a0d0

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

build.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
composer,
66
lint,
77
cs,
8-
composer-normalize-check,
98
tests,
109
phpstan
1110
"/>
@@ -21,31 +20,6 @@
2120
</exec>
2221
</target>
2322

24-
<target name="composer-normalize-check">
25-
<exec
26-
executable="composer"
27-
logoutput="true"
28-
passthru="true"
29-
checkreturn="true"
30-
>
31-
<arg value="normalize"/>
32-
<arg value="--ansi"/>
33-
<arg value="--dry-run"/>
34-
</exec>
35-
</target>
36-
37-
<target name="composer-normalize-fix">
38-
<exec
39-
executable="composer"
40-
logoutput="true"
41-
passthru="true"
42-
checkreturn="true"
43-
>
44-
<arg value="normalize"/>
45-
<arg value="--ansi"/>
46-
</exec>
47-
</target>
48-
4923
<target name="lint">
5024
<exec
5125
executable="vendor/bin/parallel-lint"

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"doctrine/mongodb-odm": "^1.3 || ^2.1",
2525
"doctrine/orm": "^2.5",
2626
"doctrine/persistence": "^1.1 || ^2.0",
27-
"ergebnis/composer-normalize": "^2.0.2",
2827
"phing/phing": "^2.16.0",
2928
"php-parallel-lint/php-parallel-lint": "^1.2",
3029
"phpstan/phpstan-phpunit": "^0.12",

0 commit comments

Comments
 (0)