CareSet / Zermelo

PHP/MySQL Reporting Engine designed for Laravel
GNU Affero General Public License v3.0
13 stars 4 forks source link

composer.json settings aren't allowing updates #68

Open tmccormi opened 6 years ago

tmccormi commented 6 years ago

Recent updates to ZermeloBladeTabular are registered with Packagist and visible using: composer outdated (see image) but composer update (and php artisan install:zermelobladetabular have no effect on the installed version.

outdated

composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
ftrotter commented 6 years ago

This is likely due to me still struggling to understand how github and packagist and composer interact. I still struggle to understand how to do a new version of Zermelo.

Forgive me for making development harder here. Feel free to point me to needed reading, etc etc.

-FT

tmccormi commented 6 years ago

I've been doing a lot of reading as well on this for best practices. I have found a few very good explanations that have helped, not 100% sure I have it all locked myself yet. Here are my finds

COMPOSER

  1. https://blog.bugsnag.com/best-practices-using-composer/
  2. https://blog.bugsnag.com/packagist-and-the-php-ecosystem/
  3. https://blog.martinhujer.cz/17-tips-for-using-composer-efficiently/

As well as the generally good link for those of us that have been PHP Hacking for years, but not really involved in anything that would be considered 'well designed' until recently

https://phptherightway.com/