Commit Graph

70 Commits

Author SHA1 Message Date
renovate[bot] 80e37628a9 Update dependency phpunit/phpunit to ^13.2.3 2026-07-06 20:51:12 +00:00
renovate[bot] 2187505ead Update dependency phpunit/phpunit to ^13.2.2 2026-06-30 19:29:27 +00:00
renovate[bot] 380e0104f7 Update dependency phpunit/phpunit to ^13.2.1 2026-06-16 05:56:13 +00:00
renovate[bot] a2fd7eabd9 Update dependency phpunit/phpunit to ^13.2.0 2026-06-05 10:43:04 +00:00
renovate[bot] 40dc091991 Update dependency phpunit/phpunit to ^13.1.14 2026-06-04 13:50:46 +00:00
renovate[bot] a97aec49ff Update dependency phpunit/phpunit to ^13.1.13 2026-05-27 21:27:14 +00:00
renovate[bot] 94572e37dc Update dependency phpunit/phpunit to ^13.1.12 2026-05-25 22:15:14 +00:00
renovate[bot] fb73a7e90f Update dependency phpunit/phpunit to ^13.1.11 2026-05-21 18:38:36 +00:00
Sebastian Bergmann 78d76615cd
Bump 2026-05-21 13:48:12 +02:00
renovate[bot] bf162ac591 Update dependency phpunit/phpunit to ^13.1.10 2026-05-16 06:46:13 +02:00
Sebastian Bergmann dc31f1f8e0
Prepare release 2026-02-06 05:44:28 +01:00
Sebastian Bergmann 2f6cbc5b83
Start development of next major version 2025-12-31 17:07:52 +01:00
Sebastian Bergmann 76432aafc5
Prepare release 2025-02-07 05:56:42 +01:00
Sebastian Bergmann 17e38c7a60
Start development of next major version 2025-01-16 09:54:00 +01:00
Sebastian Bergmann 20a3d69003
Fix 2025-01-16 09:30:07 +01:00
Sebastian Bergmann 575f0d2296
Merge branch '5.1' 2024-09-07 14:42:51 +02:00
Sebastian Bergmann bdcd52c76f
Bump 2024-09-07 14:41:41 +02:00
Sebastian Bergmann 4e99f4fac5
Bump 2024-06-12 14:09:39 +02:00
Sebastian Bergmann d0c0a93fc7
Prepare release 2024-02-02 06:58:52 +01:00
Sebastian Bergmann a8823d5e3a
Allow unstable dependencies 2023-12-22 13:10:11 +01:00
Sebastian Bergmann 8c00e078fd
Start development of next major version 2023-12-22 12:21:16 +01:00
Sebastian Bergmann 326ce39e7a
Bump 2023-09-18 09:16:40 +02:00
Sebastian Bergmann d6e9b3c732
Add link to security policy 2023-03-14 14:41:03 +01:00
Sebastian Bergmann f3ec4bf931
Prepare release 2023-02-03 08:06:49 +01:00
Sebastian Bergmann 0ba8f09572
Reorganize 2023-01-15 14:08:52 +01:00
Sebastian Bergmann 893d74e474
Rename development branch 2022-04-11 15:29:24 +02:00
Sebastian Bergmann e9ae83d9f9
Drop support for PHP 8.0 2022-03-30 17:54:14 +02:00
Marijn van Wezel ba5c2c83da Improve export of enums
This commit improves the export of enumerations (see https://wiki.php.net/rfc/enumerations). This change is backwards-compatible with PHP 8.0. Previously, enums would be exported as objects (which they are internally), for instance:

```
SebastianBergmann\Exporter\ExampleEnum Object #%d (
    'name' => 'Value'
)"
```

This commit changes that behaviour and improves the export for both backed and non-backed enums:

Unit enum:
 SebastianBergmann\Exporter\ExampleEnum Enum #%d (Value)

Backed enum:
 SebastianBergmann\Exporter\ExampleBackedEnum Enum #%d (Value, 'value')
2022-01-22 07:30:17 +01:00
Sebastian Bergmann 9e1c14f828
Require mbstring extension 2021-12-13 15:46:40 +01:00
Sebastian Bergmann 4a6270bf3b
Bump 2021-07-04 08:19:56 +02:00
Sebastian Bergmann 9d496147c0
Drop support for PHP 7.3 and PHP 7.4 2021-05-27 07:27:04 +02:00
Sebastian Bergmann 4889994dae
Use HTTPS instead of HTTP 2021-05-27 07:24:00 +02:00
Sebastian Bergmann 7a84be032d
Use >= operator instead of ^ operator for PHP version constraint 2020-09-08 12:35:58 +02:00
Sebastian Bergmann 47e0642b4e Bump 2020-08-07 07:12:42 +02:00
Sebastian Bergmann 290dc6bc89 Support PHP 8 for https://github.com/sebastianbergmann/phpunit/issues/4325 2020-06-26 14:08:15 +02:00
Sebastian Bergmann e2795c8bb2 Bump 2020-06-22 16:44:57 +02:00
Sebastian Bergmann 80c26562e9 Prepare release 2020-02-07 07:10:52 +01:00
Sebastian Bergmann 9e4fcd44e2 Drop support for PHP 7.0, PHP 7.1, and PHP 7.2 2020-01-21 08:57:59 +01:00
Sebastian Bergmann e5ce612194 Bump 2020-01-21 08:41:36 +01:00
Sebastian Bergmann 636773fb0b Revert "Cleanup"
This reverts commit ff5bade60c.
2019-08-14 17:08:01 +02:00
Sebastian Bergmann ff5bade60c Cleanup 2019-08-14 16:54:55 +02:00
Bernhard Schussek dd6dc4676b Fix email address in composer.json (#25) 2019-08-11 14:34:12 +02:00
Sebastian Bergmann 7a7b781155 Update build automation 2018-06-28 10:21:20 -04:00
Sebastian Bergmann 234199f452 Bump 2017-04-03 15:19:02 +02:00
Sebastian Bergmann b82d077cb3 Prepare release 2017-03-03 07:25:06 +01:00
Sebastian Bergmann fad9919ef2 Cleanup 2017-02-24 13:51:35 +01:00
Sebastian Bergmann ce474bdd1a Bump 2016-11-19 09:54:04 +01:00
Sebastian Bergmann 66fb20c9e1 Bump version 2015-07-30 11:58:30 +02:00
KUBO Atsuhiro 01f50e5d27 Add "ext-mbstring" to "require-dev" in composer.json 2015-07-30 11:57:33 +02:00
Sebastian Bergmann 84839970d0 Bump version 2015-01-27 08:23:06 +01:00