aboutsummaryrefslogtreecommitdiffstats
path: root/composer.lock
Commit message (Collapse)AuthorAgeFilesLines
* Require ext-simplexml via composerChristoph Wurst2020-11-261-1/+2
| | | | | | This makes phpunit (and static analysis?) happy Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump vimeo/psalm from 4.2.0 to 4.2.1dependabot-preview[bot]2020-11-231-5/+5
| | | | | | | Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.2.0...4.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Require xmlreader via composerChristoph Wurst2020-11-201-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Require libxml in composerChristoph Wurst2020-11-201-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump vimeo/psalm from 4.1.1 to 4.2.0dependabot-preview[bot]2020-11-201-15/+15
| | | | | | | | | Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.1.1...4.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump vimeo/psalm from 4.0.1 to 4.1.1dependabot-preview[bot]2020-11-051-139/+87
| | | | | | | Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.0.1 to 4.1.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.0.1...4.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump vimeo/psalm from 3.17.2 to 4.0.1dependabot-preview[bot]2020-10-201-12/+13
| | | | | | | Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.17.2 to 4.0.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/3.17.2...4.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump vimeo/psalm from 3.17.1 to 3.17.2dependabot-preview[bot]2020-10-161-5/+5
| | | | | | | Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.17.1 to 3.17.2. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/3.17.1...3.17.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump vimeo/psalm from 3.15 to 3.17.1Christoph Wurst2020-10-141-6/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use own psalm instead of a global oneChristoph Wurst2020-10-131-76/+995
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump psalm/phar from 3.15 to 3.16dependabot-preview[bot]2020-09-151-5/+5
| | | | | | | Bumps [psalm/phar](https://github.com/psalm/phar) from 3.15 to 3.16. - [Release notes](https://github.com/psalm/phar/releases) - [Commits](https://github.com/psalm/phar/compare/3.15...3.16) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump psalm/phar from 3.12.2 to 3.15dependabot[bot]2020-09-081-5/+5
| | | | | | | Bumps [psalm/phar](https://github.com/psalm/phar) from 3.12.2 to 3.15. - [Release notes](https://github.com/psalm/phar/releases) - [Commits](https://github.com/psalm/phar/compare/3.12.2...3.15) Signed-off-by: dependabot[bot] <support@github.com>
* Add psalm as composer dependencyDaniel Kesselberg2020-08-181-6/+41
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Remove unused jakub-onderka/php-parallel-lintDaniel Kesselberg2020-06-261-252/+597
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* List ext-pdo as hard requirement for composerChristoph Wurst2020-05-281-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Declare ext-json as dependency in composer.jsonChristoph Wurst2020-05-131-2/+4
| | | | | | | This makes phpstorm happy as it knows that the functions like json_encode are available. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump coding standard lib for PSR2Christoph Wurst2020-04-101-6/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add shared php-cs configChristoph Wurst2020-03-311-0/+1715
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>