koolreport icon indicating copy to clipboard operation
koolreport copied to clipboard

Composer can't find export package

Open guillermo7227 opened this issue 3 years ago • 2 comments

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.

guillermo7227 avatar Mar 23 '21 21:03 guillermo7227

Hi, the export package is a commercial one so please make sure that you have license of Export package or license of KoolReport Pro.

koolreport avatar Mar 24 '21 19:03 koolreport

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"} ],

dongnl avatar Mar 25 '21 02:03 dongnl