Skip to content

Commit

Permalink
Merge bad4212 into 3a8572a
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Feb 29, 2024
2 parents 3a8572a + bad4212 commit 5c5f4ba
Show file tree
Hide file tree
Showing 16 changed files with 2,801 additions and 2,329 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: composer install --ansi --no-interaction --no-progress --prefer-dist

- name: Warm up cache
run: bin/console cache:clear -n -vvv
run: bin/console cache:clear -n -vvv -e test

- name: Run PHPStan
run: bin/phpstan analyse -c phpstan.test.neon
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"esversion": 6
"esversion": 11
}
2,928 changes: 1,529 additions & 1,399 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file modified .yarn/install-state.gz
Binary file not shown.
14 changes: 14 additions & 0 deletions assets/controllers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"controllers": {
"@symfony/ux-dropzone": {
"dropzone": {
"enabled": true,
"fetch": "eager",
"autoimport": {
"@symfony/ux-dropzone/dist/style.min.css": true
}
}
}
},
"entrypoints": []
}
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,14 @@
"symfony/security-bundle": "^5.4",
"symfony/sendgrid-mailer": "^5.4",
"symfony/serializer": "^5.4",
"symfony/stimulus-bundle": "^2.15",
"symfony/swiftmailer-bundle": "^3.4",
"symfony/translation": "^5.4",
"symfony/twig-bridge": "^5.4.31",
"symfony/twig-bundle": "^5.4",
"symfony/ux-dropzone": "*",
"symfony/validator": "^5.4",
"symfony/webpack-encore-bundle": "^1.8",
"symfony/webpack-encore-bundle": "^2.0",
"symfony/workflow": "^6.2",
"symfony/yaml": "^5.4",
"tijsverkoyen/css-to-inline-styles": "^2.2",
Expand Down

0 comments on commit 5c5f4ba

Please sign in to comment.