Update PHP version requirement to 8.3 in composer.json

The PHP version requirement in composer.json has been updated from 8.2 to 8.3. This change ensures compatibility with the latest version of PHP.

Update ca-bundle package to version 1.4.0

The ca-bundle package has been updated from version 1.3.7 to version 1.4.0. This update includes bug fixes and improvements.

Update parsedown package to latest version

The parsedown package has been updated to the latest available version, which is not specified in the code changes.

Update nelmio/security-bundle package to version v3.1.1

The nelmio/security-bundle package has been updated from version v3.1.0 to v3.1.1,
This commit is contained in:
Jeroen De Meerleer 2024-02-07 12:49:46 +01:00
parent 1c38432467
commit d6b87569a6
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
4 changed files with 719 additions and 710 deletions

View File

@ -4,7 +4,7 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.2",
"php": ">=8.3",
"ext-ctype": "*",
"ext-iconv": "*",
"erusev/parsedown": "^1.7",

473
composer.lock generated

File diff suppressed because it is too large Load Diff

944
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,12 +14,12 @@
"@babel/core": "^7.23",
"@babel/preset-env": "^7.23",
"@babel/plugin-proposal-class-properties": "^7.18",
"@symfony/webpack-encore": "^4.5",
"core-js": "^3.34",
"@symfony/webpack-encore": "^4.6",
"core-js": "^3.35",
"regenerator-runtime": "^0.14",
"sass": "^1.69",
"sass-loader": "^13.3",
"webpack": "^5.89",
"sass": "^1.70",
"sass-loader": "^14.1",
"webpack": "^5.90",
"webpack-cli": "^5.1",
"webpack-notifier": "^1.15"
},