Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Jun 16, 2019
1 parent 9c77c76 commit c8ec711
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@
"mamuz/php-dependency-analysis": "dev-master",
"monolog/monolog": "^1.24",
"pdepend/pdepend": "^2.5",
"pepakriz/phpstan-exception-rules": "^0.8.2",
"phan/phan": "^2.1",
"php-coveralls/php-coveralls": "^2.0",
"phploc/phploc": "^5.0",
"phpmetrics/phpmetrics": "^2.4",
"phpstan/phpstan": "^0.11.8",
"phpstan/phpstan-deprecation-rules": "^0.11.2",
"phpstan/phpstan-strict-rules": "^0.11.1",
"phpunit/phpunit": "^8.1",
"sebastian/phpcpd": "^4.0",
"squizlabs/php_codesniffer": "dev-master",
"thecodingmachine/phpstan-strict-rules": "^0.11.2",
"vimeo/psalm": "^3.4",
"wapmorgan/php-code-analyzer": "^1.0"
},
Expand Down
6 changes: 4 additions & 2 deletions templates/composer.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@
"squizlabs/php_codesniffer": "dev-master",
"thecodingmachine/phpstan-strict-rules": "^0.11.2",
"vimeo/psalm": "^3.4",
"wapmorgan/php-code-analyzer": "^1.0",
"wapmorgan/php-code-analyzer": "^1.0"
},
"config": {
"bin-dir": "bin/",
"classmap-authoritative": true,
"optimize-autoloader": true,
"optimize-autoloader": true
},
"suggest": {
"monolog/monolog": "A high-quality PSR-3 logging library.",
"bramus/monolog-colored-line-formatter": "Color-codes your Monolog messages by severity."
Expand Down

0 comments on commit c8ec711

Please sign in to comment.