summaryrefslogtreecommitdiffstats
path: root/composer.json
AgeCommit message (Collapse)Author
2023-05-17chore(CI): Adjust testing matrix for Nextcloud 27 on stable27Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-17Only do classmap-authoritative on releaseJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-25Update composer test:unit scriptVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-01-16chore(CI): Update master php testing versions and workflow templatesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-09🌆 Bump minimum platform PHP versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-26Migrate to nextcloud/OCP package in masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Move composer-bin-plugin to normal depsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Add Mozart to avoid conflict with other JWT appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Use vendor-bin to separate dev from production dependenciesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-04Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-08-02try with dev stabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-02Add roave/security-advisories packageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-02Split autoload of tests into -devJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-10Require firebase JWT libJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-19Add phpunit as dependency like in other appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-07Bump psalmVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-09Bump composer dependenciesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-05Bump psalm versionVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-01-04Only allow dev quality for christophwurst/nextcloudJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-17Bump nextcloud/coding-standard from 0.3.0 to 0.4.0dependabot[bot]
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.4.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-30Help psalm find context when running single filesVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-26Fix the psalm:update-baseline commandJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-17Bump vimeo/psalm from 3.16 to 4.1.1dependabot-preview[bot]
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.16 to 4.1.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/3.16...4.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-02Adjusted composer psalm commandsVincent Petry
- Run with a single thread, otherwise it crashes on some environments like mine... - Added composer command to clear psalm's caches. - Added command to update the baseline automatically Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-10-09Add PsalmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-13Fix linter commandJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Add PHP CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>