Skip to content

Commit 077f137

Browse files
authored
chore: switch from ux-turbo-mercure to ux-turbo (#75)
1 parent 6f7b740 commit 077f137

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
key: "php-${{ matrix.php-version }}-${{ matrix.operating-system }}"
4949
restore-keys: "php-${{ matrix.php-version }}-${{ matrix.operating-system }}"
5050

51-
- name: "removing symfony/ux-turbo-mercure on PHP 7.1"
51+
- name: "removing symfony/ux-turbo on PHP 7.1"
5252
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"
5454

5555
- name: "installing lowest dependencies"
5656
if: ${{ matrix.dependencies == 'lowest' }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"require-dev": {
4242
"symfony/phpunit-bridge": "^4.3.7|^5.0|^6.0",
4343
"symfony/stopwatch": "^4.3.7|^5.0|^6.0",
44-
"symfony/ux-turbo-mercure": "*",
44+
"symfony/ux-turbo": "*",
4545
"symfony/var-dumper": "^4.3.7|^5.0|^6.0"
4646
},
4747
"suggest": {

0 commit comments

Comments
 (0)