Update composer lock file with composer speedup
This commit is contained in:
parent
5979f9cb10
commit
ddf474ba0b
1 changed files with 44 additions and 1 deletions
45
composer.lock
generated
45
composer.lock
generated
|
@ -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": "8242eb77dab2ab68d0e0f052fffac99b",
|
||||
"content-hash": "95bb34eee4bd064547610c97d6bc6963",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -12311,6 +12311,49 @@
|
|||
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
|
||||
"time": "2015-12-17T08:42:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "zaporylie/composer-drupal-optimizations",
|
||||
"version": "1.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zaporylie/composer-drupal-optimizations.git",
|
||||
"reference": "cc5eb9f0b5fa664885765748ce5190c1de7d2571"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zaporylie/composer-drupal-optimizations/zipball/cc5eb9f0b5fa664885765748ce5190c1de7d2571",
|
||||
"reference": "cc5eb9f0b5fa664885765748ce5190c1de7d2571",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^1.1",
|
||||
"drupal/core": "^8.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "^1.6"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"class": "zaporylie\\ComposerDrupalOptimizations\\Plugin"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"zaporylie\\ComposerDrupalOptimizations\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jakub Piasecki",
|
||||
"email": "jakub@piaseccy.pl"
|
||||
}
|
||||
],
|
||||
"description": "Composer plugin to improve composer performance for Drupal projects",
|
||||
"time": "2018-07-15T18:04:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "zendframework/zend-diactoros",
|
||||
"version": "1.8.6",
|
||||
|
|
Loading…
Reference in a new issue