Commit Graph

482 Commits

Author SHA1 Message Date
Sebastian Bergmann 68609e1261 Prepare release 2019-09-14 11:02:43 +02:00
Ciaran McNulty 05e2a220e5 Make str_repeat call stricter
This was causing an issue with PhpSpec
2019-09-10 17:13:45 +02:00
Claudio Zizza ab186b26f4 Increase code coverage 2019-09-08 14:59:02 +02:00
Claudio Zizza 5aff3e282c Adapt type of data argument in docblock 2019-09-08 14:59:02 +02:00
Claudio Zizza aa936a3d22 Remove unsupported HHVM code 2019-09-07 11:15:01 +02: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
Sebastian Bergmann 180a73e608 Add ChangeLog 2019-08-14 16:27:25 +02:00
Sebastian Bergmann 06a9a5947f Bump copyright year 2019-08-11 14:43:14 +02:00
Bernhard Schussek 71e429fb3a Exclude trace from exceptions/errors for performance reasons (#24) 2019-08-11 14:37:44 +02:00
Bernhard Schussek dd6dc4676b Fix email address in composer.json (#25) 2019-08-11 14:34:12 +02:00
Sebastian Bergmann 97cc7aeb5b
Delete stale.yml 2019-07-02 09:44:27 +02:00
Sebastian Bergmann cf3a70cdc3
Create FUNDING.yml 2019-05-24 08:35:43 +02:00
Andreas Möller 60907c7464 Fix: Remove sudo configuration (#23) 2019-04-26 15:00:28 +02:00
Sebastian Bergmann 8be786b3b6 Test against PHP 7.4 2019-02-11 13:49:46 +01:00
Sebastian Bergmann a871eb6bba Test against PHP 7.3 2019-02-08 14:51:00 +01:00
Sebastian Bergmann 8c6fe9abfa Do not test against PHP master (which already is PHP 8) 2019-02-08 14:50:41 +01:00
Sebastian Bergmann c8c4f196e3 Bump copyright year 2018-06-28 10:22:04 -04:00
Sebastian Bergmann 7a7b781155 Update build automation 2018-06-28 10:21:20 -04:00
Sebastian Bergmann 00930b5231 Fix CS/WS issues 2018-06-28 10:18:04 -04:00
Sebastian Bergmann 734cb07aff Update php-cs-fixer configuration 2018-06-28 10:17:55 -04:00
Sebastian Bergmann 2096271465 Add configuration for probot-stale 2018-05-15 07:51:07 +02:00
Sebastian Bergmann 573f8b71a2 Do not test with snapshots (see https://github.com/travis-ci/travis-ci/issues/8764) 2017-11-16 10:48:09 +01:00
Sebastian Bergmann 234199f452 Bump 2017-04-03 15:19:02 +02:00
Sebastian Bergmann 6506a83c47 Fix CS/WS issues 2017-04-03 15:17:37 +02:00
Mariano Custiel 4722899d45 Added visible representation of line endings for diffs (#19)
* Added visible representation of line endings for diffs

* Added fix to avoid the Replacement order gotcha from str_replace

* cs-fixer

* Fixed expectation of shortened string

* I misunderstood the problem, the length of the string now is longer because we are showing \n and \r characters
2017-04-03 15:13:50 +02:00
Sebastian Bergmann d3975cb8a3 Fix CS/WS issues 2017-04-01 14:43:33 +02:00
Sebastian Bergmann 8b8642e7ce Add php-cs-fixer configuration 2017-04-01 14:43:24 +02:00
Sebastian Bergmann aaaaa5afbd Enable codecov.io 2017-03-07 08:32:56 +01:00
Sebastian Bergmann b82d077cb3 Prepare release 2017-03-03 07:25:06 +01:00
Sebastian Bergmann fee61f6a68 Merge branch '1.2' 2017-02-26 14:09:34 +01:00
Sebastian Bergmann dcd43bcc0f Leftover from c5b02e2f16 2017-02-26 14:09:30 +01:00
Sebastian Bergmann e33e643ff0 Merge branch '1.2' 2017-02-26 14:04:32 +01:00
Sebastian Bergmann c5b02e2f16 Cleanup 2017-02-26 14:03:14 +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
Bob Weinand cd63c71ded Also fix shortenedRecursiveExport for recursion-context changes 2016-11-18 12:14:04 +01:00
Bob Weinand ecbefe18c8 Work on a copy as recursion-context changes the arrays 2016-11-18 11:33:43 +01:00
Sebastian Bergmann 7dfcd2418a Use best practice for adding this library as a dependency using Composer 2016-10-03 09:44:30 +02:00
Nicolas Grekas 42c4c2eec4 Tweak binary string regexp and allow \e (#15) 2016-06-17 11:04:28 +02:00
Nicolas Grekas 6e6a2a0b9a Tweak binary string regexp and allow \e (#14) 2016-06-17 10:12:15 +02:00
Sebastian Bergmann f88f893651 Improve docblock 2015-08-09 06:23:41 +02:00
Sebastian Bergmann 66fb20c9e1 Bump version 2015-07-30 11:58:30 +02:00
KUBO Atsuhiro b4a7e5bad0 Update ExporterTest::testShortenedExportForMultibyteCharacters() to use trimNewline() 2015-07-30 11:57:53 +02:00
KUBO Atsuhiro 7237569678 Add "@requires extension mbstring" to testShortenedExportForMultibyteCharacters() 2015-07-30 11:57:45 +02:00
KUBO Atsuhiro d5bb3eac03 Add a test case for multibyte character support for Exporter::shortenedExport() 2015-07-30 11:57:37 +02:00
KUBO Atsuhiro 01f50e5d27 Add "ext-mbstring" to "require-dev" in composer.json 2015-07-30 11:57:33 +02:00
KUBO Atsuhiro 2348488730 Add multibyte character support for Exporter::shortenedExport() 2015-07-30 11:57:30 +02:00
Sebastian Bergmann 7ae5513327 Fix CS/WS issues 2015-06-21 09:55:53 +02:00
Sebastian Bergmann 84839970d0 Bump version 2015-01-27 08:23:06 +01:00