diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 56ab4cac9..3ebcff862 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,7 +88,7 @@ jobs: rm main.zip mv base-distribution-main base cd base - composer update --no-dev + composer install --no-dev --no-interaction --prefer-dist if: ${{ matrix.unsupported == false }} - name: Start Test Server diff --git a/composer.json b/composer.json index ffbe04c95..bbc4253a6 100644 --- a/composer.json +++ b/composer.json @@ -18,100 +18,100 @@ }, "minimum-stability": "dev", "repositories": [ - { - "type": "composer", - "url": "https://repo.packagist.org" - }, - { - "type": "vcs", - "url": "https://github.com/phpList/phplist-ui-bootlist" - }, - { - "type": "vcs", - "url": "https://github.com/phpList/phplist-lan-help" - }, - { - "type": "vcs", - "url": "https://github.com/phpList/phplist-lan-info" - }, - { - "type": "vcs", - "url": "https://github.com/phpList/phplist-lan-texts" - }, - { - "type": "vcs", - "url": "https://github.com/phpList/updater" - }, - { - "type": "vcs", - "url": "https://github.com/phpList/phplist-plugin-invite.git" - }, - { - "type": "vcs", - "url": "https://github.com/bramley/phplist-plugin-common.git" - }, - { - "type": "vcs", - "url": "https://github.com/bramley/phplist-plugin-captcha.git" - }, - { - "type": "vcs", - "url": "https://github.com/bramley/phplist-plugin-ckeditor.git" - }, - { - "type": "vcs", - "url": "https://github.com/bramley/phplist-plugin-segment.git" - }, - { - "type": "vcs", - "url": "https://github.com/michield/phplist-plugin-campaignslicer.git" - }, - { - "type": "vcs", - "url": "https://github.com/michield/phplist-plugin-dateplaceholder.git" - }, - { - "type": "vcs", - "url": "https://github.com/michield/phplist-plugin-disposablemailblock.git" - }, - { - "type": "vcs", - "url": "https://github.com/michield/phplist-plugin-domainthrottlemap.git" - }, - { - "type": "vcs", - "url": "https://github.com/michield/phplist-plugin-embedremoteimages.git" - }, - { - "type": "vcs", - "url": "https://github.com/phplist/phplist-plugin-subjectLinePlaceholdersPlugin.git" - }, - { - "type": "vcs", - "url": "https://github.com/bramley/phplist-plugin-updater.git" - }, - { - "type": "vcs", - "url": "https://github.com/bramley/phplist-plugin-imap2.git" - }, - { - "type": "vcs", - "url": "https://github.com/tatevikgr/phplist-plugin-ckeditor5.git" - }, - { - "type": "vcs", - "url": "https://github.com/phpList/phplist-plugin-saml2.git" - } - ], + { + "type": "composer", + "url": "https://repo.packagist.org" + }, + { + "type": "vcs", + "url": "https://github.com/phpList/phplist-ui-bootlist" + }, + { + "type": "vcs", + "url": "https://github.com/phpList/phplist-lan-help" + }, + { + "type": "vcs", + "url": "https://github.com/phpList/phplist-lan-info" + }, + { + "type": "vcs", + "url": "https://github.com/phpList/phplist-lan-texts" + }, + { + "type": "vcs", + "url": "https://github.com/phpList/updater" + }, + { + "type": "vcs", + "url": "https://github.com/phpList/phplist-plugin-invite.git" + }, + { + "type": "vcs", + "url": "https://github.com/bramley/phplist-plugin-common.git" + }, + { + "type": "vcs", + "url": "https://github.com/bramley/phplist-plugin-captcha.git" + }, + { + "type": "vcs", + "url": "https://github.com/bramley/phplist-plugin-ckeditor.git" + }, + { + "type": "vcs", + "url": "https://github.com/bramley/phplist-plugin-segment.git" + }, + { + "type": "vcs", + "url": "https://github.com/michield/phplist-plugin-campaignslicer.git" + }, + { + "type": "vcs", + "url": "https://github.com/michield/phplist-plugin-dateplaceholder.git" + }, + { + "type": "vcs", + "url": "https://github.com/michield/phplist-plugin-disposablemailblock.git" + }, + { + "type": "vcs", + "url": "https://github.com/michield/phplist-plugin-domainthrottlemap.git" + }, + { + "type": "vcs", + "url": "https://github.com/michield/phplist-plugin-embedremoteimages.git" + }, + { + "type": "vcs", + "url": "https://github.com/phplist/phplist-plugin-subjectLinePlaceholdersPlugin.git" + }, + { + "type": "vcs", + "url": "https://github.com/bramley/phplist-plugin-updater.git" + }, + { + "type": "vcs", + "url": "https://github.com/bramley/phplist-plugin-imap2.git" + }, + { + "type": "vcs", + "url": "https://github.com/tatevikgr/phplist-plugin-ckeditor5.git" + }, + { + "type": "vcs", + "url": "https://github.com/phpList/phplist-plugin-saml2.git" + } + ], "extra": { - "custom-installer": { - "vendor/{$vendor}/{$name}/": ["type:library"], - "public_html/lists/admin/ui/{$name}": ["phplist/phplist-ui-bootlist"], - "public_html/lists/admin/help": ["phplist/phplist-lan-help"], - "public_html/lists/admin/info": ["phplist/phplist-lan-info"], - "public_html/lists/texts": ["phplist/phplist-lan-texts"], - "public_html/lists/updater": ["phplist/updater"] - } + "custom-installer": { + "vendor/{$vendor}/{$name}/": ["type:library"], + "public_html/lists/admin/ui/{$name}": ["phplist/phplist-ui-bootlist"], + "public_html/lists/admin/help": ["phplist/phplist-lan-help"], + "public_html/lists/admin/info": ["phplist/phplist-lan-info"], + "public_html/lists/texts": ["phplist/phplist-lan-texts"], + "public_html/lists/updater": ["phplist/updater"] + } }, "scripts": { "post-install-cmd": [ @@ -122,7 +122,7 @@ ] }, "require": { - "php": ">=8.2", + "php": ">=7.3", "davidbarratt/custom-installer": "@stable", "phplist/phplist-ui-bootlist": "@stable", "phplist/phplist-lan-help": "@stable", @@ -130,7 +130,6 @@ "phplist/phplist-lan-texts": "@stable", "phplist/updater": "@stable", "phplist/phplist-plugin-invite": "dev-master", - "phplist/phplist-plugin-saml2": "dev-main", "michield/phplist-plugin-campaignslicer": "dev-master", "michield/phplist-plugin-dateplaceholder": "dev-master", "michield/phplist-plugin-disposablemailblock": "dev-master", @@ -143,7 +142,8 @@ "phplist/phplist-plugin-subjectlineplaceholders": "dev-master", "bramley/phplist-plugin-updater": "dev-main", "bramley/phplist-plugin-imap2": "dev-master", - "tatevikgr/phplist-plugin-ckeditor5": "dev-master" + "tatevikgr/phplist-plugin-ckeditor5": "dev-master", + "phplist/phplist-plugin-saml2": "dev-main" }, "require-dev": { "behat/behat": "@stable", diff --git a/composer.lock b/composer.lock index 19044d9ca..6db7e30e0 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": "73b8d5f2d576ee5a37e4dadca9a2cec1", + "content-hash": "9b0dba623b44ffa4fc27181e381c231a", "packages": [ { "name": "bramley/phplist-plugin-captcha", @@ -1055,6 +1055,45 @@ }, "time": "2021-04-20T20:54:46+00:00" }, + { + "name": "phplist/phplist-plugin-saml2", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/phpList/phplist-plugin-saml2.git", + "reference": "ad8aaa2f5a22f42b3cc50f720de039ddeb6d56f1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpList/phplist-plugin-saml2/zipball/ad8aaa2f5a22f42b3cc50f720de039ddeb6d56f1", + "reference": "ad8aaa2f5a22f42b3cc50f720de039ddeb6d56f1", + "shasum": "" + }, + "require": { + "php": ">=7.0" + }, + "default-branch": true, + "type": "phplist-plugin", + "license": [ + "GNU Affero General Public License version 3.0 or later (AGPLv3+)" + ], + "description": "SAML2 support for phpList", + "homepage": "https://www.phpList.org/", + "keywords": [ + "email", + "manager", + "newsletter", + "permission marketing", + "phplist" + ], + "support": { + "issues": "https://github.com/phpList/phpList3/issues", + "forum": "https://discuss.phplist.org/", + "wiki": "http://resources.phplist.com/", + "source": "https://github.com/phpList/phpList3" + }, + "time": "2025-06-28T09:36:08+00:00" + }, { "name": "phplist/phplist-plugin-subjectlineplaceholders", "version": "dev-master", @@ -1531,7 +1570,7 @@ "type": "tidelift" } ], - "time": "2025-01-02T08:10:11+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "tatevikgr/phplist-plugin-ckeditor5", @@ -1539,12 +1578,12 @@ "source": { "type": "git", "url": "https://github.com/TatevikGr/phplist-plugin-ckeditor5.git", - "reference": "aae8360a8fa63b4170b8ddb8f6f7c7fd08a6e8c3" + "reference": "1ed5ab7c7d0fd3b25bc24e8bc4603eb2f4109d02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TatevikGr/phplist-plugin-ckeditor5/zipball/aae8360a8fa63b4170b8ddb8f6f7c7fd08a6e8c3", - "reference": "aae8360a8fa63b4170b8ddb8f6f7c7fd08a6e8c3", + "url": "https://api.github.com/repos/TatevikGr/phplist-plugin-ckeditor5/zipball/1ed5ab7c7d0fd3b25bc24e8bc4603eb2f4109d02", + "reference": "1ed5ab7c7d0fd3b25bc24e8bc4603eb2f4109d02", "shasum": "" }, "default-branch": true, @@ -1565,7 +1604,7 @@ "source": "https://github.com/TatevikGr/phplist-plugin-ckeditor5/tree/master", "issues": "https://github.com/TatevikGr/phplist-plugin-ckeditor5/issues" }, - "time": "2025-03-02T15:13:57+00:00" + "time": "2025-09-09T07:59:38+00:00" } ], "packages-dev": [ @@ -1653,31 +1692,25 @@ }, { "name": "behat/gherkin", - "version": "v4.14.0", + "version": "v4.9.0", "source": { "type": "git", "url": "https://github.com/Behat/Gherkin.git", - "reference": "34c9b59c59355a7b4c53b9f041c8dbd1c8acc3b4" + "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Gherkin/zipball/34c9b59c59355a7b4c53b9f041c8dbd1c8acc3b4", - "reference": "34c9b59c59355a7b4c53b9f041c8dbd1c8acc3b4", + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4", + "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4", "shasum": "" }, "require": { - "composer-runtime-api": "^2.2", - "php": "8.1.* || 8.2.* || 8.3.* || 8.4.*" + "php": "~7.2|~8.0" }, "require-dev": { - "cucumber/gherkin-monorepo": "dev-gherkin-v32.1.1", - "friendsofphp/php-cs-fixer": "^3.65", - "mikey179/vfsstream": "^1.6", - "phpstan/extension-installer": "^1", - "phpstan/phpstan": "^2", - "phpstan/phpstan-phpunit": "^2", - "phpunit/phpunit": "^10.5", - "symfony/yaml": "^5.4 || ^6.4 || ^7.0" + "cucumber/cucumber": "dev-gherkin-22.0.0", + "phpunit/phpunit": "~8|~9", + "symfony/yaml": "~3|~4|~5" }, "suggest": { "symfony/yaml": "If you want to parse features, represented in YAML files" @@ -1689,8 +1722,8 @@ } }, "autoload": { - "psr-4": { - "Behat\\Gherkin\\": "src/" + "psr-0": { + "Behat\\Gherkin": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1701,11 +1734,11 @@ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", - "homepage": "https://everzet.com" + "homepage": "http://everzet.com" } ], "description": "Gherkin DSL parser for PHP", - "homepage": "https://behat.org/", + "homepage": "http://behat.org/", "keywords": [ "BDD", "Behat", @@ -1716,36 +1749,34 @@ ], "support": { "issues": "https://github.com/Behat/Gherkin/issues", - "source": "https://github.com/Behat/Gherkin/tree/v4.14.0" + "source": "https://github.com/Behat/Gherkin/tree/v4.9.0" }, - "time": "2025-05-23T15:06:40+00:00" + "time": "2021-10-12T13:05:09+00:00" }, { "name": "behat/mink-selenium2-driver", - "version": "v1.7.0", + "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/minkphp/MinkSelenium2Driver.git", - "reference": "4ca4083f305de7dff4434ac402dc4e3f39c0866a" + "reference": "e5f8421654930da725499fb92983e6948c6f973e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/4ca4083f305de7dff4434ac402dc4e3f39c0866a", - "reference": "4ca4083f305de7dff4434ac402dc4e3f39c0866a", + "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/e5f8421654930da725499fb92983e6948c6f973e", + "reference": "e5f8421654930da725499fb92983e6948c6f973e", "shasum": "" }, "require": { - "behat/mink": "^1.11@dev", + "behat/mink": "^1.9@dev", "ext-json": "*", - "instaclick/php-webdriver": "^1.4.14", + "instaclick/php-webdriver": "^1.4", "php": ">=7.2" }, "require-dev": { "mink/driver-testsuite": "dev-master", - "phpstan/phpstan": "^1.10", - "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^8.5.22 || ^9.5.11", - "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0" + "symfony/error-handler": "^4.4 || ^5.0" }, "type": "mink-driver", "extra": { @@ -1786,9 +1817,9 @@ ], "support": { "issues": "https://github.com/minkphp/MinkSelenium2Driver/issues", - "source": "https://github.com/minkphp/MinkSelenium2Driver/tree/v1.7.0" + "source": "https://github.com/minkphp/MinkSelenium2Driver/tree/v1.6.0" }, - "time": "2023-12-09T11:58:45+00:00" + "time": "2022-03-28T14:55:17+00:00" }, { "name": "behat/transliterator", @@ -1837,7 +1868,6 @@ "issues": "https://github.com/Behat/Transliterator/issues", "source": "https://github.com/Behat/Transliterator/tree/v1.5.0" }, - "abandoned": true, "time": "2022-03-30T09:27:43+00:00" }, { @@ -1962,7 +1992,6 @@ "issues": "https://github.com/elvetemedve/behat-screenshot/issues", "source": "https://github.com/elvetemedve/behat-screenshot/tree/master" }, - "abandoned": true, "time": "2020-04-07T13:22:51+00:00" }, { @@ -2003,27 +2032,27 @@ }, { "name": "friends-of-behat/mink", - "version": "v1.11.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/FriendsOfBehat/Mink.git", - "reference": "8aa0dc57999cb12736b80b379e22187d7f18e8a9" + "reference": "301371a4e229cb7d4e0e401d6afb90cff4214ef5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfBehat/Mink/zipball/8aa0dc57999cb12736b80b379e22187d7f18e8a9", - "reference": "8aa0dc57999cb12736b80b379e22187d7f18e8a9", + "url": "https://api.github.com/repos/FriendsOfBehat/Mink/zipball/301371a4e229cb7d4e0e401d6afb90cff4214ef5", + "reference": "301371a4e229cb7d4e0e401d6afb90cff4214ef5", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "symfony/css-selector": "^4.4|^5.0|^6.0|^7.0" + "symfony/css-selector": "^4.4|^5.0|^6.0" }, "replace": { "behat/mink": "self.version" }, "require-dev": { - "symfony/phpunit-bridge": "^5.2|^6.0|^7.0" + "symfony/phpunit-bridge": "^5.2|^6.0" }, "suggest": { "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", @@ -2062,29 +2091,29 @@ "web" ], "support": { - "source": "https://github.com/FriendsOfBehat/Mink/tree/v1.11.0" + "source": "https://github.com/FriendsOfBehat/Mink/tree/v1.10.0" }, - "time": "2024-02-06T13:17:10+00:00" + "time": "2021-12-13T11:05:18+00:00" }, { "name": "friends-of-behat/mink-extension", - "version": "v2.7.5", + "version": "v2.7.2", "source": { "type": "git", "url": "https://github.com/FriendsOfBehat/MinkExtension.git", - "reference": "854336030e11983f580f49faad1b49a1238f9846" + "reference": "ffc5ee88aa8e5b430f0c417adb3f0c943ffeafed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/854336030e11983f580f49faad1b49a1238f9846", - "reference": "854336030e11983f580f49faad1b49a1238f9846", + "url": "https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/ffc5ee88aa8e5b430f0c417adb3f0c943ffeafed", + "reference": "ffc5ee88aa8e5b430f0c417adb3f0c943ffeafed", "shasum": "" }, "require": { "behat/behat": "^3.0.5", "behat/mink": "^1.5", "php": ">=7.4", - "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0" + "symfony/config": "^4.4 || ^5.0 || ^6.0" }, "replace": { "behat/mink-extension": "self.version" @@ -2127,10 +2156,9 @@ "web" ], "support": { - "issues": "https://github.com/FriendsOfBehat/MinkExtension/issues", - "source": "https://github.com/FriendsOfBehat/MinkExtension/tree/v2.7.5" + "source": "https://github.com/FriendsOfBehat/MinkExtension/tree/v2.7.2" }, - "time": "2024-01-11T09:12:02+00:00" + "time": "2022-10-17T07:23:22+00:00" }, { "name": "genesis/behat-fail-aid", @@ -2196,16 +2224,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.7.1", + "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16" + "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16", - "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727", + "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727", "shasum": "" }, "require": { @@ -2219,9 +2247,9 @@ "psr/http-message-implementation": "1.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "http-interop/http-factory-tests": "0.9.0", - "phpunit/phpunit": "^8.5.39 || ^9.6.20" + "bamarni/composer-bin-plugin": "^1.8.1", + "http-interop/http-factory-tests": "^0.9", + "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -2292,7 +2320,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.7.1" + "source": "https://github.com/guzzle/psr7/tree/2.6.1" }, "funding": [ { @@ -2308,20 +2336,20 @@ "type": "tidelift" } ], - "time": "2025-03-27T12:30:47+00:00" + "time": "2023-08-27T10:13:57+00:00" }, { "name": "instaclick/php-webdriver", - "version": "1.4.19", + "version": "1.4.16", "source": { "type": "git", "url": "https://github.com/instaclick/php-webdriver.git", - "reference": "3b2a2ddc4e0a690cc691d7e5952964cc4b9538b1" + "reference": "a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/3b2a2ddc4e0a690cc691d7e5952964cc4b9538b1", - "reference": "3b2a2ddc4e0a690cc691d7e5952964cc4b9538b1", + "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606", + "reference": "a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606", "shasum": "" }, "require": { @@ -2369,26 +2397,26 @@ ], "support": { "issues": "https://github.com/instaclick/php-webdriver/issues", - "source": "https://github.com/instaclick/php-webdriver/tree/1.4.19" + "source": "https://github.com/instaclick/php-webdriver/tree/1.4.16" }, - "time": "2024-03-19T01:58:53+00:00" + "time": "2022-10-28T13:30:35+00:00" }, { "name": "psr/http-factory", - "version": "1.1.0", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" + "reference": "e616d01114759c4c489f93b099585439f795fe35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "reference": "e616d01114759c4c489f93b099585439f795fe35", "shasum": "" }, "require": { - "php": ">=7.1", + "php": ">=7.0.0", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", @@ -2412,7 +2440,7 @@ "homepage": "https://www.php-fig.org/" } ], - "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", + "description": "Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", @@ -2424,9 +2452,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory" + "source": "https://github.com/php-fig/http-factory/tree/1.0.2" }, - "time": "2024-04-15T12:06:14+00:00" + "time": "2023-04-10T20:10:41+00:00" }, { "name": "psr/http-message", @@ -2891,73 +2919,6 @@ ], "time": "2022-11-16T16:18:09+00:00" }, - { - "name": "symfony/deprecation-contracts", - "version": "v3.6.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", - "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, - "branch-alias": { - "dev-main": "3.6-dev" - } - }, - "autoload": { - "files": [ - "function.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "A generic function and convention to trigger deprecation notices", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-25T14:21:43+00:00" - }, { "name": "symfony/event-dispatcher", "version": "v4.4.44", @@ -3044,16 +3005,16 @@ }, { "name": "symfony/event-dispatcher-contracts", - "version": "v1.10.0", + "version": "v1.1.13", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "761c8b8387cfe5f8026594a75fdf0a4e83ba6974" + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/761c8b8387cfe5f8026594a75fdf0a4e83ba6974", - "reference": "761c8b8387cfe5f8026594a75fdf0a4e83ba6974", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", "shasum": "" }, "require": { @@ -3065,12 +3026,12 @@ }, "type": "library", "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, "branch-alias": { "dev-main": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -3103,7 +3064,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.10.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" }, "funding": [ { @@ -3119,7 +3080,7 @@ "type": "tidelift" } ], - "time": "2022-07-20T09:59:04+00:00" + "time": "2022-01-02T09:41:36+00:00" }, { "name": "symfony/finder", @@ -3264,20 +3225,20 @@ }, { "name": "symfony/polyfill-iconv", - "version": "v1.32.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa" + "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/5f3b930437ae03ae5dff61269024d8ea1b3774aa", - "reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6de50471469b8c9afc38164452ab2b6170ee71c1", + "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "provide": { "ext-iconv": "*" @@ -3287,9 +3248,12 @@ }, "type": "library", "extra": { + "branch-alias": { + "dev-main": "1.28-dev" + }, "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -3324,7 +3288,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.32.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.28.0" }, "funding": [ { @@ -3340,7 +3304,7 @@ "type": "tidelift" } ], - "time": "2024-09-17T14:58:18+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -3425,26 +3389,29 @@ }, { "name": "symfony/polyfill-php73", - "version": "v1.32.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb" + "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb", - "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5", + "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "type": "library", "extra": { + "branch-alias": { + "dev-main": "1.28-dev" + }, "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -3481,7 +3448,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.32.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0" }, "funding": [ { @@ -3497,30 +3464,33 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.32.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", - "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "type": "library", "extra": { + "branch-alias": { + "dev-main": "1.28-dev" + }, "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -3557,7 +3527,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.32.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" }, "funding": [ { @@ -3573,41 +3543,37 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.5.4", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "f37b419f7aea2e9abf10abd261832cace12e3300" + "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300", - "reference": "f37b419f7aea2e9abf10abd261832cace12e3300", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1", + "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/container": "^1.1", - "symfony/deprecation-contracts": "^2.1|^3" - }, - "conflict": { - "ext-psr": "<1.1|>=2" + "psr/container": "^1.0" }, "suggest": { "symfony/service-implementation": "" }, "type": "library", "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, "branch-alias": { - "dev-main": "2.5-dev" + "dev-master": "2.2-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -3640,7 +3606,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.5.4" + "source": "https://github.com/symfony/service-contracts/tree/master" }, "funding": [ { @@ -3656,7 +3622,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:11:13+00:00" + "time": "2020-09-07T11:33:47+00:00" }, { "name": "symfony/translation", @@ -3749,16 +3715,16 @@ }, { "name": "symfony/translation-contracts", - "version": "v2.5.4", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "450d4172653f38818657022252f9d81be89ee9a8" + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/450d4172653f38818657022252f9d81be89ee9a8", - "reference": "450d4172653f38818657022252f9d81be89ee9a8", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe", + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe", "shasum": "" }, "require": { @@ -3769,12 +3735,12 @@ }, "type": "library", "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, "branch-alias": { "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -3807,7 +3773,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v2.5.4" + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2" }, "funding": [ { @@ -3823,7 +3789,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:11:13+00:00" + "time": "2022-06-27T16:58:25+00:00" }, { "name": "symfony/yaml", @@ -3970,16 +3936,16 @@ }, { "name": "zbateson/mb-wrapper", - "version": "1.2.1", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/zbateson/mb-wrapper.git", - "reference": "09a8b77eb94af3823a9a6623dcc94f8d988da67f" + "reference": "faf35dddfacfc5d4d5f9210143eafd7a7fe74334" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/09a8b77eb94af3823a9a6623dcc94f8d988da67f", - "reference": "09a8b77eb94af3823a9a6623dcc94f8d988da67f", + "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/faf35dddfacfc5d4d5f9210143eafd7a7fe74334", + "reference": "faf35dddfacfc5d4d5f9210143eafd7a7fe74334", "shasum": "" }, "require": { @@ -3990,7 +3956,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "*", "phpstan/phpstan": "*", - "phpunit/phpunit": "<10.0" + "phpunit/phpunit": "<=9.0" }, "suggest": { "ext-iconv": "For best support/performance", @@ -4027,7 +3993,7 @@ ], "support": { "issues": "https://github.com/zbateson/mb-wrapper/issues", - "source": "https://github.com/zbateson/mb-wrapper/tree/1.2.1" + "source": "https://github.com/zbateson/mb-wrapper/tree/1.2.0" }, "funding": [ { @@ -4035,7 +4001,7 @@ "type": "github" } ], - "time": "2024-03-18T04:31:04+00:00" + "time": "2023-01-11T23:05:44+00:00" }, { "name": "zbateson/stream-decorators", @@ -4124,6 +4090,7 @@ "bramley/phplist-plugin-updater": 20, "bramley/phplist-plugin-imap2": 20, "tatevikgr/phplist-plugin-ckeditor5": 20, + "phplist/phplist-plugin-saml2": 20, "behat/behat": 0, "behat/mink-selenium2-driver": 0, "friends-of-behat/mink": 0, @@ -4135,5 +4102,5 @@ "php": ">=7.3" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.2.0" }