{ "authors": [ { "email": "fkooman@tuxed.net", "name": "Fran\u00e7ois Kooman" } ], "autoload": { "psr-4": { "fkooman\\SqliteMigrate\\": "src/" } }, "autoload-dev": { "psr-4": { "fkooman\\SqliteMigrate\\Tests\\": "tests/" } }, "description": "Simple SQLite Migrations", "license": "MIT", "name": "fkooman/sqlite-migrate", "require": { "ext-pcre": "*", "ext-pdo": "*", "ext-spl": "*", "ext-sqlite3": "*", "php": ">= 5.4" }, "require-dev": { "phpunit/phpunit": "^4|^5|^6|^7" }, "support": { "email": "fkooman@tuxed.net", "source": "https://git.tuxed.net/fkooman/php-sqlite-migrate" }, "type": "library" }