koolreport
koolreport copied to clipboard
Composer can't find export package
I followed the instructions.
- Got de token code and paste it in auth.json next to composer.json
- Added the repository
- Added the package in "require" section
When run composer update
, it says it couldn't found any version of the package.
Hi, the export package is a commercial one so please make sure that you have license of Export package or license of KoolReport Pro.
Beside adding private token to auth.json, Please add the following lines to your composer.json file:
"repositories":[ {"type":"composer","url":"https://repo.koolreport.com"} ],