Skip to content

Commit 37eb649

Browse files
committed
minor #1156 Add "dev" keyword to symfony/ux package (nicolas-grekas)
This PR was merged into the 2.x branch. Discussion ---------- Add "dev" keyword to symfony/ux package | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | - | License | MIT Same as symfony/symfony#51811 Even if symfony/ux is not registered on packagist, I'm doing this for completeness and consistency among all our meta-repositories. Commits ------- c42a666 Add "dev" keyword to symfony/ux package
2 parents d341f7b + c42a666 commit 37eb649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "symfony/ux",
33
"license": "MIT",
4+
"keywords": ["dev"],
45
"require-dev": {
56
"symfony/filesystem": "^5.2|^6.0",
67
"symfony/finder": "^5.4|^6.0",

0 commit comments

Comments
 (0)