Update composer dependencies versions and PHP requirements:

- Updated doctrine/doctrine-bundle to version ^2.12
- Updated doctrine/orm to version ^2.19
- Updated nelmio/security-bundle to version ^v3.3
- Updated scienta/doctrine-json-functions to version ^5.5
- Updated phpstan/phpstan to version ^1.10
- Updated symfony/process to version ^4.0 || ^5.0 || ^6.0 || ^7.0
This commit is contained in:
Jeroen De Meerleer 2024-05-21 11:47:17 +02:00
parent f25a81daf1
commit 02a14ad587
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
4 changed files with 1582 additions and 1567 deletions

View File

@ -11,13 +11,13 @@
"ext-openssl": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-bundle": "^2.12",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^2.17",
"doctrine/orm": "^2.19",
"guzzlehttp/guzzle": "^7.8",
"nelmio/security-bundle": "^v3.1",
"nelmio/security-bundle": "^v3.3",
"phpseclib/phpseclib": "^3.0",
"scienta/doctrine-json-functions": "^5.3",
"scienta/doctrine-json-functions": "^5.5",
"symfony/console": "^6.4",
"symfony/crowdin-translation-provider": "^6.4",
"symfony/dotenv": "^6.4",

1219
composer.lock generated

File diff suppressed because it is too large Load Diff

1908
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,14 +12,14 @@
"moment": "^2.30"
},
"devDependencies": {
"@babel/core": "^7.23",
"@babel/preset-env": "^7.23",
"@symfony/webpack-encore": "^4.5",
"core-js": "^3.35",
"sass": "^1.69",
"sass-loader": "^13.3",
"@babel/core": "^7.24",
"@babel/preset-env": "^7.24",
"@symfony/webpack-encore": "^4.6",
"core-js": "^3.37",
"sass": "^1.77",
"sass-loader": "^14.2",
"regenerator-runtime": "^0.14",
"webpack": "^5.89",
"webpack": "^5.91",
"webpack-cli": "^5.1",
"webpack-notifier": "^1.15"
},