aboutsummaryrefslogtreecommitdiffstats
path: root/vendor-bin
Commit message (Collapse)AuthorAgeFilesLines
* Bump CS Fixer rules to follow latest Nextcloud standardsBenjamin Gaussorgues2023-11-232-2092/+35
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix(deps): Update openapi-extractorjld31032023-11-022-6/+6
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* chore: Install phpunit via vendor binChristoph Wurst2023-10-022-0/+1764
| | | | | | | | This means we can all run the same version. And when switching to stableX it can pull the corresponding version too. Also local dev envs and CI run the same phpunit. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix OCS-APIRequest header for OpenAPIjld31032023-09-272-12/+12
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Add single status code descriptions for OpenAPIjld31032023-09-272-13/+13
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Update openapi-extractorjld31032023-08-222-12/+12
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Install openapi-extractorjld31032023-08-112-0/+251
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Use psalm 5jld31032023-05-022-214/+223
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* composer update phpCôme Chilliet2023-01-202-475/+493
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Attempt at bumping psalm versionCôme Chilliet2023-01-201-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Drop PHP7.3Christoph Wurst2022-01-254-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-122-16/+21
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix psalm not runningCarl Schwan2022-01-064-455/+543
| | | | | | | | | | The issue was that we were using psalm/phar instead of vimeo/psalm. This caused issue with the custom psalm plugin in buildd/psalm. This is using the opportunity to also update the psalm version from 3.8 to 3.17 and the php-cs-fixer too. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Scope composer tools with the bin pluginChristoph Wurst2021-08-194-0/+4235
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>