Commit Graph

21 Commits

Author SHA1 Message Date
dependabot[bot] 7f25b86b81
chore(deps-dev): bump christophwurst/nextcloud_testing
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.12.4 to 1.0.0.
- [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/v0.12.4...v1.0.0)

---
updated-dependencies:
- dependency-name: christophwurst/nextcloud_testing
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-04 02:48:23 +00:00
hamza221 91d2cb83f5 Add support for php8.3
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
2023-10-07 21:30:32 +02:00
Christoph Wurst 08e5f9e924
fix: Allow dynamic autoloading for classes added during upgrade
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-07 21:03:02 +02:00
Christoph Wurst 508c5a151d
feat(deps): Revive PHP7.4 support
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-02-27 13:46:41 +01:00
Daniel Kesselberg 6d16f860f8
chore: add support for PHP 8.2
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-01-25 12:18:57 +01:00
Daniel Kesselberg c3c43ab230
chore: drop support for PHP 7.4
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-01-20 16:04:50 +01:00
Christoph Wurst 3ed7e017db
perf(autoloader): Use Composer's authoritative classmap
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-20 12:06:26 +01:00
Joas Schilling ebe1e6864a
chore(CI): Update main php testing versions and workflow templates
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-16 16:19:50 +01:00
Joas Schilling 204c3c04cc
Reinstall version so php-cs-fixer is up to date
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-05 08:42:47 +02:00
dependabot[bot] b285cd442d
Bump nextcloud/coding-standard from 0.5.0 to 1.0.0
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.5.0 to 1.0.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.5.0...v1.0.0)

---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-05 08:37:38 +02:00
Christoph Wurst eda1e721c4
Add PHP8.1 support
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-22 09:49:13 +01:00
dependabot[bot] 2a3950e425
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.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.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-16 09:54:14 +01:00
dependabot[bot] 4c550cbce6
Bump christophwurst/nextcloud_testing from 0.10.0 to 0.12.4
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.10.0 to 0.12.4.
- [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases)
- [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/0.10.0...v0.12.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-20 02:01:12 +00:00
John Molakvoæ (skjnldsv) 4fd1007044
Bump composer deps
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-02-15 15:34:02 +01:00
John Molakvoæ (skjnldsv) b0e1808b1b
Add composer min php
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-04 22:16:21 +02:00
dependabot[bot] 8cdccc3570
Bump christophwurst/nextcloud_testing from 0.7.0 to 0.10.0
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.7.0 to 0.10.0.
- [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases)
- [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/0.7.0...0.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-04 20:36:30 +02:00
John Molakvoæ (skjnldsv) 1fe0183294
Composer name
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-07-14 09:03:37 +02:00
John Molakvoæ (skjnldsv) 73823f4507
Add php cs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-07-09 17:25:12 +02:00
Morris Jobke 2af0bce0fe
Use proper exit code for composer lint
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-13 22:48:26 +02:00
John Molakvoæ cef07e63c3
Update composer.json 2020-01-29 17:29:34 +01:00
John Molakvoæ (skjnldsv) 677003d1b6
Add TZ & LANG
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-27 08:18:51 +02:00