Skip to content

Commit e1b06c3

Browse files
author
Andrey Helldar
authored
Merge pull request #23 from TheDragonCode/3.x
Update README.md
2 parents 393b0f4 + 60d6862 commit e1b06c3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,17 @@ Or manually update `require-dev` block of `composer.json` and run `composer upda
2323
```json
2424
{
2525
"require-dev": {
26-
"dragon-code/migrate-db": "^2.0"
26+
"dragon-code/migrate-db": "^3.0"
2727
}
2828
}
2929
```
3030

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-
3731
## Compatibility
3832

3933
| Service | Versions |
4034
|:---|:---|
41-
| PHP | ^7.3, ^8.0 |
42-
| Laravel | ^8.0 |
35+
| PHP | ^8.0 |
36+
| Laravel | ^8.0, ^9.0 |
4337
| Databases | MySQL 5.7+, PostgreSQL 9.5+, MSSQL |
4438

4539
## Usage

0 commit comments

Comments
 (0)