diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..937a699 --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "name": "pecl/pecl-database-dbase", + "type": "php-ext", + "license": "PHP-3.01", + "description": "dBase database file access functions", + "require": { + "php": ">= 7.0" + }, + "php-ext": { + "extension-name": "dbase" + } +}