tracker icon indicating copy to clipboard operation
tracker copied to clipboard

Add support for PHP 8.x and new Laravel version

Open Neeraj1005 opened this issue 2 years ago • 8 comments

I'm using laravel project with php 8.x version and while installing this package it throw php version errors.

λ composer require pragmarx/tracker
Using version ^4.0 for pragmarx/tracker
./composer.json has been updated
Running composer update pragmarx/tracker
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - pragmarx/tracker v4.0.x-dev requires php ^7.0 -> your php version (8.1.2) does not satisfy that requirement.
    - pragmarx/tracker v4.0.0 requires laravel/framework ~5|~6|~7 -> found laravel/framework[v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev] but it conflicts with your root composer.json require (^8.75).
    - pragmarx/tracker v4.0.1 requires psr/log ~1.0 -> found psr/log[1.0.0, ..., 1.1.4] but the package is fixed to 2.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires pragmarx/tracker ^4.0 -> satisfiable by pragmarx/tracker[v4.0.0, v4.0.1, v4.0.x-dev].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require pragmarx/tracker:*" to figure out if any version is installable, or "composer require pragmarx/tracker:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Neeraj1005 avatar Mar 02 '22 11:03 Neeraj1005

Any news about this issue ?

heloufir avatar Mar 31 '22 21:03 heloufir

Interested also on this for laravel 9.

carlosrgzm avatar Apr 09 '22 09:04 carlosrgzm

Very Interested here for the availability.

alpha414-bot avatar Jul 04 '22 19:07 alpha414-bot

Interested here too ... Laravel 9, PHP >8

adantart avatar Sep 30 '22 06:09 adantart

Last commit seems to have been made about 2 years ago , it seems the owner is not maintaining

Rubdui avatar Jan 13 '23 21:01 Rubdui

Too bad it is abandoned. Looked promising.

ghost avatar Apr 01 '23 15:04 ghost

Hey, guys! If you're interested, I made a fork to support my applications. I'm using it in Laravel 9 and PHP 8.2. Feel free to use and help me support this awesome package.

https://github.com/deivide/tracker

deivide avatar Apr 06 '23 11:04 deivide

I'm using laravel 8.x please help

MrWiltek avatar May 30 '23 12:05 MrWiltek