[Composer] Package abandoned and Deprecation Notice #79

Open
opened 2021-09-11 14:59:35 +02:00 by copiis · 2 comments
copiis commented 2021-09-11 14:59:35 +02:00 (Migrated from github.com)

Geting this after i do composer install --no-dev in the friendica-directory folder

Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Generating optimized autoload files
Deprecation Notice: Class Net_Ping_ResultTest located in ./vendor/mrpetovan/net_ping/tests/Net_Ping_ResultTest.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in /usr/share/php/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class Net_Ping_AllTests located in ./vendor/mrpetovan/net_ping/tests/AllTests.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in /usr/share/php/Composer/Autoload/ClassMapGenerator.php:201
Geting this after i do `composer install --no-dev` in the friendica-directory folder ``` Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested. Generating optimized autoload files Deprecation Notice: Class Net_Ping_ResultTest located in ./vendor/mrpetovan/net_ping/tests/Net_Ping_ResultTest.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in /usr/share/php/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class Net_Ping_AllTests located in ./vendor/mrpetovan/net_ping/tests/AllTests.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in /usr/share/php/Composer/Autoload/ClassMapGenerator.php:201 ```
MrPetovan commented 2021-09-12 00:40:22 +02:00 (Migrated from github.com)

Thank you for the report!

Thank you for the report!
MrPetovan changed title from Package abandonet and Deprecation Notice to [Composer] Package abandoned and Deprecation Notice 2021-09-15 23:46:21 +02:00
Owner

I was only able to suppress the Deprecation Notices from the mrpetovan/net_ping package in #80. The other messages are irrelevant to a regular (=non-development) use of the directory. Unfortunately they appear even with the --no-dev argument for Composer.

I was only able to suppress the Deprecation Notices from the `mrpetovan/net_ping` package in #80. The other messages are irrelevant to a regular (=non-development) use of the directory. Unfortunately they appear even with the `--no-dev` argument for Composer.
MrPetovan self-assigned this 2021-09-16 04:00:06 +02:00
MrPetovan added the
bug
label 2021-09-16 04:00:16 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: friendica/friendica-directory#79
No description provided.