Skip to content

Commit

Permalink
pin and fix ergebnis/composer-normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Dec 3, 2023
1 parent d10f90a commit b2e38b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"source": "https://github.com/mayflower/mo4-coding-standard"
},
"require": {
"php": "~7.2 || ~8.0",
"dealerdirect/phpcodesniffer-composer-installer": "~0.7",
"php": "^7.2 || ^8.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"escapestudios/symfony2-coding-standard": "^3.10.0",
"slevomat/coding-standard": "^8.4",
"squizlabs/php_codesniffer": "^3.6.2"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.19",
"ergebnis/composer-normalize": ">=2.19 <2.32",
"phan/phan": "^5.1.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
Expand Down

0 comments on commit b2e38b1

Please sign in to comment.