scoutapp / scout-apm-laravel

ScoutAPM PHP Agent for the Laravel Framework
MIT License
22 stars 12 forks source link

PHP 8 support? #73

Closed ericlbarnes closed 3 years ago

ericlbarnes commented 3 years ago

Trying to install and can't because what I believe is the package composer.json doesn't support PHP 8 yet.

composer require scoutapp/scout-apm-laravel

Using version ^1.0 for scoutapp/scout-apm-laravel
./composer.json has been updated
Running composer update scoutapp/scout-apm-laravel
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - scoutapp/scout-apm-laravel v1.0.0 requires illuminate/contracts ^5.5.0|^6.0 -> found illuminate/contracts[v5.5.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev] but it conflicts with another require.
    - scoutapp/scout-apm-laravel[v1.1.0, ..., v1.8.0] require php >=7.1.0,<7.5.0 -> your php version (8.0.0) does not satisfy that requirement.
    - Root composer.json requires scoutapp/scout-apm-laravel ^1.0 -> satisfiable by scoutapp/scout-apm-laravel[v1.0.0, ..., v1.8.0].

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
asgrim commented 3 years ago

Yep, it's on our radar, support for PHP 8 is coming soon :) - feel free to subscribe to scoutapp/scout-apm-php#201 for updates.

ericlbarnes commented 3 years ago

Thanks!

asgrim commented 3 years ago

PHP 8.0 support is added in release 2.0.0 :+1: https://github.com/scoutapp/scout-apm-laravel/releases/tag/v2.0.0