We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a227377 commit be49e5bCopy full SHA for be49e5b
2 files changed
.github/workflows/ci.yml
@@ -35,8 +35,7 @@ jobs:
35
- php-version: '8.2'
36
symfony-version: '7.0.*'
37
- php-version: '8.4'
38
- symfony-version: '8.0.x-dev' # TODO: change to '8.0' when Symfony 8.0 is released
39
- minimum-stability: 'dev' # TODO: remove when Symfony 8.0 is released
+ symfony-version: '8.0.*'
40
41
env:
42
SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=5.4' }}
composer.json
@@ -35,6 +35,13 @@
"Symfony\\WebpackEncoreBundle\\Tests\\": "tests/"
}
},
+ "config": {
+ "audit": {
+ "ignore": [
+ "PKSA-4k7v-pfvw-nqvp"
+ ]
43
+ }
44
+ },
45
"extra": {
46
"thanks": {
47
"name": "symfony/webpack-encore",
0 commit comments