File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
key : " php-${{ matrix.php-version }}-${{ matrix.operating-system }}"
49
49
restore-keys : " php-${{ matrix.php-version }}-${{ matrix.operating-system }}"
50
50
51
- - name : " removing symfony/ux-turbo-mercure on PHP 7.1"
51
+ - name : " removing symfony/ux-turbo on PHP 7.1"
52
52
if : ${{ matrix.php-version == '7.1' }}
53
- run : " composer remove symfony/ux-turbo-mercure --no-update --dev"
53
+ run : " composer remove symfony/ux-turbo --no-update --dev"
54
54
55
55
- name : " installing lowest dependencies"
56
56
if : ${{ matrix.dependencies == 'lowest' }}
Original file line number Diff line number Diff line change 41
41
"require-dev" : {
42
42
"symfony/phpunit-bridge" : " ^4.3.7|^5.0|^6.0" ,
43
43
"symfony/stopwatch" : " ^4.3.7|^5.0|^6.0" ,
44
- "symfony/ux-turbo-mercure " : " *" ,
44
+ "symfony/ux-turbo" : " *" ,
45
45
"symfony/var-dumper" : " ^4.3.7|^5.0|^6.0"
46
46
},
47
47
"suggest" : {
You can’t perform that action at this time.
0 commit comments