mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 03:19:01 +01:00
* task/sami: [task/sami] Replace phpdoctor with sami. [task/sami] Add sami/sami as a composer development dependency. Conflicts: phpBB/composer.json phpBB/composer.lock
26 lines
643 B
JSON
26 lines
643 B
JSON
{
|
|
"_readme": [
|
|
"You MUST update the clean-vendor-dir target in build/build.xml",
|
|
"accordingly when adding or upgrading dependencies."
|
|
],
|
|
"require": {
|
|
"lusitanian/oauth": "0.2.*",
|
|
"symfony/config": "2.3.*",
|
|
"symfony/console": "2.3.*",
|
|
"symfony/dependency-injection": "2.3.*",
|
|
"symfony/event-dispatcher": "2.3.*",
|
|
"symfony/http-kernel": "2.3.*",
|
|
"symfony/routing": "2.3.*",
|
|
"symfony/yaml": "2.3.*",
|
|
"twig/twig": "1.13.*"
|
|
},
|
|
"require-dev": {
|
|
"fabpot/goutte": "1.0.*",
|
|
"phpunit/dbunit": "1.3.*",
|
|
"phpunit/phpunit": "4.1.*",
|
|
"phing/phing": "2.4.*",
|
|
"sami/sami": "1.*",
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
}
|
|
}
|