Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Adds support for PHP >= 7.2 and switch to endclothing/prometheus_client_php #22

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Aug 17, 2020

  1. 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.
    FutureMatt committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    0969a17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    382f292 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab2dfee View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. 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.
    FutureMatt committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    4e1e6e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Update composer.json

    Updated composer.json to alter the package name to match the Git repo.
    FutureMatt committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    d83727e View commit details
    Browse the repository at this point in the history
  2. 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 <[email protected]>
    ohnotnow and FutureMatt committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    4011434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efc8c8c View commit details
    Browse the repository at this point in the history