summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..32859bb
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,33 @@
+{
+ "name": "pecl/pdo_oci",
+ "type": "php-ext",
+ "description": "Use the PDO_OCI extension to access Oracle Database via PHP Data Objects (PDO) APIs",
+ "keywords": ["pdo_oci", "pdo", "oracle", "database"],
+ "homepage": "https://pecl.php.net/package/PDO_OCI",
+ "license": "PHP-3.01",
+ "authors": [
+ {
+ "name": "Christopher Jones",
+ "email": "sixd@php.net",
+ "role": "Lead"
+ },
+ {
+ "name": "Sharad Chandran R",
+ "email": "sharad.raju@oracle.com",
+ "role": "Lead"
+ }
+ ],
+ "require": {
+ "php": ">=8.3.0"
+ },
+ "php-ext": {
+ "extension-name": "pdo_oci",
+ "configure-options": [
+ {
+ "name": "with-pdo_oci",
+ "description": "Please provide the path to the ORACLE_HOME directory. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client",
+ "needs-value": true
+ }
+ ]
+ }
+}