diff --git a/composer.json b/composer.json index b3755db..dcad960 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,6 @@ "drupal/site_settings": "^1.19", "drupal/sitemap": "^1.5", "drupal/speakerdeck_field": "^2.0", - "drupal/stage_file_proxy": "^1.0", "drush/drush": "^10", "illuminate/collections": "^8.38", "nesbot/carbon": "^2.33", @@ -53,6 +52,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "drupal/coder": "^8.3", "drupal/core-dev": "^8.8", + "drupal/stage_file_proxy": "^1.2", "mglaman/phpstan-drupal": "^0.12.3", "phpstan/phpstan": "^0.12.19", "phpstan/phpstan-deprecation-rules": "^0.12.2" diff --git a/composer.lock b/composer.lock index e8a4743..476b0c2 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "8c486be72d08bf61786de0b9cebbbef3", + "content-hash": "d748e3f4b874a1eed39f5ad49a34b4df", "packages": [ { "name": "asm89/stack-cors", @@ -3963,83 +3963,6 @@ "source": "https://git.drupalcode.org/project/speakerdeck_field" } }, - { - "name": "drupal/stage_file_proxy", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/stage_file_proxy.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "bad4d500e56f4e77adb2704ec5d4efdf52340df8" - }, - "require": { - "drupal/core": ">=8.7.7" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.1", - "datestamp": "1601040732", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "drush": { - "services": { - "stage_file_proxy.drush.services.yml": "^9 || ^10" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "BarisW", - "homepage": "https://www.drupal.org/user/107229" - }, - { - "name": "geek-merlin", - "homepage": "https://www.drupal.org/user/229048" - }, - { - "name": "greggles", - "homepage": "https://www.drupal.org/user/36762" - }, - { - "name": "markdorison", - "homepage": "https://www.drupal.org/user/346106" - }, - { - "name": "moshe weitzman", - "homepage": "https://www.drupal.org/user/23" - }, - { - "name": "msonnabaum", - "homepage": "https://www.drupal.org/user/75278" - }, - { - "name": "netaustin", - "homepage": "https://www.drupal.org/user/199298" - }, - { - "name": "robwilmshurst", - "homepage": "https://www.drupal.org/user/144488" - } - ], - "description": "Provides stage_file_proxy module.", - "homepage": "https://www.drupal.org/project/stage_file_proxy", - "support": { - "source": "https://git.drupalcode.org/project/stage_file_proxy" - } - }, { "name": "drupal/token", "version": "1.9.0", @@ -9550,6 +9473,83 @@ }, "time": "2020-05-09T07:53:22+00:00" }, + { + "name": "drupal/stage_file_proxy", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/stage_file_proxy.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "a0bea520c139a4b0b67738b0c54e7ee21af081da" + }, + "require": { + "drupal/core": ">=8.7.7" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.2", + "datestamp": "1637007759", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "stage_file_proxy.drush.services.yml": "^9 || ^10" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "BarisW", + "homepage": "https://www.drupal.org/user/107229" + }, + { + "name": "geek-merlin", + "homepage": "https://www.drupal.org/user/229048" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "markdorison", + "homepage": "https://www.drupal.org/user/346106" + }, + { + "name": "moshe weitzman", + "homepage": "https://www.drupal.org/user/23" + }, + { + "name": "msonnabaum", + "homepage": "https://www.drupal.org/user/75278" + }, + { + "name": "netaustin", + "homepage": "https://www.drupal.org/user/199298" + }, + { + "name": "robwilmshurst", + "homepage": "https://www.drupal.org/user/144488" + } + ], + "description": "Provides stage_file_proxy module.", + "homepage": "https://www.drupal.org/project/stage_file_proxy", + "support": { + "source": "https://git.drupalcode.org/project/stage_file_proxy" + } + }, { "name": "fabpot/goutte", "version": "v3.2.3", diff --git a/config/core.extension.yml b/config/core.extension.yml index 45f572d..c0a3573 100644 --- a/config/core.extension.yml +++ b/config/core.extension.yml @@ -61,7 +61,6 @@ module: simple_sitemap_views: 0 sitemap: 0 speakerdeck_field: 0 - stage_file_proxy: 0 syslog: 0 system: 0 taxonomy: 0