Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Devlamynck committed Apr 4, 2024
1 parent f3d7666 commit b0e6cc1
Show file tree
Hide file tree
Showing 6 changed files with 3,155 additions and 3,443 deletions.
22 changes: 13 additions & 9 deletions composer.json
Expand Up @@ -3,6 +3,8 @@
"description": "PDF template bundle",
"type": "symfony-bundle",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "RichId",
Expand All @@ -16,22 +18,21 @@
"issues": "https://github.com/rich-id/pdf-template-bundle/issues"
},
"require": {
"php": "^8.0",
"php": "^8.1",
"chrome-php/chrome": "^1.7",
"doctrine/migrations": "^3.0",
"doctrine/orm": "^2.7",
"knplabs/knp-gaufrette-bundle": "^0.7.2",
"doctrine/orm": "^2.7 || ^3.0",
"knplabs/knp-gaufrette-bundle": "^0.9.0",
"mikehaertl/php-pdftk": "^0.13.1",
"richcongress/bundle-toolbox": "^1.1",
"sensio/framework-extra-bundle": "^5.4|^6.0",
"symfony/translation": "^5.4",
"symfony/twig-bundle": "^5.4"
"richcongress/bundle-toolbox": "v2.x-dev",
"symfony/translation": "^5.4 || ^6.0 || ^7.0",
"symfony/twig-bundle": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.0",
"phpunit/phpunit": "^9.5",
"richcongress/static-analysis": "^0.1",
"richcongress/test-suite": "^0.1",
"richcongress/test-suite": "v0.2.x-dev",
"roave/security-advisories": "dev-latest"
},
"autoload": {
Expand All @@ -46,7 +47,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 b0e6cc1

Please sign in to comment.