Skip to content

Commit

Permalink
minor #1156 Add "dev" keyword to symfony/ux package (nicolas-grekas)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Oct 2, 2023
2 parents d341f7b + c42a666 commit 37eb649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "symfony/ux",
"license": "MIT",
"keywords": ["dev"],
"require-dev": {
"symfony/filesystem": "^5.2|^6.0",
"symfony/finder": "^5.4|^6.0",
Expand Down

0 comments on commit 37eb649

Please sign in to comment.