invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 69 forks source link

Add package auto-discovery #61

Closed TNovalis closed 7 years ago

TNovalis commented 7 years ago

Adds support for Laravel 5.5 package auto-discovery. Just a simple composer.json change.

TNovalis commented 7 years ago

Travis-CI still rockin' Ubuntu 12.04

HHVM is no longer supported on Ubuntu Precise. Please consider using Trusty with `dist: trusty`
Gummibeer commented 7 years ago

In general I would say that php5.5 can be removed and instead add php7.1. hhvm and nightly builds are most times flagged as allow failures cause hhvm has some special things where vanilla php functions doesn't work. Laravel itself doesn't test with hhvm in general. https://github.com/laravel/framework/blob/master/.travis.yml

Have added the changes in PR #62