We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 393b0f4 + 60d6862 commit e1b06c3Copy full SHA for e1b06c3
README.md
@@ -23,23 +23,17 @@ Or manually update `require-dev` block of `composer.json` and run `composer upda
23
```json
24
{
25
"require-dev": {
26
- "dragon-code/migrate-db": "^2.0"
+ "dragon-code/migrate-db": "^3.0"
27
}
28
29
```
30
31
-### Upgrade from `andrey-helldar/migrate-db`
32
-
33
-1. In your `composer.json` file, replace `"andrey-helldar/migrate-db": "^1.0"` with `"dragon-code/migrate-db": "^2.0"`.
34
-2. Run the `command composer` update.
35
-3. Profit!
36
37
## Compatibility
38
39
| Service | Versions |
40
|:---|:---|
41
-| PHP | ^7.3, ^8.0 |
42
-| Laravel | ^8.0 |
+| PHP | ^8.0 |
+| Laravel | ^8.0, ^9.0 |
43
| Databases | MySQL 5.7+, PostgreSQL 9.5+, MSSQL |
44
45
## Usage
0 commit comments