Shipu / themevel

Theme and asset management for laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to download, conflicts with symfony/yaml

Prashu2017 opened this issue · comments

I am sharing here my Composer.Json which has symfony/yaml installed as per your requirement shows, but still after it show that
Using version ^2.2 for shipu/themevel
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- shipu/themevel v2.2.2 requires symfony/yaml 5.1.x-dev -> satisfiable by symfony/yaml[5.1.x-dev] but these conflict with your requirements or minimum-stability.
- shipu/themevel v2.2.1 requires symfony/yaml 5.1.x-dev -> satisfiable by symfony/yaml[5.1.x-dev] but these conflict with your requirements or minimum-stability.
- shipu/themevel v2.2 requires symfony/yaml 5.1.x-dev -> satisfiable by symfony/yaml[5.1.x-dev] but these conflict with your requirements or minimum-stability.
- Installation request for shipu/themevel ^2.2 -> satisfiable by shipu/themevel[v2.2, v2.2.1, v2.2.2].

Installation failed, reverting ./composer.json to its original content.


{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "type": "project",
    "require": {
        "php": ">=7.3",
        "laravel/framework": "^7.30.4",
        "intervention/image": "^2.3",
        "razorpay/razorpay": "^2.2",
        "simplesoftwareio/simple-sms": "^3.1",
        "simplesoftwareio/simple-qrcode": "^2.0",
        "mongodb/mongodb": "^1.4",
        "alcaeus/mongo-php-adapter": "^1.1",
        "league/flysystem-aws-s3-v3": "~1.0",
        "league/flysystem-cached-adapter": "^1.0",
        "kreait/firebase-php": "^4.35",
        "baklysystems/laravel-chat-messenger": "^1.7",
        "pusher/pusher-php-server": "^4.1",
        "ktamas77/firebase-php": "^2.2",
        "phpoffice/phppresentation": "^0.9.0",
        "geoip2/geoip2": "~2.0",
        "vimeo/laravel": "^5.6",
        "symfony/yaml": "5.1.x-dev"

    },

    "require-dev": {
        "mockery/mockery": "0.9.*",
        "phpunit/phpunit": "~6.0",
        "symfony/css-selector": "3.1.*",
        "symfony/dom-crawler": "3.1.*"
    },
    "autoload": {
        "classmap": [
            "database"
        ],
        "files": [
            "app/constants.php",
            "app/helpers.php",
            "app/language_helper.php"
        ],
        "psr-4": {
            "App\\": "app/"
        }
    },
    "autoload-dev": {
        "classmap": [
            "tests/TestCase.php"
        ]
    },
    "scripts": {
        "post-root-package-install": [
            "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "php artisan key:generate"
        ],
        "post-install-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postInstall",
            "php artisan optimize"
        ],
        "post-update-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postUpdate",
            "php artisan optimize"
        ]
    },
    "provide": {
        "ext-mongo": "*"
    },
    "config": {
        "preferred-install": "dist"
    }
}