summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..4330c57
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,21 @@
+{
+ "name": "dshafik/php7-mysql-shim",
+ "description": "A PHP 7 shim for ext/mysql",
+ "license": "Apache 2.0",
+ "authors": [
+ {
+ "name": "Davey Shafik",
+ "email": "me@daveyshafik.com",
+ "homepage": "https://daveyshafik.com"
+ }
+ ],
+ "require": {
+ "php": ">= 7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~5.1"
+ },
+ "autoload": {
+ "files": ["lib/mysql.php"]
+ }
+}