UPDATED DEPS

This commit is contained in:
Jeroen De Meerleer 2021-12-31 15:38:58 +01:00
parent b10a7ced0b
commit 95bbe6d9ce
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
4 changed files with 9963 additions and 1510 deletions

View File

@ -12,12 +12,12 @@
"guzzlehttp/guzzle": "^7.3", "guzzlehttp/guzzle": "^7.3",
"mehrkanal/twig-encore-extension": "^1.3", "mehrkanal/twig-encore-extension": "^1.3",
"erusev/parsedown": "^1.7", "erusev/parsedown": "^1.7",
"symfony/config": "^5.3", "symfony/config": "^6.0",
"symfony/console": "^5.3", "symfony/console": "^6.0",
"symfony/dotenv": "^5.3", "symfony/dotenv": "^6.0",
"symfony/http-foundation": "^5.3", "symfony/http-foundation": "^6.0",
"symfony/routing": "^5.3", "symfony/routing": "^6.0",
"symfony/yaml": "^5.3", "symfony/yaml": "^6.0",
"twig/intl-extra": "^3.3", "twig/intl-extra": "^3.3",
"twig/twig": "^3.3" "twig/twig": "^3.3"
}, },
@ -28,6 +28,9 @@
} }
}, },
"config": { "config": {
"sort-packages": true "sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true
}
} }
} }

949
composer.lock generated

File diff suppressed because it is too large Load Diff

10503
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,8 +12,8 @@
}, },
"devDependencies": { "devDependencies": {
"@symfony/webpack-encore": "^1.6.1", "@symfony/webpack-encore": "^1.6.1",
"sass": "^1.43.4", "sass": "^1.45.2",
"sass-loader": "^12.3.0" "sass-loader": "^12.4.0"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"