Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Update docs #76

Merged
merged 1 commit into from
Apr 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .upgrading/9.x_10.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Upgrading To 10.x From 9.x

1. Make sure your application is compatible with PHP 8.0+.
2. Make sure your application is compatible with [`dragon-code/support`](https://github.com/TheDragonCode/support) 6.0 version.
3. Replace `"dragon-code/api-response": "^8.0"` with `"dragon-code/api-response": "^10.0"` in the `composer.json` file;
4. Call the `composer update` console command.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

### Upgrade guides

* [To 10.x From 9.x](.upgrading/9.x_10.x.md)
* [To 9.x From 8.x and from the `andrey-helldar/api-response` package](.upgrading/8.x_9.x.md)
* [To 8.x From 7.x](.upgrading/7.x_8.x.md)
* [To 7.x From 6.x](.upgrading/6.x_7.x.md)
Expand Down