mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 17:51:07 +00:00
Update composer files and move to undeprecated jrobo
This commit is contained in:
parent
802cff4ae8
commit
a012bc7b63
@ -29,7 +29,7 @@ if (!defined('JPATH_BASE'))
|
|||||||
class RoboFile extends \Robo\Tasks
|
class RoboFile extends \Robo\Tasks
|
||||||
{
|
{
|
||||||
// Load tasks from composer, see composer.json
|
// Load tasks from composer, see composer.json
|
||||||
use \joomla_projects\robo\loadTasks;
|
use \Joomla\Testing\Robo\Tasks\loadTasks;
|
||||||
use \Joomla\Jorobo\Tasks\loadTasks;
|
use \Joomla\Jorobo\Tasks\loadTasks;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -83,7 +83,7 @@ class RoboFile extends \Robo\Tasks
|
|||||||
{
|
{
|
||||||
if ($this->isWindows())
|
if ($this->isWindows())
|
||||||
{
|
{
|
||||||
// Check wehter git.exe or git as command should be used,
|
// Check whether git.exe or git as command should be used,
|
||||||
// As on window both is possible
|
// As on window both is possible
|
||||||
if (!$this->_exec('git.exe --version')->getMessage())
|
if (!$this->_exec('git.exe --version')->getMessage())
|
||||||
{
|
{
|
||||||
|
@ -8,16 +8,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require" : {
|
"require" : {
|
||||||
"php": ">=5.3.10"
|
"php": ">=5.4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"codeception/codeception": "^2.2",
|
"codeception/codeception": "^2.2",
|
||||||
"joomla-projects/joomla-browser": "v3.6.5.1",
|
"joomla-projects/joomla-browser": "v3.6.5.1",
|
||||||
"consolidation/robo": "^1.0.0",
|
"consolidation/robo": "^1.0.0",
|
||||||
"joomla-projects/robo": "~0",
|
"joomla-projects/joomla-testing-robo": "~1.0",
|
||||||
"joomla-projects/selenium-server-standalone": "v3.1.0",
|
"joomla-projects/selenium-server-standalone": "v3.1.0",
|
||||||
"fzaninotto/faker": "^1.6",
|
"fzaninotto/faker": "^1.6",
|
||||||
"joomla-projects/jorobo": "~0.6",
|
"joomla-projects/jorobo": "~0.7",
|
||||||
"Behat/Gherkin": "^4.4.1"
|
"behat/gherkin": "^4.4.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1738
composer.lock
generated
1738
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user