Skip to content

Commit bd0b1d8

Browse files
committed
iterate
1 parent 91cc502 commit bd0b1d8

File tree

4 files changed

+12
-9156
lines changed

4 files changed

+12
-9156
lines changed

apps/e2e/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
composer.lock
2+
13
###> symfony/framework-bundle ###
24
/.env.local
35
/.env.local.php

apps/e2e/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
"symfony/flex": true,
8080
"symfony/runtime": true
8181
},
82+
"audit": {
83+
"ignore": {
84+
"PKSA-365x-2zjk-pt47": "false positive for symfony/http-foundation"
85+
}
86+
},
8287
"bump-after-update": true,
8388
"sort-packages": true
8489
},

0 commit comments

Comments
 (0)