Skip to content

Commit

Permalink
PHP 7.2 + Laravel 8 support (#4)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

Co-authored-by: ohnotnow <[email protected]>
  • Loading branch information
FutureMatt and ohnotnow authored Sep 15, 2020
1 parent d83727e commit 4c056a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"require": {
"php": ">=7.2.0",
"illuminate/support": "^5.3 || ^6.0 || ^7.0",
"illuminate/routing": "^5.3 || ^6.0 || ^7.0",
"illuminate/support": "^5.3 || ^6.0 || ^7.0 || ^8.0",
"illuminate/routing": "^5.3 || ^6.0 || ^7.0 || ^8.0",
"endclothing/prometheus_client_php": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 4c056a4

Please sign in to comment.