Skip to content

Commit

Permalink
Remove security checker
Browse files Browse the repository at this point in the history
  • Loading branch information
cweagans committed Oct 20, 2017
1 parent 0dcc07f commit 4162cd8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 49 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"phpro/grumphp": "^0.11.6",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0",
"sensiolabs/security-checker": "^4.1"
"squizlabs/php_codesniffer": "^3.0"
},
"autoload": {
"psr-4": {"cweagans\\Composer\\": "src"}
Expand Down
47 changes: 1 addition & 46 deletions composer.lock

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

17 changes: 17 additions & 0 deletions composerjson_changes.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
diff --git a/composer.json b/composer.json
index 24b5595..0e8050b 100644
--- a/composer.json
+++ b/composer.json
@@ -24,7 +24,11 @@
"jakub-onderka/php-parallel-lint": "^0.9.2",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0",
- "sensiolabs/security-checker": "^4.1"
+ "sensiolabs/security-checker": "^4.1",
+ "doctrine/collections": "1.4.0",
+ "doctrine/instantiator": "1.0.5",
+ "ocramius/proxy-manager": "2.0.4",
+ "phpspec/prophecy": "1.6.2"
},
"autoload": {
"psr-4": {"cweagans\\Composer\\": "src"}
1 change: 0 additions & 1 deletion grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ parameters:
yamllint: ~
composer: ~
phpcpd: ~
securitychecker: ~
phpcpd:
directory: './src'
jsonlint:
Expand Down

0 comments on commit 4162cd8

Please sign in to comment.