Skip to content

Commit 7f60f5a

Browse files
committed
minor #28 Use "symfony/ux" tag (nicolas-grekas)
This PR was merged into the main branch. Discussion ---------- Use "symfony/ux" tag | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | - | License | MIT As advised by @stof in #23 (comment), here's using a tag instead of a "provide" entry. This should allow: 1. to have flex install packages as ux-components if-and-only-if they have the tag, 2. to help discover ux-related packages by linking to https://packagist.org/?tags=symfony/ux Commits ------- 2b396a6 Use "symfony/ux" tag
2 parents ddb0036 + 2b396a6 commit 7f60f5a

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

src/Chartjs/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "symfony-bundle",
44
"description": "Chart.js integration for Symfony",
55
"keywords": [
6+
"symfony/ux",
67
"symfony",
78
"ux",
89
"chart",

src/Cropperjs/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "symfony-bundle",
44
"description": "Cropper.js integration for Symfony",
55
"keywords": [
6+
"symfony/ux",
67
"symfony",
78
"ux",
89
"cropper",

src/Dropzone/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "symfony-bundle",
44
"description": "File input dropzones for Symfony Forms",
55
"keywords": [
6+
"symfony/ux",
67
"symfony",
78
"ux",
89
"dropzone"

src/LazyImage/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
"type": "symfony-bundle",
44
"description": "Lazy image loader and utilities for Symfony",
55
"keywords": [
6+
"symfony/ux",
67
"symfony",
78
"ux",
8-
"dropzone"
9+
"lazy-image",
10+
"image"
911
],
1012
"homepage": "https://symfony.com",
1113
"license": "MIT",

src/Swup/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "symfony-bundle",
44
"description": "Swup integration for Symfony",
55
"keywords": [
6+
"symfony/ux",
67
"symfony",
78
"ux",
89
"swup"

0 commit comments

Comments
 (0)