mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-11-14 16:54:04 +00:00
26 lines
803 B
JSON
26 lines
803 B
JSON
{
|
|
"name" : "joomla-extensions/weblinks",
|
|
"description": "The Open Source PHP Framework for creating complex Joomla extensions",
|
|
"license" : "GPL-2.0+",
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.2.5"
|
|
}
|
|
},
|
|
"require" : {
|
|
"php": ">=7.2.5|~8"
|
|
},
|
|
"require-dev": {
|
|
"behat/gherkin": "^4.4.1",
|
|
"codeception/codeception": "^4.1",
|
|
"fzaninotto/faker": "^1.6",
|
|
"joomla-projects/joomla-browser": "^4.0",
|
|
"joomla-projects/joomla-testing-robo": "~1.0",
|
|
"joomla-projects/jorobo": "dev-develop",
|
|
"joomla-projects/selenium-server-standalone": "^3.14",
|
|
"phpunit/phpunit": "^5.7.27",
|
|
"codeception/module-filesystem": "^1.0",
|
|
"codeception/module-asserts": "^1.3"
|
|
}
|
|
}
|