Skip to content

Commit

Permalink
Merge pull request #6 from PHPCSStandards/feature/improve-initial-dev…
Browse files Browse the repository at this point in the history
…-setup

Some small improvements to the initial dev setup
  • Loading branch information
jrfnl authored Dec 26, 2019
2 parents 0c0e832 + 37cd24d commit 39c5671
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
},
"require" : {
"php" : ">=5.4",
"squizlabs/php_codesniffer" : "^2.6.0 || ^3.0.2",
"dealerdirect/phpcodesniffer-composer-installer" : "^0.5"
},
"require-dev" : {
"roave/security-advisories" : "dev-master"
"squizlabs/php_codesniffer" : "^2.6.0 || ^3.1.0",
"dealerdirect/phpcodesniffer-composer-installer" : "^0.3 || ^0.4.1 || ^0.5.0"
}
}

0 comments on commit 39c5671

Please sign in to comment.