[PECL-CVS] [pecl-database-oci8] main: Rename package from oracle/oci8 to oci8/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:23:45+05:30
Commit: https://github.com/php/pecl-database-oci8/commit/e4c20008b0185200c0485725128456e2e0cf348b
Raw diff: https://github.com/php/pecl-database-oci8/commit/e4c20008b0185200c0485725128456e2e0cf348b.diff
Rename package from oracle/oci8 to oci8/oci8
Changed paths:
M composer.json
Diff:
diff --git a/composer.json b/composer.json
index f37760f..a900c0d 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
{
- "name": "oracle/oci8",
+ "name": "oci8/oci8",
"type": "php-ext",
"description": "The OCI8 extension lets you access Oracle Database.",
"keywords": ["oracle", "database", "oci8"],