chore: install Webpack Encore Bundle

This commit is contained in:
Maël Gangloff
2024-07-19 02:04:41 +02:00
parent 3b63320cb6
commit 04d9fc20d3
10 changed files with 4754 additions and 15 deletions

View File

@@ -1,6 +1,22 @@
{
"type": "project",
"license": "proprietary",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/maelgangloff/domain-watchdog",
"readme": "https://github.com/maelgangloff/domain-watchdog",
"authors": [
{
"name": "Maël Gangloff",
"email": "contact@maelgangloff.fr"
}
],
"keywords": [
"domain",
"RDAP",
"WHOIS",
"tracking",
"watchdog",
"API"
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
@@ -49,6 +65,7 @@
"symfony/ux-turbo": "^2.18",
"symfony/validator": "7.1.*",
"symfony/web-link": "7.1.*",
"symfony/webpack-encore-bundle": "^2.1",
"symfony/yaml": "7.1.*",
"symfonycasts/verify-email-bundle": "^1.17",
"twig/extra-bundle": "^2.12|^3.0",