[PECL-CVS] [pecl-database-oci8] main: Change package name from php/oci8 to oracle/oci8
[email protected] (Sharad Chandran R via GitHub)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Sharad Chandran R (sharadraju)
Committer: GitHub (web-flow)
Pusher: sharadraju
Date: 2025-12-20T19:12:22+05:30
Commit: https://github.com/php/pecl-database-oci8/commit/635aefc8ad2e2da2a744c7d427320df01c3be609
Raw diff: https://github.com/php/pecl-database-oci8/commit/635aefc8ad2e2da2a744c7d427320df01c3be609.diff
Change package name from php/oci8 to oracle/oci8
Changed paths:
M composer.json
Diff:
diff --git a/composer.json b/composer.json
index 8a6fde5..f37760f 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
{
- "name": "php/oci8",
+ "name": "oracle/oci8",
"type": "php-ext",
"description": "The OCI8 extension lets you access Oracle Database.",
"keywords": ["oracle", "database", "oci8"],