Commit graph

8 commits

Author SHA1 Message Date
ohnotnow
4011434af5
Add laravel 8 support (#3)
* PHP 7.2+ Support

* Updated the composer.json to require PHP 7.2, removed Travis CI tests for all PHP versions prior to 7.2 and replace jimdo/prometheus_client_php with endclothing/prometheus_client_php to support PHP 7.2.

* Updated PHPUnit to v8 and Mockery to v1.4 in order to support PHP 7.4.

* Downgraded Mockery from 1.4 to 1.3 in order to support PHP versions < 7.3.

* Updated composer.json to allow laravel ^8.0

Co-authored-by: FutureMatt <43476243+FutureMatt@users.noreply.github.com>
2020-09-15 23:14:32 +01:00
Matt Rink
ab2dfee49e
Downgraded Mockery from 1.4 to 1.3 in order to support PHP versions < 7.3. 2020-08-17 10:35:24 +01:00
Matt Rink
382f292364
Updated PHPUnit to v8 and Mockery to v1.4 in order to support PHP 7.4. 2020-08-17 10:28:57 +01:00
Matt Rink
0969a17dfd
Updated the composer.json to require PHP 7.2, removed Travis CI tests for all PHP versions prior to 7.2 and replace jimdo/prometheus_client_php with endclothing/prometheus_client_php to support PHP 7.2. 2020-08-17 10:15:07 +01:00
Stefan Bauer
885f959ce9
Make Laravel 7.0 compatible (#14) 2020-03-16 11:01:52 +02:00
Luca Critelli
c8ef2037dc Update composer to work with Laravel 5 and Laravel 6 (#10)
Update composer to work with Laravel 5 and Laravel 6
2019-10-17 09:45:01 +02:00
Jarryd Tilbrook
d6ec61c8bc Enable package discovery for laravel 5.5+ (#5) 2019-02-11 15:56:48 +02:00
Matthew Goslett
bf1a4e1879 initial commit 2017-07-27 11:11:02 +02:00