codeigniter4 / tasks

Task Scheduler for CodeIgnter 4
https://tasks.codeigniter.com/
MIT License
94 stars 21 forks source link

codeigniter4/tasks missing in packagists #149

Closed sammyskills closed 8 months ago

sammyskills commented 8 months ago

I tried to use this library using composer require codeigniter4/tasks just like the docs say, but it returned the error below:

./composer.json has been updated
Running composer update codeigniter4/tasks
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires codeigniter4/tasks, it could not be found in any version, there may be a typo in the package name.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it  

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Upon troubleshooting, I realised that the package doesn't exist in packagist.org:

image

Is this an oversight?

lonnieezell commented 8 months ago

Yup- it's an oversight. Thank you for pointing it out!

It's been added to Packagist now. Let us know if you still have any problems with it.

sammyskills commented 8 months ago

Great. It works now.

I think it should also be pointed out in the installation docs that the dev:develop tag/flag has to be added pending when an official version is released.