flipboxstudio / lumen-generator

A Lumen Generator You Are Missing
https://packagist.org/packages/flipbox/lumen-generator
MIT License
823 stars 126 forks source link

Unable to install on lumen 6 #59

Closed royrakesh closed 5 years ago

royrakesh commented 5 years ago
Error Log

> composer require flipbox/lumen-generator:dev-master
./composer.json has been updated                                                                                                                        
Loading composer repositories with package information                                                                                                  
Updating dependencies (including require-dev)                                                                                                           
Your requirements could not be resolved to an installable set of packages.                                                                              

  Problem 1                                                                                                                                             
    - Installation request for flipbox/lumen-generator dev-master -> satisfiable by flipbox/lumen-generator[dev-master].                                
    - Conclusion: remove illuminate/contracts v6.0.4                                                                                                    
    - Conclusion: don't install illuminate/contracts v6.0.4         
    ...........

   - Can only install one of: illuminate/contracts[v5.8.8, v6.0.4].
   - Can only install one of: illuminate/contracts[v5.8.9, v6.0.4].
   - Installation request for illuminate/contracts (locked at v6.0.4) -> satisfiable by illuminate/contracts[v6.0.4].

Installation failed, reverting ./composer.json to its original content.                                                                                    
jorgemudry commented 5 years ago

Is there any way to update the packagist release for the latest version of the library? Because it seems that the maintainer is no longer updating it and the lumen 6 compatible version of this library was released a couple of weeks ago.

aqidd commented 5 years ago

this is because the github hooks was deprecated. the package is now updated and the hook/auto update should work as usual