novuhq / php-novu

PHP SDK for Novu - The open-source notification infrastructure for engineers. 🚀

Repository from Github https://github.comnovuhq/php-novuRepository from Github https://github.comnovuhq/php-novu

Git history change - causing php "novu/novu-laravel" to fail

daadu opened this issue · comments

Following is in my composer file

"require": {
  ...
  "novu/novu-laravel": "^1.1",
  ... 
}

This is try to install the 1.3.0 version of the novu/novu-laravel package - with this package as depency (check following from the lock file):

"name": "unicodeveloper/novu",
"version": "1.2.0",
"source": {
    "type": "git",
    "url": "https://github.com/novuhq/novu-php.git",
    "reference": "9303e8493b98401d061eef5c153cda5c5bb99218"
},

The reference (git hash) is missing in the repo.

composer install output:
Image

@merrcury Any reason the git history was changed? Can you revert it? so that other packages depending on it won't break?

Hi @daadu, We are in process of launching new and updated sdks but true this would have caused older one to fail. As of now I have reverted it. Can you please check? This should fix things for you. I'll find another way for newer sdk.

Hi @daadu, I am circling back to check if this resolved the issue.

Yes, the issue was resolved.

Thanks.