diff options
-rw-r--r-- | composer.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2f2ef8a --- /dev/null +++ b/composer.json @@ -0,0 +1,6 @@ +{ + "name": "Indieteq/PHP-MySQL-PDO-Database-Class", + "require": { + "php": ">=5.3.0" + } +}
\ No newline at end of file |