Skip to content

Commit 4051889

Browse files
committed
minor #450 Add "dev" keyword to symfony/polyfill package (nicolas-grekas)
This PR was merged into the 1.x branch. Discussion ---------- Add "dev" keyword to symfony/polyfill package See symfony/symfony#51811 Commits ------- 0bc9478 Add "dev" keyword to symfony/polyfill package
2 parents ea7fa87 + 0bc9478 commit 4051889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/polyfill",
33
"type": "library",
44
"description": "Symfony polyfills backporting features to lower PHP versions",
5-
"keywords": ["polyfill", "shim", "compat", "compatibility"],
5+
"keywords": ["polyfill", "shim", "compat", "compatibility", "dev"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)