-
-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2e4dec
commit 68715ba
Showing
23 changed files
with
388 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -514,17 +514,17 @@ | |
}, | ||
{ | ||
"name": "phpmailer/phpmailer", | ||
"version": "v6.9.2", | ||
"version_normalized": "6.9.2.0", | ||
"version": "v6.9.3", | ||
"version_normalized": "6.9.3.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/PHPMailer/PHPMailer.git", | ||
"reference": "a7b17b42fa4887c92146243f3d2f4ccb962af17c" | ||
"reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a7b17b42fa4887c92146243f3d2f4ccb962af17c", | ||
"reference": "a7b17b42fa4887c92146243f3d2f4ccb962af17c", | ||
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2f5c94fe7493efc213f643c23b1b1c249d40f47e", | ||
"reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
|
@@ -554,7 +554,7 @@ | |
"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" | ||
}, | ||
"time": "2024-10-09T10:07:50+00:00", | ||
"time": "2024-11-24T18:04:13+00:00", | ||
"type": "library", | ||
"installation-source": "dist", | ||
"autoload": { | ||
|
@@ -586,7 +586,7 @@ | |
"description": "PHPMailer is a full-featured email creation and transfer class for PHP", | ||
"support": { | ||
"issues": "https://github.com/PHPMailer/PHPMailer/issues", | ||
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.2" | ||
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.3" | ||
}, | ||
"funding": [ | ||
{ | ||
|
@@ -649,6 +649,76 @@ | |
}, | ||
"install-path": "../psr/log" | ||
}, | ||
{ | ||
"name": "symfony/deprecation-contracts", | ||
"version": "v3.5.1", | ||
"version_normalized": "3.5.1.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/symfony/deprecation-contracts.git", | ||
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", | ||
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=8.1" | ||
}, | ||
"time": "2024-09-25T14:20:29+00:00", | ||
"type": "library", | ||
"extra": { | ||
"branch-alias": { | ||
"dev-main": "3.5-dev" | ||
}, | ||
"thanks": { | ||
"name": "symfony/contracts", | ||
"url": "https://github.com/symfony/contracts" | ||
} | ||
}, | ||
"installation-source": "dist", | ||
"autoload": { | ||
"files": [ | ||
"function.php" | ||
] | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Nicolas Grekas", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"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.5.1" | ||
}, | ||
"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" | ||
} | ||
], | ||
"install-path": "../symfony/deprecation-contracts" | ||
}, | ||
{ | ||
"name": "symfony/polyfill-ctype", | ||
"version": "v1.31.0", | ||
|
@@ -986,21 +1056,22 @@ | |
}, | ||
{ | ||
"name": "symfony/yaml", | ||
"version": "v7.1.6", | ||
"version_normalized": "7.1.6.0", | ||
"version": "v7.2.0", | ||
"version_normalized": "7.2.0.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/symfony/yaml.git", | ||
"reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671" | ||
"reference": "099581e99f557e9f16b43c5916c26380b54abb22" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/symfony/yaml/zipball/3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", | ||
"reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", | ||
"url": "https://api.github.com/repos/symfony/yaml/zipball/099581e99f557e9f16b43c5916c26380b54abb22", | ||
"reference": "099581e99f557e9f16b43c5916c26380b54abb22", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=8.2", | ||
"symfony/deprecation-contracts": "^2.5|^3.0", | ||
"symfony/polyfill-ctype": "^1.8" | ||
}, | ||
"conflict": { | ||
|
@@ -1009,7 +1080,7 @@ | |
"require-dev": { | ||
"symfony/console": "^6.4|^7.0" | ||
}, | ||
"time": "2024-09-25T14:20:29+00:00", | ||
"time": "2024-10-23T06:56:12+00:00", | ||
"bin": [ | ||
"Resources/bin/yaml-lint" | ||
], | ||
|
@@ -1040,7 +1111,7 @@ | |
"description": "Loads and dumps YAML files", | ||
"homepage": "https://symfony.com", | ||
"support": { | ||
"source": "https://github.com/symfony/yaml/tree/v7.1.6" | ||
"source": "https://github.com/symfony/yaml/tree/v7.2.0" | ||
}, | ||
"funding": [ | ||
{ | ||
|
Oops, something went wrong.