[FEATURE] Update app to use the latest libs incl. the Symfony 6 mailer. At...
[FEATURE] Update app to use the latest libs incl. the Symfony 6 mailer. At least 4 years of missing updates.
{ | ||
"name": "sgalinski/webhooks", | ||
"description": "Webhook library for Gitlab", | ||
"config": { | ||
"optimize-autoloader": true, | ||
"platform": { | ||
"php": "7.4.99" | ||
} | ||
}, | ||
"require": { | ||
"m4tthumphrey/php-gitlab-api": "^9.9", | ||
"m4tthumphrey/php-gitlab-api": "^11.8", | ||
"guzzlehttp/guzzle": "^7.4", | ||
"http-interop/http-factory-guzzle": "^1.2", | ||
"symfony/dom-crawler": "^4.2", | ||
"symfony/yaml": "^4.2", | ||
"symfony/css-selector": "^4.2", | ||
"swiftmailer/swiftmailer": "^6.0", | ||
"twig/twig": "^2.5", | ||
"tijsverkoyen/css-to-inline-styles": "^2.2" | ||
"tijsverkoyen/css-to-inline-styles": "^2.2", | ||
"symfony/mailer": "^5.4" | ||
}, | ||
"keywords": ["gitlab"], | ||
"license": "MIT", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment