File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 run : |
6969 composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver=$SYMFONY_VERSION
7070 composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
71+ composer require --no-update --dev league/flysystem-azure-blob-storage ^3.0.5
7172 composer update --prefer-dist --no-interaction --no-ansi --no-progress
7273 php vendor/bin/simple-phpunit
7374
8586 run : |
8687 composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver=$SYMFONY_VERSION
8788 composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
89+ composer require --no-update --dev league/flysystem-azure-blob-storage ^3.0.5
8890 composer update --prefer-dist --no-interaction --no-ansi --no-progress
8991 php vendor/bin/simple-phpunit
Original file line number Diff line number Diff line change 3131 "require-dev" : {
3232 "league/flysystem-async-aws-s3" : " ^2.0|^3.0" ,
3333 "league/flysystem-aws-s3-v3" : " ^2.0|^3.0" ,
34- "league/flysystem-azure-blob-storage" : " ^3.0.5" ,
3534 "league/flysystem-ftp" : " ^2.0|^3.0" ,
3635 "league/flysystem-google-cloud-storage" : " ^2.0|^3.0" ,
3736 "league/flysystem-memory" : " ^2.0|^3.0" ,
You can’t perform that action at this time.
0 commit comments