You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS D:\My_Documents\Proj\Elasticsearch\index-gen> composer require aws/aws-sdk-php-laravel
Using version ^3.6 for aws/aws-sdk-php-laravel
./composer.json has been created
Running composer update aws/aws-sdk-php-laravel
Loading composer repositories with package information
Updating dependencies
Lock file operations: 22 installs, 0 updates, 0 removals
Installing aws/aws-sdk-php (3.164.0): Extracting archive
18 package suggestions were added by new dependencies, use composer suggest to see details.
Generating autoload files
8 packages you are using are looking for funding.
Use the composer fund command to find out more!
PS D:\My_Documents\Proj\Elasticsearch\index-gen> composer require elasticsearch/elasticsearch
Using version ^7.10 for elasticsearch/elasticsearch
./composer.json has been updated
Running composer update elasticsearch/elasticsearch
Loading composer repositories with package information
Updating dependencies
Lock file operations: 5 installs, 0 updates, 0 removals
Installing elasticsearch/elasticsearch (v7.10.0): Extracting archive
1 package suggestions were added by new dependencies, use composer suggest to see details.
Generating autoload files
8 packages you are using are looking for funding.
Use the composer fund command to find out more!
PS D:\My_Documents\Proj\Elasticsearch\index-gen> composer require elasticquent/elasticquent
Using version ^1.0 for elasticquent/elasticquent
./composer.json has been updated
Running composer update elasticquent/elasticquent
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- elasticquent/elasticquent v1.0.0 requires illuminate/support ~4.2 -> found illuminate/support[v4.2.1, ..., v4.2.17] but the package is fixed to v8.16.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.
- elasticquent/elasticquent[v1.0.1, ..., v1.0.4] require illuminate/support ~4.2|~5.0 -> found illuminate/support[v4.2.1, ..., v4.2.17, v5.0.0, ..., v5.8.36] but the package is fixed to v8.16.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.
- elasticquent/elasticquent[v1.0.5, ..., v1.0.6] require nesbot/carbon ~1.0 -> found nesbot/carbon[1.0.0, ..., 1.39.1] but the package is fixed to 2.41.5 (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.
- elasticquent/elasticquent v1.0.7 requires elasticsearch/elasticsearch ~6.1 -> found elasticsearch/elasticsearch[v6.1.0, ..., v6.7.2] but it conflicts with your root composer.json require (^7.10).
- Root composer.json requires elasticquent/elasticquent ^1.0 -> satisfiable by elasticquent/elasticquent[v1.0.0, ..., v1.0.7].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
PS D:\My_Documents\Proj\Elasticsearch\index-gen>
The text was updated successfully, but these errors were encountered:
Here is the log. Any ideas?
PS D:\My_Documents\Proj\Elasticsearch\index-gen> composer require aws/aws-sdk-php-laravel
Using version ^3.6 for aws/aws-sdk-php-laravel
./composer.json has been created
Running composer update aws/aws-sdk-php-laravel
Loading composer repositories with package information
Updating dependencies
Lock file operations: 22 installs, 0 updates, 0 removals
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 22 installs, 0 updates, 0 removals
18 package suggestions were added by new dependencies, use
composer suggest
to see details.Generating autoload files
8 packages you are using are looking for funding.
Use the
composer fund
command to find out more!PS D:\My_Documents\Proj\Elasticsearch\index-gen> composer require elasticsearch/elasticsearch
Using version ^7.10 for elasticsearch/elasticsearch
./composer.json has been updated
Running composer update elasticsearch/elasticsearch
Loading composer repositories with package information
Updating dependencies
Lock file operations: 5 installs, 0 updates, 0 removals
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 5 installs, 0 updates, 0 removals
1 package suggestions were added by new dependencies, use
composer suggest
to see details.Generating autoload files
8 packages you are using are looking for funding.
Use the
composer fund
command to find out more!PS D:\My_Documents\Proj\Elasticsearch\index-gen> composer require elasticquent/elasticquent
Using version ^1.0 for elasticquent/elasticquent
./composer.json has been updated
Running composer update elasticquent/elasticquent
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- elasticquent/elasticquent v1.0.0 requires illuminate/support ~4.2 -> found illuminate/support[v4.2.1, ..., v4.2.17] but the package is fixed to v8.16.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.
- elasticquent/elasticquent[v1.0.1, ..., v1.0.4] require illuminate/support ~4.2|~5.0 -> found illuminate/support[v4.2.1, ..., v4.2.17, v5.0.0, ..., v5.8.36] but the package is fixed to v8.16.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.
- elasticquent/elasticquent[v1.0.5, ..., v1.0.6] require nesbot/carbon ~1.0 -> found nesbot/carbon[1.0.0, ..., 1.39.1] but the package is fixed to 2.41.5 (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.
- elasticquent/elasticquent v1.0.7 requires elasticsearch/elasticsearch ~6.1 -> found elasticsearch/elasticsearch[v6.1.0, ..., v6.7.2] but it conflicts with your root composer.json require (^7.10).
- Root composer.json requires elasticquent/elasticquent ^1.0 -> satisfiable by elasticquent/elasticquent[v1.0.0, ..., v1.0.7].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
PS D:\My_Documents\Proj\Elasticsearch\index-gen>
The text was updated successfully, but these errors were encountered: