2015-05-24 19:32:32 +00:00
|
|
|
{
|
|
|
|
"name" : "joomla-extensions/weblinks",
|
|
|
|
"description": "The Open Source PHP Framework for creating complex Joomla extensions",
|
|
|
|
"license" : "GPL-2.0+",
|
2016-05-01 19:52:42 +00:00
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "5.5.33"
|
|
|
|
}
|
|
|
|
},
|
2015-05-24 19:32:32 +00:00
|
|
|
"require" : {
|
|
|
|
"php": ">=5.3.10"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-06-09 16:34:47 +00:00
|
|
|
"codeception/codeception": "^2.2",
|
2016-05-21 13:57:03 +00:00
|
|
|
"joomla-projects/joomla-browser": "v3.6.0",
|
2015-05-24 19:32:32 +00:00
|
|
|
"codegyre/robo": "~0.5",
|
2015-09-30 17:29:14 +00:00
|
|
|
"joomla-projects/robo": "dev-master",
|
2016-07-04 18:17:33 +00:00
|
|
|
"joomla-projects/selenium-server-standalone": "v2.53.1",
|
2015-11-01 07:44:16 +00:00
|
|
|
"fzaninotto/faker": "^1.5",
|
2016-06-09 16:34:47 +00:00
|
|
|
"joomla-projects/jorobo": "0.4",
|
|
|
|
"Behat/Gherkin": "^4.4.1"
|
2015-05-24 19:32:32 +00:00
|
|
|
}
|
|
|
|
}
|