Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/275.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 作曲家最小稳定冲突_Php_Git_Laravel_Composer Php - Fatal编程技术网

Php 作曲家最小稳定冲突

Php 作曲家最小稳定冲突,php,git,laravel,composer-php,Php,Git,Laravel,Composer Php,在adamwathan中/bootform@master: "repositories": [ { "type": "vcs", "url": "https://github.com/maxim-chugaev/form" }, { "type": "vcs", "url": "https://github.com/maxim-chugaev/bootforms" }

adamwathan中/bootform@master

"repositories": [  
    {  
        "type": "vcs",  
        "url": "https://github.com/maxim-chugaev/form"  
    },
    {  
        "type": "vcs",  
        "url": "https://github.com/maxim-chugaev/bootforms"  
    }  
],
"require": {
    "php": ">=5.5.9",
    "laravel/framework": "5.4.*",
    "adamwathan/bootforms": "dev-master@dev",
    "watson/bootstrap-form": "^1.1",
    "laravelcollective/html": "^5.2.0",
    "adamwathan/form": "dev-master@dev"
},
但我有:

  • adamwathan/bootforms dev master需要adamwathan/form ^0.8.11->可由adamwathan/form[v0.8.11,v0.8.12]满足,但这些与您的要求或最低稳定性冲突
为什么??作曲家从哪里获取软件包adamwathan/form的
^0.8.11版本

"repositories": [  
    {  
        "type": "vcs",  
        "url": "https://github.com/maxim-chugaev/form"  
    }  
],
"license": "MIT",
"require": {
    "php": ">=5.4.0",
    "adamwathan/form": "dev-master@dev"
},