This repository was archived by the owner on Dec 14, 2024. It is now read-only.
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ install:
39
39
- cd c:\projects\asynctweetsbundle
40
40
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/1.7.1/composer.phar)
41
41
- php composer.phar self-update -vvv
42
- - php composer.phar require " symfony/symfony:3.4.*" --no-progress --ansi
42
+ - php composer.phar require symfony/config:^4.4 symfony/form:^4.4 symfony/framework-bundle:^4.4 symfony/templating:^4.4 symfony/security-csrf:^4.4 symfony/var-dumper:^4.4 --no-progress --ansi
43
43
44
44
test_script :
45
45
- cd c:\projects\asynctweetsbundle
Original file line number Diff line number Diff line change 7
7
steps :
8
8
- checkout
9
9
- run : echo 'memory_limit = -1' | sudo tee -a /usr/local/etc/php/conf.d/docker-php-memlimit.ini
10
- - run : composer require " symfony/symfony:3.4.*" --no-update
10
+ - run : composer require symfony/config:^4.4 symfony/form:^4.4 symfony/framework-bundle:^4.4 symfony/templating:^4.4 symfony/security-csrf:^4.4 symfony/var-dumper:^4.4 --no-update
11
11
- restore_cache :
12
12
keys :
13
13
- composer-v1-{{ .Branch }}
Original file line number Diff line number Diff line change 16
16
dependencies :
17
17
override :
18
18
-
19
- command : ' composer require " symfony/symfony:3.4.*" --no-update'
19
+ command : ' composer require symfony/config:^4.4 symfony/form:^4.4 symfony/framework-bundle:^4.4 symfony/templating:^4.4 symfony/security-csrf:^4.4 symfony/var-dumper:^4.4 --no-update'
20
20
-
21
21
command : ' composer install --no-interaction -vv --profile --no-progress'
22
22
idle_timeout : 900
You can’t perform that action at this time.
0 commit comments