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": {
|
2023-05-16 15:06:41 +00:00
|
|
|
"php": "7.2.5"
|
2016-05-01 19:52:42 +00:00
|
|
|
}
|
|
|
|
},
|
2015-05-24 19:32:32 +00:00
|
|
|
"require" : {
|
2023-05-16 15:06:41 +00:00
|
|
|
"php": ">=7.2.5|~8"
|
2015-05-24 19:32:32 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-04-21 12:04:07 +00:00
|
|
|
"behat/gherkin": "^4.4.1",
|
|
|
|
"codeception/codeception": "^4.1",
|
2016-08-24 18:05:07 +00:00
|
|
|
"fzaninotto/faker": "^1.6",
|
2022-04-21 12:04:07 +00:00
|
|
|
"joomla-projects/joomla-browser": "^4.0",
|
2023-05-16 15:06:41 +00:00
|
|
|
"joomla-projects/jorobo": "dev-develop",
|
2022-04-21 12:04:07 +00:00
|
|
|
"joomla-projects/selenium-server-standalone": "^3.14",
|
|
|
|
"phpunit/phpunit": "^5.7.27",
|
2023-05-18 16:13:56 +00:00
|
|
|
"friendsofphp/php-cs-fixer": "^3.4.0",
|
|
|
|
"squizlabs/php_codesniffer": "^3.7.1",
|
2022-04-21 12:04:07 +00:00
|
|
|
"codeception/module-filesystem": "^1.0",
|
2023-05-16 15:17:32 +00:00
|
|
|
"codeception/module-asserts": "^1.3",
|
|
|
|
"phpstan/phpstan": "^1.10",
|
|
|
|
"phan/phan": "^5.4",
|
|
|
|
"phpstan/phpstan-deprecation-rules": "^1.1"
|
2015-05-24 19:32:32 +00:00
|
|
|
}
|
|
|
|
}
|