renovate[bot]
a6ad4baae3
Update dependency phpunit/phpunit to ^12.5.32
2026-07-26 09:40:37 +00:00
renovate[bot]
d7edd58b9c
Update dependency phpunit/phpunit to ^12.5.31
2026-07-06 20:51:24 +00:00
renovate[bot]
1e99516d32
Update dependency phpunit/phpunit to ^12.5.30
2026-06-16 05:56:25 +00:00
renovate[bot]
70e1e0cdc2
Update dependency phpunit/phpunit to ^12.5.29
2026-06-04 21:42:51 +00:00
renovate[bot]
2f1a89bdcf
Update dependency phpunit/phpunit to ^12.5.28
2026-05-27 21:27:29 +00:00
renovate[bot]
fdec08fa84
Update dependency phpunit/phpunit to ^12.5.27
2026-05-25 22:15:42 +00:00
renovate[bot]
9af959e66d
Update dependency phpunit/phpunit to ^12.5.26
2026-05-21 18:38:49 +00:00
renovate[bot]
ad1c70765c
Update dependency phpunit/phpunit to ^12.5.25
2026-05-16 17:03:30 +02:00
renovate[bot]
e90dba91d9
Update dependency sebastian/recursion-context to ^7.0.1
2026-05-16 17:03:24 +02: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
Sebastian Bergmann
35ab8d385e
Prepare release
2015-01-24 10:57:24 +01:00
Sebastian Bergmann
9dde8423fd
Use Context class from new separate package
2015-01-23 08:14:07 +01:00
Sebastian Bergmann
610e54aa19
Bump PHPUnit dependency
2015-01-23 08:07:55 +01:00