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

Latest commit

 

History

History
12 lines (8 loc) · 531 Bytes

8.x_9.x.md

File metadata and controls

12 lines (8 loc) · 531 Bytes

Upgrading To 9.x From 8.x

If you only use the api_response() helper

  1. Replace "andrey-helldar/api-response": "^8.0" with "dragon-code/api-response": "^9.0" in the composer.json file;
  2. Call the composer update console command.

If you use class reference

  1. Replace "andrey-helldar/api-response": "^8.0" with "dragon-code/api-response": "^9.0" in the composer.json file;
  2. Replace Helldar\ApiResponse namespace prefix with DragonCode\ApiResponse;
  3. Call the composer update console command.