slimphp / Slim-Skeleton

Slim Framework 4 Skeleton Application
http://www.slimframework.com
MIT License
1.59k stars 478 forks source link

Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. #211

Closed beppe9000 closed 3 years ago

beppe9000 commented 3 years ago

What is that package used for ?

eugene-borovov commented 3 years ago
$ composer why -t phpunit/php-token-stream
phpunit/php-token-stream 3.1.2 Wrapper around PHP's tokenizer extension.
└──phpunit/php-code-coverage 7.0.14 (requires phpunit/php-token-stream ^3.1.1 || ^4.0)
   └──phpunit/phpunit 8.5.14 (requires phpunit/php-code-coverage ^7.0.12)
l0gicgate commented 3 years ago

I think you’re making a mistake. That’s nowhere in our composer.json file as a direct dependency.

beppe9000 commented 3 years ago

I just find unusual to already have warning when creating a new project from scratch

image

l0gicgate commented 3 years ago

I will release a new version of the skeleton which should hopefully fix this.

l0gicgate commented 3 years ago

Fixed via https://github.com/slimphp/Slim-Skeleton/releases/tag/4.2.0