Skip to content

Commit 6351a43

Browse files
committed
Remove composer normalize from dependencies
1 parent 3db435a commit 6351a43

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
args: install
2222

23+
- name: Require normalize
24+
uses: docker://composer
25+
with:
26+
args: require --dev ergebnis/composer-normalize
27+
2328
- name: Normalize
2429
uses: docker://composer
2530
with:

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"psr/http-message": "^1.0"
2626
},
2727
"require-dev": {
28-
"ergebnis/composer-normalize": "^2.1",
2928
"friends-of-phpspec/phpspec-code-coverage": "^4.1",
3029
"phpspec/phpspec": "^4.3.4 || ^5.0 || ^6.0"
3130
},

0 commit comments

Comments
 (0)