Skip to content

Commit

Permalink
cleanup composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Oct 29, 2023
1 parent a50f8c0 commit 8b55786
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@
"ext-dom": "*",
"ext-simplexml": "*",
"php": "^8.1",
"ausi/slug-generator": "^1.1",
"contao/core-bundle": "^4.13 || ^5.0",
"doctrine/dbal": "^2.13 || ^3.0",
"hackzilla/password-generator": "^1.4",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"soundasleep/html2text": "^1.1",
"symfony/cache": "^5.4 || ^6.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^3.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/http-foundation": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/monolog-bridge": "^5.4 || ^6.0",
"symfony/string": "^5.2 || ^6.0",
"tijsverkoyen/css-to-inline-styles": "^2.2",
"twig/twig": "^3.0"
},
"require-dev": {
Expand All @@ -34,9 +28,6 @@
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-symfony": "^1.2"
},
"conflict": {
"heimrichhannot/contao-encore-bundle": "<1.5"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\UtilsBundle\\": "src/"
Expand All @@ -56,14 +47,6 @@
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\UtilsBundle\\ContaoManager\\Plugin",
"foxy": true
},
"suggest": {
"mpdf/mpdf": "Required by huh.utils.pdf.writer service in version ^7.0",
"setasign/fpdi-tcpdf": "Required by huh.utils.pdf.fpdi-writer service in version ^2.2",
"spatie/pdf-to-image": "Optional requirement for huh.utils.pdf.preview in version ^1.8. Please read the docs.",
"alchemy/ghostscript": "Optional requirement for huh.utils.pdf.preview in version ^4.1. Please read the docs.",
"eluceo/ical": "Optional requirement for IcsUtil in version ^0.16. Please read the docs."
"contao-manager-plugin": "HeimrichHannot\\UtilsBundle\\ContaoManager\\Plugin"
}
}

0 comments on commit 8b55786

Please sign in to comment.