composer.json to move behat vendor to require-dev section
This commit is contained in:
@@ -26,10 +26,10 @@
|
||||
"bshaffer/oauth2-server-php": "v1.0",
|
||||
"colosa/restclient": "0.1.7",
|
||||
"colosa/pmUI": "dev-master",
|
||||
"colosa/MichelangeloFE": "dev-master",
|
||||
"behat/behat":"2.4.6@stable"
|
||||
"colosa/MichelangeloFE": "dev-master"
|
||||
},
|
||||
"require-dev":{
|
||||
"guzzle/guzzle":"~3.1.1"
|
||||
"guzzle/guzzle":"~3.1.1",
|
||||
"behat/behat":"2.4.6@stable"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user