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

Commit 83f053d

Browse files
author
Andrey Helldar
authored
Merge pull request #76 from TheDragonCode/10.x
Update docs
2 parents b98234e + 7a0210d commit 83f053d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.upgrading/9.x_10.x.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Upgrading To 10.x From 9.x
2+
3+
1. Make sure your application is compatible with PHP 8.0+.
4+
2. Make sure your application is compatible with [`dragon-code/support`](https://github.com/TheDragonCode/support) 6.0 version.
5+
3. Replace `"dragon-code/api-response": "^8.0"` with `"dragon-code/api-response": "^10.0"` in the `composer.json` file;
6+
4. Call the `composer update` console command.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
### Upgrade guides
1515

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

0 commit comments

Comments
 (0)