diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-25 09:11:30 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-25 09:11:30 +0100 |
| commit | 1afd78f21bad3170aab34b0825c4ff9b31b0835b (patch) | |
| tree | 5012103f2fc8a953853be86aa9be354f1a4e4dcb | |
| parent | b87921a1da4ea20d7001c5ef79d933a3c8c9cf70 (diff) | |
| -rw-r--r-- | composer.json | 10 | ||||
| -rw-r--r-- | php-phpmailer7.spec | 15 |
2 files changed, 15 insertions, 10 deletions
diff --git a/composer.json b/composer.json index e762d59..63d0ffd 100644 --- a/composer.json +++ b/composer.json @@ -42,9 +42,8 @@ "doctrine/annotations": "^1.2.6 || ^1.13.3", "php-parallel-lint/php-console-highlighter": "^1.0.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", - "phpcompatibility/php-compatibility": "^9.3.5", - "roave/security-advisories": "dev-latest", - "squizlabs/php_codesniffer": "^3.7.2", + "phpcompatibility/php-compatibility": "^10.0.0@dev", + "squizlabs/php_codesniffer": "^3.13.5", "yoast/phpunit-polyfills": "^1.0.4" }, "suggest": { @@ -57,8 +56,11 @@ "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "psr/log": "For optional PSR-3 debug logging", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)", - "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication" + "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication", + "directorytree/imapengine": "For uploading sent messages via IMAP, see gmail example" }, + "minimum-stability": "dev", + "prefer-stable": true, "autoload": { "psr-4": { "PHPMailer\\PHPMailer\\": "src/" diff --git a/php-phpmailer7.spec b/php-phpmailer7.spec index 24f10d3..43875c4 100644 --- a/php-phpmailer7.spec +++ b/php-phpmailer7.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit c7111310c6116ba508a6a170a89eaaed2129bd42 +%global gh_commit 360ae911ce62e25e11249f6140fa58939f556ebe %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner PHPMailer %global gh_project PHPMailer @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_project}%{major} -Version: 7.0.0 +Version: 7.0.1 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -51,9 +51,8 @@ BuildRequires: php-fedora-autoloader-devel # "doctrine/annotations": "^1.236 || ^1.13.3", # "php-parallel-lint/php-console-highlighter": "^0.5.0", # "php-parallel-lint/php-parallel-lint": "^1.3.1", -# "phpcompatibility/php-compatibility": "^9.3.5", -# "roave/security-advisories": "dev-latest", -# "squizlabs/php_codesniffer": "^3.7.2", +# "phpcompatibility/php-compatibility": "^10.0.0@dev", +# "squizlabs/php_codesniffer": "^3.13.5", # "yoast/phpunit-polyfills": "^1.0.4" %global phpunit %{_bindir}/phpunit9 BuildRequires: (php-composer(yoast/phpunit-polyfills) >= 1.0.4 with php-composer(yoast/phpunit-polyfills) < 2) @@ -84,7 +83,8 @@ Requires: php-openssl # "league/oauth2-google": "Needed for Google XOAUTH2 authentication", # "psr/log": "For optional PSR-3 debug logging", # "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)", -# "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication" +# "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication", +# "directorytree/imapengine": "For uploading sent messages via IMAP, see gmail example" Suggests: php-composer(psr/log) # Autoloader Requires: php-composer(fedora/autoloader) @@ -204,6 +204,9 @@ exit $ret %changelog +* Tue Nov 25 2025 Remi Collet <remi@remirepo.net> - 7.0.1-1 +- update to 7.0.1 + * Thu Oct 16 2025 Remi Collet <remi@remirepo.net> - 7.0.0-1 - update to 7.0.0 - rename to php-phpmailer7 |
