[PECL-CVS] [pecl-file_formats-yaml] php7: Use pecl namespace for Package name
[email protected] (James Titcumb via Bryan Davis)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: James Titcumb (asgrim)
Committer: Bryan Davis (bd808)
Date: 2025-10-07T09:13:25-06:00
Commit: https://github.com/php/pecl-file_formats-yaml/commit/24d92834e097504c8eb442da2fa9c7a1cac8223f
Raw diff: https://github.com/php/pecl-file_formats-yaml/commit/24d92834e097504c8eb442da2fa9c7a1cac8223f.diff
Use pecl namespace for Package name
Changed paths:
M composer.json
Diff:
diff --git a/composer.json b/composer.json
index c87c783..d7c18ef 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
{
- "name": "php/yaml",
+ "name": "pecl/yaml",
"type": "php-ext",
"license": "MIT",
"description": "YAML-1.1 parser and emitter",