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