Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Devlamynck committed Mar 11, 2024
1 parent 5bc815a commit 1dd1677
Show file tree
Hide file tree
Showing 7 changed files with 3,113 additions and 4,155 deletions.
28 changes: 16 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"description": "Mailer bundle",
"type": "symfony-bundle",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "RichId",
Expand All @@ -16,23 +18,22 @@
"issues": "https://github.com/rich-id/mailer-bundle/issues"
},
"require": {
"php": "^8.0",
"php": "^8.1",
"doctrine/migrations": "^3.0",
"doctrine/orm": "^2.7",
"richcongress/bundle-toolbox": "^1.1",
"sensio/framework-extra-bundle": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/mailer": "^5.4|^6.0",
"symfony/mime": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"doctrine/orm": "^2.7 || ^3.0",
"richcongress/bundle-toolbox": "v2.x-dev",
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
"symfony/mailer": "^5.4 || ^6.0 || ^7.0",
"symfony/mime": "^5.4 || ^6.0 || ^7.0",
"symfony/translation": "^5.4 || ^6.0 || ^7.0",
"symfony/twig-bundle": "^5.4 || ^6.0 || ^7.0",
"twig/twig": "^3.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.0",
"phpunit/phpunit": "^9.5",
"richcongress/static-analysis": "^0.1",
"richcongress/test-suite": "^0.1",
"richcongress/static-analysis": "v0.2.x-dev",
"richcongress/test-suite": "v0.2.x-dev",
"roave/security-advisories": "dev-latest"
},
"autoload": {
Expand All @@ -47,7 +48,10 @@
},
"config": {
"discard-changes": true,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"post-install-cmd": [
Expand Down

0 comments on commit 1dd1677

Please sign in to comment.