Skip to content

Commit

Permalink
updated composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragonius committed Dec 30, 2024
1 parent c4257d9 commit c1f9950
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 3 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"require": {
"php": ">=7.4",
"phpcompatibility/php-compatibility": "*"
"phpcompatibility/php-compatibility": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0"
},
"prefer-stable" : true
"prefer-stable" : true,
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
80 changes: 79 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1f9950

Please sign in to comment.