0% found this document useful (0 votes)
51 views

Installation Enqueue

The composer req command was used to install the enqueue/enqueue package and its dependencies. Several packages were installed, including paragonie/random_compat, ramsey/uuid, queue-interop/queue-interop, and enqueue/enqueue. Some packages suggested additional related packages that provide features like random byte generation, UUID support, and various queue transports. Warnings were also given about some abandoned packages that should be avoided.

Uploaded by

mormorromrom
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

Installation Enqueue

The composer req command was used to install the enqueue/enqueue package and its dependencies. Several packages were installed, including paragonie/random_compat, ramsey/uuid, queue-interop/queue-interop, and enqueue/enqueue. Some packages suggested additional related packages that provide features like random byte generation, UUID support, and various queue transports. Warnings were also given about some abandoned packages that should be avoided.

Uploaded by

mormorromrom
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

PS C:\xampp\htdocs\third_namespace> composer req enqueue/enqueue

Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and


some packages will not be available. You should upgrade to Composer 2. See
https://blog.packagist.com/deprecating-composer-1-support/
Info from https://repo.packagist.org: ←[37;44m#StandWith←[30;43mUkraine←[0m
Using version ^0.8.42 for enqueue/enqueue
./composer.json has been updated
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and
some packages will not be available. You should upgrade to Composer 2. See
https://blog.packagist.com/deprecating-composer-1-support/
Info from https://repo.packagist.org: ←[37;44m#StandWith←[30;43mUkraine←[0m
Updating dependencies (including require-dev)
Package operations: 5 installs, 0 updates, 0 removals
- Installing paragonie/random_compat (v2.0.21): Downloading (100%)
- Installing ramsey/uuid (3.9.7): Downloading (100%)
- Installing queue-interop/queue-interop (0.6.2): Downloading (100%)
- Installing enqueue/null (0.8.42): Downloading (100%)
- Installing enqueue/enqueue (0.8.42): Downloading (100%)
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto
API that can be used to generate random bytes.)
ramsey/uuid suggests installing ext-libsodium (Provides the PECL libsodium
extension for use with the SodiumRandomGenerator)
ramsey/uuid suggests installing ext-uuid (Provides the PECL UUID extension for use
with the PeclUuidTimeGenerator and PeclUuidRandomGenerator)
ramsey/uuid suggests installing moontoast/math (Provides support for converting
UUID to 128-bit integer (in string form).)
ramsey/uuid suggests installing ramsey/uuid-console (A console application for
generating UUIDs with ramsey/uuid)
ramsey/uuid suggests installing ramsey/uuid-doctrine (Allows the use of Ramsey\
Uuid\Uuid as Doctrine field type.)
ramsey/uuid suggests installing paragonie/random-lib (Provides RandomLib for use
with the RandomLibAdapter)
enqueue/enqueue suggests installing symfony/dependency-injection (^2.8|^3|^4)
enqueue/enqueue suggests installing symfony/config (^2.8|^3|^4)
enqueue/enqueue suggests installing enqueue/amqp-ext (AMQP transport (based on php
extension))
enqueue/enqueue suggests installing enqueue/stomp (STOMP transport)
enqueue/enqueue suggests installing enqueue/fs (Filesystem transport)
enqueue/enqueue suggests installing enqueue/redis (Redis transport)
enqueue/enqueue suggests installing enqueue/dbal (Doctrine DBAL transport)
enqueue/enqueue suggests installing enqueue/sqs (Amazon AWS SQS transport)
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.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-
handler instead.
Writing lock file
Generating autoload files
7 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
PS C:\xampp\htdocs\third_namespace>

You might also like