Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj authored Jul 13, 2022
1 parent 3e2bb94 commit 2a352c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"phpunit/phpunit": "~7.5|~9.3",
"donatj/drop": "^1.0",
"squizlabs/php_codesniffer": "^3.5",
"corpus/coding-standard": "^0.4.0 || ^0.6.0"
"corpus/coding-standard": "^0.6.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 2a352c4

Please sign in to comment.