mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-10-31 19:02:30 +00:00
25 lines
738 B
JSON
25 lines
738 B
JSON
{
|
|
"name" : "joomla-extensions/weblinks",
|
|
"description": "The Open Source PHP Framework for creating complex Joomla extensions",
|
|
"license" : "GPL-2.0+",
|
|
"config": {
|
|
"platform": {
|
|
"php": "5.6.0"
|
|
}
|
|
},
|
|
"require" : {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"codeception/codeception": "^3",
|
|
"phpunit/phpunit": "^5.7.27",
|
|
"joomla-projects/joomla-browser": "v3.9.0",
|
|
"consolidation/robo": "^1.0.0",
|
|
"joomla-projects/joomla-testing-robo": "~1.0",
|
|
"joomla-projects/selenium-server-standalone": "^v3.1.0",
|
|
"fzaninotto/faker": "^1.6",
|
|
"joomla-projects/jorobo": "~0.7",
|
|
"behat/gherkin": "^4.4.1"
|
|
}
|
|
}
|