Update composer files and move to undeprecated jrobo

This commit is contained in:
wilsonge 2019-08-10 20:27:18 +01:00
parent 802cff4ae8
commit a012bc7b63
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04
3 changed files with 1292 additions and 458 deletions

View File

@ -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())
{ {

View File

@ -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

File diff suppressed because it is too large Load Diff