Bump security-checker version to ^5.0

This commit is contained in:
Néstor de Dios Fernández
2018-11-27 16:13:44 +01:00
parent c3da96a9fc
commit 22356adc8f
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
"nesbot/carbon": "^1.34",
"php-translation/symfony-bundle": "^0.8.1",
"sensio/framework-extra-bundle": "^5.1",
"sensiolabs/security-checker": "^4.1",
"sensiolabs/security-checker": "^5.0",
"siriusphp/upload": "^2.1",
"stof/doctrine-extensions-bundle": "^1.3",
"symfony/asset": "^4.1",
Generated
+10 -9
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "8bc90572cb8568cd3c8a176762a36aee",
"content-hash": "9bf740283f78f7888994feef52269475",
"packages": [
{
"name": "api-platform/api-pack",
@@ -3750,20 +3750,21 @@
},
{
"name": "sensiolabs/security-checker",
"version": "v4.1.8",
"version": "v5.0.1",
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/security-checker.git",
"reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142"
"reference": "9ea927417c949039a9cfb0d92af76fd1c538d9e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/dc270d5fec418cc6ac983671dba5d80ffaffb142",
"reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142",
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/9ea927417c949039a9cfb0d92af76fd1c538d9e9",
"reference": "9ea927417c949039a9cfb0d92af76fd1c538d9e9",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"php": ">=5.5.9",
"symfony/console": "~2.7|~3.0|~4.0"
},
"bin": [
@@ -3772,12 +3773,12 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-0": {
"SensioLabs\\Security": ""
"psr-4": {
"SensioLabs\\Security\\": "SensioLabs/Security"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -3791,7 +3792,7 @@
}
],
"description": "A security checker for your composer.lock",
"time": "2018-02-28T22:10:01+00:00"
"time": "2018-10-16T10:30:44+00:00"
},
{
"name": "siriusphp/upload",