Skip to content

Commit 8d8acf1

Browse files
committed
feature symfony#51811 Add "dev" keyword to symfony/symfony package (nicolas-grekas)
This PR was merged into the 6.4 branch. Discussion ---------- Add "dev" keyword to symfony/symfony package | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT We're periodically wondering about how we should tell people that they should require individual symfony packages instead of the meta repo. Marking the symfony/symfony package as "abandonned" on packagist is very close on a technical level, but semantically it's inaccurate. I thought we might want to declare symfony/symfony as "for dev". WDYT? ![image](https://github.com/symfony/symfony/assets/243674/d342c8f1-2d8d-46d1-a406-7c2e1cc24695) Commits ------- f872da6 Add "dev" keyword to symfony/symfony package
2 parents 96687e3 + f872da6 commit 8d8acf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/symfony",
33
"type": "library",
44
"description": "The Symfony PHP framework",
5-
"keywords": ["framework"],
5+
"keywords": ["framework", "dev"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

src/Symfony/Contracts/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/contracts",
33
"type": "library",
44
"description": "A set of abstractions extracted out of the Symfony components",
5-
"keywords": ["abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards"],
5+
"keywords": ["abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards", "dev"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)