Skip to content

Commit

Permalink
Compatibility with PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CatoTH committed Nov 2, 2024
1 parent b7014f2 commit de2093c
Show file tree
Hide file tree
Showing 7 changed files with 516 additions and 677 deletions.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- Access to content pages can now be restricted to logged in users, admins or specific user groups.
- When merging amendments into a motion, the default setting now is to create a resolution, not a new motion.
- A new translation is provided: Montenegrin (thanks to Danilo Boskovic)
- Some compatibility issues with PHP 8.4 were resolved.
- Bugfix: Tabular data was not encoded correctly in the PHP-based PDF export.
- Bugfix: The PDF with all amendments embedded into the motion text could not be generated if a Weasyprint-based PDF layout was selected.
- Bugfix: If a motion with a proposed modified version was copied, merging that proposed version was not possible anymore.
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"firebase/php-jwt": "^6.8",
"guzzlehttp/guzzle": "^7.7",
"paragonie/sodium_compat": "^2.0",
"phpoffice/phpspreadsheet": "^2.0",
"phpoffice/phpspreadsheet": "^3.3",
"predis/predis": "^2.2",
"s1syphos/php-simple-captcha": "^2.3",
"scssphp/scssphp": "^1.11",
Expand All @@ -53,16 +53,16 @@
"yiisoft/yii2-redis": "^2.0"
},
"require-dev": {
"codeception/codeception": "^5.0.10",
"codeception/codeception": "dev-main#3d7a135b76f29eba80917db17ef5653fb1c4f885 as 5.1.2",
"codeception/module-asserts": "^3.0.0",
"codeception/module-phpbrowser": "^3.0.0",
"codeception/module-webdriver": "^3.2.1",
"codeception/module-webdriver": "^4.0.2",
"codeception/module-yii2": "^1.1.8",
"codeception/lib-web": "dev-main#bc7c96a52e61cf636130caec77bd4668a2bc5969 as 1.0.6",
"phpmd/phpmd": "^2.13.0",
"phpstan/phpstan": "^1.10.15",
"squizlabs/php_codesniffer": "^3.7.2",
"yiisoft/yii2-debug": "^2.1.23",
"yiisoft/yii2-shell": "~2.0.5"
"yiisoft/yii2-debug": "^2.1.23"
},
"conflict": {
"psr/cache": ">=3.0.0",
Expand Down
Loading

0 comments on commit de2093c

Please sign in to comment.