Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f872da6

Browse files
Add "dev" keyword to symfony/symfony package
1 parent 3cc427d commit f872da6

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)