Update comoser lock file (config distro)
This commit is contained in:
parent
45855342e0
commit
d0de09e78d
1 changed files with 25 additions and 13 deletions
38
composer.lock
generated
38
composer.lock
generated
|
@ -2263,17 +2263,17 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/config_distro",
|
||||
"version": "1.0.0-alpha2",
|
||||
"version": "1.0.0-alpha3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupal.org/project/config_distro",
|
||||
"reference": "8.x-1.0-alpha2"
|
||||
"reference": "8.x-1.0-alpha3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/config_distro-8.x-1.0-alpha2.zip",
|
||||
"reference": "8.x-1.0-alpha2",
|
||||
"shasum": "ce4bf096d8c99e48095c919c61ba27d38dbe5cc7"
|
||||
"url": "https://ftp.drupal.org/files/projects/config_distro-8.x-1.0-alpha3.zip",
|
||||
"reference": "8.x-1.0-alpha3",
|
||||
"shasum": "c83fcd71c311102cb64f72b8f7ca727bddff2264"
|
||||
},
|
||||
"require": {
|
||||
"drupal/config_filter": "*",
|
||||
|
@ -2285,8 +2285,8 @@
|
|||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.0-alpha2",
|
||||
"datestamp": "1523029384",
|
||||
"version": "8.x-1.0-alpha3",
|
||||
"datestamp": "1539071280",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Alpha releases are not covered by Drupal security advisories."
|
||||
|
@ -2314,6 +2314,18 @@
|
|||
"homepage": "https://www.drupal.org/u/bircher",
|
||||
"email": "opensource@fabianbircher.com",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "nedjo",
|
||||
"homepage": "https://www.drupal.org/user/4481"
|
||||
},
|
||||
{
|
||||
"name": "pescetti",
|
||||
"homepage": "https://www.drupal.org/user/436244"
|
||||
},
|
||||
{
|
||||
"name": "pfrenssen",
|
||||
"homepage": "https://www.drupal.org/user/382067"
|
||||
}
|
||||
],
|
||||
"description": "Framework for managing configuration updates from distributions.",
|
||||
|
@ -7028,16 +7040,16 @@
|
|||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
"version": "v4.0.4",
|
||||
"version": "v4.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nikic/PHP-Parser.git",
|
||||
"reference": "fa6ee28600d21d49b2b4e1006b48426cec8e579c"
|
||||
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/fa6ee28600d21d49b2b4e1006b48426cec8e579c",
|
||||
"reference": "fa6ee28600d21d49b2b4e1006b48426cec8e579c",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
|
||||
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -7053,7 +7065,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.0-dev"
|
||||
"dev-master": "4.1-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -7075,7 +7087,7 @@
|
|||
"parser",
|
||||
"php"
|
||||
],
|
||||
"time": "2018-09-18T07:03:24+00:00"
|
||||
"time": "2018-10-10T09:24:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "paragonie/random_compat",
|
||||
|
|
Loading…
Reference in a new issue