Skip to content

Commit 4fd0267

Browse files
authored
Update composer require command in tests.yml
Removed the '--with-all-dependencies' option from the composer require command.
1 parent b4454b7 commit 4fd0267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: Setup EPV
143143
if: ${{ env.EPV != '0' }}
144-
run: php ../composer.phar require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs --with-all-dependencies
144+
run: php ../composer.phar require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs
145145
working-directory: ./phpBB4/phpBB
146146

147147
- name: Run code sniffer

0 commit comments

Comments
 (0)