Skip to content

Commit

Permalink
require ocramius/proxy-manager:~2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Mar 23, 2022
1 parent c01c6f0 commit 73904c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
composer config minimum-stability dev
composer config prefer-stable true
composer req pimcore/pimcore:${{ matrix.pimcore }} symfony/symfony:${{ matrix.symfony }} --no-interaction --no-scripts --no-update
composer req pimcore/pimcore:${{ matrix.pimcore }} symfony/symfony:${{ matrix.symfony }} ocramius/proxy-manager:~2.2.0 --no-interaction --no-scripts --no-update
composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
- name: Cache clear
Expand Down

0 comments on commit 73904c2

Please sign in to comment.