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

Compatibility issue with PHP 8.1.11 #1116

Open
fh32000 opened this issue Feb 5, 2023 · 1 comment
Open

Compatibility issue with PHP 8.1.11 #1116

fh32000 opened this issue Feb 5, 2023 · 1 comment

Comments

@fh32000
Copy link

fh32000 commented Feb 5, 2023

    "require": {
        "php": "^8.1",
        "benjaminhirsch/nova-slug-field": "^1.3",
        "ebess/advanced-nova-media-library": "^3.7",
        "guzzlehttp/guzzle": "^7.2",
        "html2text/html2text": "^4.3",
        "laravel/framework": "^9.2",
        "laravel/nova": "*",
        "laravel/sanctum": "^2.14.1",
        "laravel/tinker": "^2.7",
        "league/flysystem-aws-s3-v3": "^3.5.0",
        "marvinlabs/laravel-discord-logger": "^1.3",
        "numaxlab/nova-ckeditor5-classic": "dev-master#e8c99a8330b231bf307e4e7c1a10383731a57d0a",
        "raiym/instagram-php-scraper": "dev-master#c0a696f9d5bb7f19e0291c1172b2b6347a74abf3",
        "opcodesio/log-viewer": "^1.2",
        "phpfastcache/phpfastcache": "^9.1",
        "ralphjsmit/laravel-seo": "^1.1",
        "renatomarinho/laravel-page-speed": "^2.1",
        "rollbar/rollbar-laravel": "v7.2.0",
        "romanzipp/laravel-queue-monitor": "^2.3",
        "silviolleite/laravelpwa": "^2.0",
        "spatie/laravel-backup": "^8.1",
        "spatie/laravel-enum": "^3.0",
        "spatie/laravel-medialibrary": "^10.0.0",
        "spatie/laravel-responsecache": "^7.4",
        "spatie/laravel-sitemap": "^6.2",
        "spatie/laravel-sluggable": "^3.4",
        "symfony/http-client": "^6.2"
    },
    "require-dev": {
        "barryvdh/laravel-debugbar": "^3.7",
        "barryvdh/laravel-ide-helper": "^2.12",
        "fakerphp/faker": "^1.9.1",
        "itsgoingd/clockwork": "^5.1",
        "fruitcake/laravel-telescope-toolbar": "^1.3",
        "laravel/envoy": "^2.8",
        "laravel/pint": "^1.1",
        "laravel/sail": "^1.15",
        "laravel/telescope": "^4.12",
        "mockery/mockery": "^1.4.4",
        "nunomaduro/collision": "^6.1",
        "nunomaduro/larastan": "^2.0",
        "phpunit/phpunit": "^9.5.10",
        "spatie/laravel-ignition": "^1.0"
    },

I see this error

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - illuminate/contracts[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.1.11) does not satisfy that requirement.
    - Root composer.json requires raiym/instagram-php-scraper dev-master#c0a696f9d5bb7f19e0291c1172b2b6347a74abf3 -> satisfiable by raiym/instagram-php-scraper[dev-master].
    - spatie/laravel-sitemap[6.2.0, ..., 6.2.5] require spatie/crawler ^7.0 -> satisfiable by spatie/crawler[7.0.0, ..., 7.1.3].
    - spatie/crawler[7.0.0, ..., 7.0.4] require illuminate/collections ^8.38 -> satisfiable by illuminate/collections[v8.38.0, ..., 8.x-dev].
    - illuminate/collections[v8.38.0, ..., 8.x-dev] require illuminate/contracts ^8.0 -> satisfiable by illuminate/contracts[v8.0.0, ..., 8.x-dev].
    - illuminate/contracts[v8.19.0, ..., 8.x-dev] require psr/simple-cache ^1.0 -> satisfiable by psr/simple-cache[1.0.0, 1.0.1].
    - spatie/crawler[7.0.5, ..., 7.1.3] require guzzlehttp/psr7 ^2.0 -> satisfiable by guzzlehttp/psr7[2.0.0-beta1, ..., 2.4.x-dev].
    - You can only install one version of a package, so only one of these can be installed: psr/simple-cache[1.0.0, 1.0.1, 2.0.0, 2.x-dev, 3.0.0, 3.0.x-dev].
    - You can only install one version of a package, so only one of these can be installed: guzzlehttp/psr7[1.0.0, ..., 1.x-dev, 2.0.0-beta1, ..., 2.4.x-dev].
    - phpfastcache/phpfastcache[9.1.0, ..., v9.x-dev] require psr/simple-cache ^2.0||^3.0 -> satisfiable by psr/simple-cache[2.0.0, 2.x-dev, 3.0.0, 3.0.x-dev].
    - raiym/instagram-php-scraper dev-master requires guzzlehttp/psr7 ^1.7 -> satisfiable by guzzlehttp/psr7[1.7.0, ..., 1.x-dev].
    - Root composer.json requires phpfastcache/phpfastcache ^9.1 -> satisfiable by phpfastcache/phpfastcache[9.1.0, 9.1.1, 9.1.2, v9.x-dev].
    - Root composer.json requires spatie/laravel-sitemap ^6.2 -> satisfiable by spatie/laravel-sitemap[6.2.0, ..., 6.2.5].

@fh32000
Copy link
Author

fh32000 commented Feb 5, 2023

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

No branches or pull requests

1 participant