Files
Kanboard-Prod/composer.json
dependabot[bot] 1e304f4ad6 build(deps-dev): bump phpunit/phpunit from 9.5.28 to 9.6.3
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.28 to 9.6.3.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.3)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 20:38:42 -08:00

65 lines
1.8 KiB
JSON

{
"name": "kanboard/kanboard",
"type": "project",
"description": "Kanban project management software",
"license": "MIT",
"authors": [
{
"name": "Frédéric Guillot"
}
],
"config": {
"preferred-install": "dist",
"optimize-autoloader": true,
"discard-changes": true
},
"require": {
"php": ">=7.4.0",
"ext-simplexml": "*",
"ext-dom": "*",
"ext-xml": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-hash": "*",
"ext-openssl": "*",
"ext-json": "*",
"ext-ctype": "*",
"ext-filter": "*",
"ext-session": "*",
"christian-riesen/otp": "1.4.3",
"erusev/parsedown": "1.7.4",
"pimple/pimple": "3.5.0",
"psr/log": "1.1.4",
"symfony/console": "4.4.37",
"symfony/event-dispatcher": "4.4.37",
"symfony/finder": "5.4.19"
},
"autoload": {
"classmap": [
"app/"
],
"psr-4": {
"Kanboard\\": "app/",
"MatthiasMullie\\Minify\\": "libs/minify/src/",
"MatthiasMullie\\PathConverter\\": "libs/path-converter/src/",
"Gregwar\\": "libs",
"Eluceo\\iCal\\": "libs/ical"
},
"psr-0": {
"JsonRPC": "libs/jsonrpc/src",
"PHPQRCode": "libs/phpqrcode/lib",
"PicoDb": "libs/picodb/lib",
"SimpleQueue": "libs",
"SimpleValidator": "libs"
},
"files": [
"app/functions.php",
"libs/swiftmailer/swift_required.php"
]
},
"require-dev": {
"symfony/stopwatch": "5.4.19",
"phpunit/phpunit": "9.6.3",
"roave/security-advisories": "dev-master"
}
}