Skip to content

Commit

Permalink
Fix symfony-event E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 19, 2021
1 parent 8c49af1 commit a87e7e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/symfony-event/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"php": "^7.1.3",
"ext-ctype": "*",
"ext-iconv": "*",
"psr/cache": "1.0.1",
"symfony/console": "4.4.*",
"symfony/dotenv": "4.4.*",
"symfony/flex": "^1.3.1",
Expand Down
6 changes: 6 additions & 0 deletions e2e/symfony-event/symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
"src/Kernel.php"
]
},
"symfony/http-client-contracts": {
"version": "v2.4.0"
},
"symfony/http-foundation": {
"version": "v4.4.10"
},
Expand All @@ -104,6 +107,9 @@
"symfony/polyfill-intl-idn": {
"version": "v1.17.1"
},
"symfony/polyfill-intl-normalizer": {
"version": "v1.22.1"
},
"symfony/polyfill-mbstring": {
"version": "v1.17.1"
},
Expand Down

0 comments on commit a87e7e7

Please sign in to comment.