baikal/composer.json
dependabot[bot] 01e0a938fb
Update sabre/dav requirement from ~4.5.0 to ~4.6.0
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases)
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sabre-io/dav/compare/4.5.0...4.6.0)

---
updated-dependencies:
- dependency-name: sabre/dav
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 06:02:47 +00:00

48 lines
1.4 KiB
JSON

{
"name": "sabre/baikal",
"type": "project",
"description": "Baïkal is a lightweight CalDAV + CardDAV server based on PHP, SQLite or MySQL, and SabreDAV",
"keywords": ["Project", "Server", "Calendar", "Contact", "WebDAV", "CalDAV", "CardDAV", "iCalendar", "lightweight"],
"homepage": "https://sabre.io/baikal/",
"license" : "GPL-3.0-only",
"require": {
"php" : "^7.2 || ^8.0",
"sabre/dav" : "~4.6.0",
"twig/twig" : "~2.14.8",
"symfony/yaml" : "^3.4",
"psr/log" : "^1",
"ext-dom" : "*",
"ext-openssl" : "*",
"ext-pdo" : "*",
"ext-zlib" : "*"
},
"require-dev" : {
"friendsofphp/php-cs-fixer": "3.3.2",
"phpstan/phpstan": "^1.2"
},
"replace" : {
"jeromeschneider/baikal" : "self.version"
},
"autoload": {
"psr-0" : {
"Baikal" : "Core/Frameworks/",
"Flake" : "Core/Frameworks/",
"Formal" : "Core/Frameworks/"
}
},
"support" : {
"source" : "https://github.com/sabre-io/Baikal"
},
"scripts": {
"cs-fixer": [
"php-cs-fixer fix"
],
"phpstan": [
"phpstan analyse Core html"
],
"test": [
"composer cs-fixer",
"composer phpstan"
]
}
}