get current status from database
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- src/Execution.php 31 additions, 0 deletionssrc/Execution.php
- src/Migration.php 45 additions, 0 deletionssrc/Migration.php
- src/Migrations.php 48 additions, 12 deletionssrc/Migrations.php
- src/ProgressInterface.php 6 additions, 6 deletionssrc/ProgressInterface.php
- tests/Migrations/LocatingMigrationsTest.php 6 additions, 14 deletionstests/Migrations/LocatingMigrationsTest.php
- tests/Migrations/StatusTest.php 129 additions, 0 deletionstests/Migrations/StatusTest.php
- tests/TestCase.php 11 additions, 0 deletionstests/TestCase.php
... | @@ -4,7 +4,8 @@ | ... | @@ -4,7 +4,8 @@ |
"license": "MIT", | "license": "MIT", | ||
"require": { | "require": { | ||
"php": "^7.1", | "php": "^7.1", | ||
"ext-pdo": "*" | "ext-pdo": "*", | ||
"ext-json": "*" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"mockery/mockery": "^1.1", | "mockery/mockery": "^1.1", | ||
... | ... |
src/Execution.php
0 → 100644
src/Migration.php
0 → 100644
tests/Migrations/StatusTest.php
0 → 100644
Please register or sign in to comment