Update composer lock file (symfony dependencies & other minor)
This commit is contained in:
parent
d2fd49be0a
commit
78c7fd3e30
1 changed files with 56 additions and 15 deletions
71
composer.lock
generated
71
composer.lock
generated
|
@ -962,31 +962,72 @@
|
|||
},
|
||||
{
|
||||
"name": "consolidation/log",
|
||||
"version": "1.0.6",
|
||||
"version": "1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/consolidation/log.git",
|
||||
"reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395"
|
||||
"reference": "44c65cb5861d8bbb01c185e49cd2807ed4405a75"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/consolidation/log/zipball/dfd8189a771fe047bf3cd669111b2de5f1c79395",
|
||||
"reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395",
|
||||
"url": "https://api.github.com/repos/consolidation/log/zipball/44c65cb5861d8bbb01c185e49cd2807ed4405a75",
|
||||
"reference": "44c65cb5861d8bbb01c185e49cd2807ed4405a75",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.0",
|
||||
"psr/log": "~1.0",
|
||||
"php": ">=5.4.5",
|
||||
"psr/log": "^1.0",
|
||||
"symfony/console": "^2.8|^3|^4"
|
||||
},
|
||||
"require-dev": {
|
||||
"g1a/composer-test-scenarios": "^1",
|
||||
"phpunit/phpunit": "4.*",
|
||||
"satooshi/php-coveralls": "^2",
|
||||
"squizlabs/php_codesniffer": "2.*"
|
||||
"g1a/composer-test-scenarios": "^3",
|
||||
"php-coveralls/php-coveralls": "^1",
|
||||
"phpunit/phpunit": "^6",
|
||||
"squizlabs/php_codesniffer": "^2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"scenarios": {
|
||||
"symfony4": {
|
||||
"require": {
|
||||
"symfony/console": "^4.0"
|
||||
},
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "7.1.3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"symfony2": {
|
||||
"require": {
|
||||
"symfony/console": "^2.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8.36"
|
||||
},
|
||||
"remove": [
|
||||
"php-coveralls/php-coveralls"
|
||||
],
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "5.4.8"
|
||||
}
|
||||
}
|
||||
},
|
||||
"phpunit4": {
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8.36"
|
||||
},
|
||||
"remove": [
|
||||
"php-coveralls/php-coveralls"
|
||||
],
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "5.4.8"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
}
|
||||
|
@ -1007,7 +1048,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
|
||||
"time": "2018-05-25T18:14:39+00:00"
|
||||
"time": "2018-12-29T18:54:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "consolidation/output-formatters",
|
||||
|
@ -6691,7 +6732,7 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupal.org/project/indieweb",
|
||||
"reference": "bee14cff17967f91e5fed83d607c433a74fb26fc"
|
||||
"reference": "d8f2eab3dcd0ee7a858711376242e6558a113eb9"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "~8.0",
|
||||
|
@ -6712,8 +6753,8 @@
|
|||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.0-rc1+13-dev",
|
||||
"datestamp": "1545998880",
|
||||
"version": "8.x-1.0-rc1+16-dev",
|
||||
"datestamp": "1546249680",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Dev releases are not covered by Drupal security advisories."
|
||||
|
@ -6742,7 +6783,7 @@
|
|||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/indieweb"
|
||||
},
|
||||
"time": "2018-12-29T11:46:28+00:00"
|
||||
"time": "2018-12-31T09:46:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/menu_trail_by_path",
|
||||
|
|
Loading…
Reference in a new issue