Skip to content

Commit

Permalink
Fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
brianvarskonst committed Jun 3, 2024
1 parent 7e762a2 commit 9b612cd
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 @@ -25,11 +25,11 @@
},
"require": {
"php": ">=8.0",
"dealerdirect/phpcodesniffer-composer-installer": "~0.7 || ~1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
"escapestudios/symfony2-coding-standard": "^3.10.0",
"phpcsstandards/phpcsutils": "^1.0",
"slevomat/coding-standard": "^8",
"squizlabs/php_codesniffer": "^3.8",
"phpcsstandards/phpcsutils": "^1.0"
"squizlabs/php_codesniffer": "^3.8"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.8",
Expand Down

0 comments on commit 9b612cd

Please sign in to comment.