diff options
| author | 2023-10-08 20:19:17 +0200 | |
|---|---|---|
| committer | 2023-10-08 20:19:17 +0200 | |
| commit | 13a1c412dfb1878329b62d7c1adb4421d67c279b (patch) | |
| tree | acb8a64ec4917f51ceba2ee469b18b06222694ed /lib/composer.json | |
| parent | 8d72465f28100c2895f121d78055a04cc55174f5 (diff) | |
Minor update dependencies (#5693)
* Minor update dependencies
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5691
Mostly dev dependencies; nothing that affects our runtime
* Update versions for GitHub Actions
* Fix newly found typos
* Fix exclude path
Diffstat (limited to 'lib/composer.json')
| -rw-r--r-- | lib/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/composer.json b/lib/composer.json index f8ee50f9f..b06fea105 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -12,8 +12,8 @@ ], "require": { "marienfressinaud/lib_opml": "0.5.1", - "phpgt/cssxpath": "dev-master#4fbe420aba3d9e729940107ded4236a835a1a132", - "phpmailer/phpmailer": "6.8.0" + "phpgt/cssxpath": "dev-master#d99d35f7194bac19fb3f8726b70c1bc83de3e931", + "phpmailer/phpmailer": "6.8.1" }, "config": { "sort-packages": true, |
