Unverified Commit 0e2ea433 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3264120 by Spokje, catch, Taran2L, danflanagan8, xjm, quietone, ckrina:...

Issue #3264120 by Spokje, catch, Taran2L, danflanagan8, xjm, quietone, ckrina: Remove aggregator module and our dependency on Laminas Feed
parent 4d32bbcc
Loading
Loading
Loading
Loading
+1 −201
Original line number Diff line number Diff line
@@ -440,7 +440,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "ac2e42b6e2a05971e9324054cd4ec367fd15153f"
                "reference": "1e12f175c473069f046c6c6252308444f7581692"
            },
            "require": {
                "asm89/stack-cors": "^2.0.2",
@@ -462,7 +462,6 @@
                "ext-xml": "*",
                "guzzlehttp/guzzle": "^7.3.0",
                "guzzlehttp/psr7": "^2.2.0",
                "laminas/laminas-feed": "^2.12",
                "masterminds/html5": "^2.1",
                "pear/archive_tar": "^1.4.14",
                "php": ">=8.1.0",
@@ -488,7 +487,6 @@
            },
            "replace": {
                "drupal/action": "self.version",
                "drupal/aggregator": "self.version",
                "drupal/automated_cron": "self.version",
                "drupal/ban": "self.version",
                "drupal/bartik": "self.version",
@@ -1136,204 +1134,6 @@
            ],
            "time": "2022-03-20T21:55:58+00:00"
        },
        {
            "name": "laminas/laminas-escaper",
            "version": "2.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-escaper.git",
                "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/891ad70986729e20ed2e86355fcf93c9dc238a5f",
                "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
            },
            "conflict": {
                "zendframework/zend-escaper": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.3.0",
                "phpunit/phpunit": "^9.3",
                "psalm/plugin-phpunit": "^0.12.2",
                "vimeo/psalm": "^3.16"
            },
            "suggest": {
                "ext-iconv": "*",
                "ext-mbstring": "*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Escaper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
            "homepage": "https://laminas.dev",
            "keywords": [
                "escaper",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-escaper/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-escaper/issues",
                "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
                "source": "https://github.com/laminas/laminas-escaper"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2021-09-02T17:10:53+00:00"
        },
        {
            "name": "laminas/laminas-feed",
            "version": "2.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-feed.git",
                "reference": "cbd0e10c867a1efa6594164d229d8caf4a4ae4c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/cbd0e10c867a1efa6594164d229d8caf4a4ae4c7",
                "reference": "cbd0e10c867a1efa6594164d229d8caf4a4ae4c7",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "laminas/laminas-escaper": "^2.9",
                "laminas/laminas-stdlib": "^3.6",
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
            },
            "conflict": {
                "laminas/laminas-servicemanager": "<3.3",
                "zendframework/zend-feed": "*"
            },
            "require-dev": {
                "laminas/laminas-cache": "^2.7.2",
                "laminas/laminas-coding-standard": "~2.2.1",
                "laminas/laminas-db": "^2.13.3",
                "laminas/laminas-http": "^2.15",
                "laminas/laminas-servicemanager": "^3.7",
                "laminas/laminas-validator": "^2.15",
                "phpunit/phpunit": "^9.5.5",
                "psalm/plugin-phpunit": "^0.13.0",
                "psr/http-message": "^1.0.1",
                "vimeo/psalm": "^4.1"
            },
            "suggest": {
                "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
                "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub",
                "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations",
                "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent",
                "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Feed\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides functionality for consuming RSS and Atom feeds",
            "homepage": "https://laminas.dev",
            "keywords": [
                "feed",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-feed/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-feed/issues",
                "rss": "https://github.com/laminas/laminas-feed/releases.atom",
                "source": "https://github.com/laminas/laminas-feed"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2021-12-17T09:12:35+00:00"
        },
        {
            "name": "laminas/laminas-stdlib",
            "version": "3.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-stdlib.git",
                "reference": "bcd869e2fe88d567800057c1434f2380354fe325"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/bcd869e2fe88d567800057c1434f2380354fe325",
                "reference": "bcd869e2fe88d567800057c1434f2380354fe325",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
            },
            "conflict": {
                "zendframework/zend-stdlib": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.3.0",
                "phpbench/phpbench": "^1.0",
                "phpunit/phpunit": "^9.3.7",
                "psalm/plugin-phpunit": "^0.16.0",
                "vimeo/psalm": "^4.7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Stdlib\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "SPL extensions, array utilities, error handlers, and more",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "stdlib"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-stdlib/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-stdlib/issues",
                "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
                "source": "https://github.com/laminas/laminas-stdlib"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-01-21T15:50:46+00:00"
        },
        {
            "name": "masterminds/html5",
            "version": "2.7.5",
+0 −3
Original line number Diff line number Diff line
@@ -16,9 +16,6 @@
        "guzzlehttp/guzzle": "7.4.1",
        "guzzlehttp/promises": "1.5.1",
        "guzzlehttp/psr7": "2.2.1",
        "laminas/laminas-escaper": "2.9.0",
        "laminas/laminas-feed": "2.16.0",
        "laminas/laminas-stdlib": "3.7.1",
        "masterminds/html5": "2.7.5",
        "pear/archive_tar": "1.4.14",
        "pear/console_getopt": "v1.4.3",
+0 −2
Original line number Diff line number Diff line
@@ -13,8 +13,6 @@
      "**/LICENSE.txt",
      "../**/LICENSE.txt",
      "modules/**/Migrate*Test.php",
      "modules/aggregator/tests/fixtures/drupal6.php",
      "modules/aggregator/tests/fixtures/drupal7.php",
      "modules/ckeditor5/js/build/*",
      "modules/color/preview.html",
      "modules/color/tests/modules/color_test/themes/color_test_theme/color/preview.html",
+4 −5
Original line number Diff line number Diff line
@@ -307,11 +307,10 @@ INSTALLATION
7. Set up independent "cron" maintenance jobs.

   Many Drupal modules have tasks that must be run periodically, including the
   Search module (building and updating the index used for keyword searching),
   the Aggregator module (retrieving feeds from other sites), and the System
   module (performing routine maintenance and pruning of database tables). These
   tasks are known as "cron maintenance tasks", named after the Unix/Linux
   "cron" utility.
   Search module (building and updating the index used for keyword searching)
   and the System module (performing routine maintenance and pruning of
   database tables). These tasks are known as "cron maintenance tasks", named
   after the Unix/Linux "cron" utility.

   When you install Drupal, its built-in cron feature is enabled, which
   automatically runs the cron tasks periodically, triggered by people visiting
+0 −3
Original line number Diff line number Diff line
@@ -58,9 +58,6 @@ maintainer. Current subsystem maintainers:
Actions
- ?

Aggregator
- ?

Ajax
- Alex Bronstein 'effulgentsia' https://www.drupal.org/u/effulgentsia
- Tim Plunkett 'tim.plunkett' https://www.drupal.org/u/tim.plunkett
Loading