thekordy / ticketit

A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.kordy.info/tickets
MIT License
875 stars 387 forks source link

Package container-interop/container-interop, phpunit/phpunit-mock-objects, skyscanner/jsonpath is abandoned #543

Closed clarkevans7 closed 4 years ago

clarkevans7 commented 4 years ago

Installing Ticketit with another Laravel APP so installing manually.

I go to install using composer

1: Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead. 2: Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested. 3: Package skyscanner/jsonpath is abandoned, you should avoid using it. Use galbar/jsonpath instead.

Now I know it says use psr/container and galbar/jsonpath instead but kind of a noob and haven't had much luck finding how to add these manually also there wasn't any package for phpunit.

Running Laravel 5.4

If someone could point me in the right direction that would be great, thank you.

thekordy commented 4 years ago

@clarkevans7 These aren't direct dependencies of ticketit. Maybe a dependency requires them. You could take a look on composer.lock and find out which packages require them and let us know if it's related to ticketit dependencies.