Граф коммитов

14 Коммитов

Автор SHA1 Сообщение Дата
Daniel Kesselberg e0b8311f4d
chore: drop support for PHP 7.4
gravatarphp/gravatar: Support for PHP 8 is merged but unreleased

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-01-17 18:50:59 +01:00
Daniel Kesselberg 340e2226c3
build: replace christophwurst/nextcloud with nextcloud/ocp package
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-12-12 22:47:26 +01:00
Christoph Wurst 4447c9e0fb
Migrate PEAR Horde packages to Bytestream packages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-12 13:38:09 +02:00
Christoph Wurst 0947590063
Drop PHP7.3 support
It has reached EOL and blocks updates of our composer dependencies.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-02 10:27:26 +02:00
Christoph Wurst 8a21fbbcbb
Only install packages compatible with PHP7.3
Regression of https://github.com/nextcloud/mail/pull/6059

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-25 08:58:12 +01:00
Christoph Wurst e864d71822
Bump friendsofphp/php-cs-fixer
This makes it usable with PHP8.1.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-21 11:47:53 +01:00
dependabot[bot] 4d78a00837
Bump league/flysystem from 1.1.3 to 1.1.4 in /vendor-bin/mozart
Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/thephpleague/flysystem/releases)
- [Changelog](https://github.com/thephpleague/flysystem/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/flysystem/compare/1.1.3...1.1.4)

---
updated-dependencies:
- dependency-name: league/flysystem
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 07:16:53 +00:00
dependabot[bot] d350393baf
Bump symfony/console from 5.2.5 to 5.2.6 in /vendor-bin/mozart
Bumps [symfony/console](https://github.com/symfony/console) from 5.2.5 to 5.2.6.
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/symfony/console/compare/v5.2.5...v5.2.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-07 16:38:41 +00:00
dependabot[bot] 83a08a434a
Bump symfony/string from 5.2.4 to 5.2.6 in /vendor-bin/mozart
Bumps [symfony/string](https://github.com/symfony/string) from 5.2.4 to 5.2.6.
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/symfony/string/compare/v5.2.4...v5.2.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-07 14:44:50 +00:00
Christoph Wurst 7ccb6727d2
Scope the cs-fixer and its dependencies
Sometimes the dev dependencies of Mail cause a conflict with other apps
or Nextcloud server. Most of the Symfony dev deps are pulled in via the
php-cs-fixer, while that binary is actually independent and it doesn't
need to load any of its classes into a Nextcloud process. Therefore we
can use the composer bin plugin to move the bin into its own directory.

`composer run cs:fix` works just like before.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-11 14:54:10 +01:00
Richard Steinmetz 804ed92798
Merge pull request #4672 from nextcloud/dependabot/composer/vendor-bin/mozart/symfony/finder-5.2.4
Bump symfony/finder from 5.2.3 to 5.2.4 in /vendor-bin/mozart
2021-03-07 13:38:45 +01:00
dependabot[bot] 810d699ef6
Bump symfony/console from 5.2.3 to 5.2.4 in /vendor-bin/mozart
Bumps [symfony/console](https://github.com/symfony/console) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/symfony/console/compare/v5.2.3...v5.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-06 02:03:07 +00:00
dependabot[bot] cc08db73f9
Bump symfony/finder from 5.2.3 to 5.2.4 in /vendor-bin/mozart
Bumps [symfony/finder](https://github.com/symfony/finder) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/symfony/finder/releases)
- [Changelog](https://github.com/symfony/finder/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/symfony/finder/compare/v5.2.3...v5.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-06 02:03:01 +00:00
Christoph Wurst 41ed815568
Make the Mozart dependencies independent
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-02 10:16:36 +01:00