Skip to content

Commit

Permalink
feat: require instead of reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian A. Wolf committed May 5, 2023
1 parent 22fa69d commit 29d8b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Functional/Scripts/requireGuzzle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
shopt -s extglob

cd build/testproject/
composer reinstall guzzlehttp/guzzle:^${GUZZLE_VERSION}
composer require guzzlehttp/guzzle:^${GUZZLE_VERSION} --with-dependencies
composer dump-autoload
cd ../../

0 comments on commit 29d8b21

Please sign in to comment.