Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated package version to comply with PHP version 8.2. #72

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mrimran
Copy link

@mrimran mrimran commented Oct 6, 2023

Handled the following issue:

composer require digitalcloud/multilingual-nova
./composer.json has been updated
Running composer update digitalcloud/multilingual-nova
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - digitalcloud/multilingual-nova[0.0.1, ..., 0.1.0, 1.0.0, ..., 1.1.0] require spatie/laravel-translatable ^2.2 -> satisfiable by spatie/laravel-translatable[2.2.0, 2.2.1].
    - digitalcloud/multilingual-nova[1.1.1, ..., v1.7.1] require spatie/laravel-translatable ^3.0 -> satisfiable by spatie/laravel-translatable[3.0.0, ..., v3.x-dev].
    - digitalcloud/multilingual-nova[dev-dependabot/composer/symfony/http-kernel-5.4.20, dev-dependabot/composer/guzzlehttp/psr7-2.5.0, dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2, dev-dependabot/npm_and_yarn/loader-utils-1.4.2, dev-dependabot/npm_and_yarn/minimist-1.2.8, dev-dependabot/npm_and_yarn/minimatch-3.1.2, dev-dependabot/npm_and_yarn/json5-1.0.2, dev-dependabot/composer/phpseclib/phpseclib-3.0.19, dev-master, dev-deletion, dev-add-workflows, v1.8, v2.0, ..., v2.0.4, v3.0.0] require spatie/laravel-translatable ^4.0 -> satisfiable by spatie/laravel-translatable[4.0.0, ..., 4.6.0].
    - spatie/laravel-translatable[2.2.0, ..., 2.2.1] require php ^7.0 -> your php version (8.0.30) does not satisfy that requirement.
    - spatie/laravel-translatable[3.0.0, ..., v3.x-dev, 4.0.0] require php ^7.1 -> your php version (8.0.30) does not satisfy that requirement.
    - spatie/laravel-translatable[4.1.0, ..., 4.5.2] require php ^7.2 -> your php version (8.0.30) does not satisfy that requirement.
    - spatie/laravel-translatable 4.6.0 requires illuminate/database ^6.0|^7.0|^8.0 -> found illuminate/database[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires digitalcloud/multilingual-nova * -> satisfiable by digitalcloud/multilingual-nova[dev-dependabot/composer/symfony/http-kernel-5.4.20, dev-dependabot/composer/guzzlehttp/psr7-2.5.0, dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2, dev-dependabot/npm_and_yarn/loader-utils-1.4.2, dev-dependabot/npm_and_yarn/minimist-1.2.8, dev-dependabot/npm_and_yarn/minimatch-3.1.2, dev-dependabot/npm_and_yarn/json5-1.0.2, dev-dependabot/composer/phpseclib/phpseclib-3.0.19, dev-master, dev-deletion, dev-add-workflows, 0.0.1, 0.0.2, 0.1.0, 1.0.0, ..., v1.8, v2.0, ..., v2.0.4, v3.0.0, 9999999-dev].

You can also try re-running composer require with an explicit version constraint, e.g. "composer require digitalcloud/multilingual-nova:*" to figure out if any version is installable, or "composer require digitalcloud/multilingual-nova:^2.1" if you know which you need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant