Commit graph

19 commits

Author SHA1 Message Date
Roy Verrips
a84cdd8917 Remove phpstan from dependancies - want to keep this compatible with php 7.0 as per github build steps 2022-01-23 17:26:15 -06:00
Roy Verrips
6e973db521 Add phpstan with config set to max 2022-01-23 17:26:15 -06:00
c9e2957c23 feat: ensure passed tags are strings
Newer versions of PHP raise a warning if you attempt to use array syntax
against non-strings / non-arrays. Added sanity check to ensure we're
working with a string, otherwise skip it.

Also added in PHP 8.1 to the testing suite and bumped the copyright.

Bumped version to 2.0 since as the change in expected output is a
breaking change.
2022-01-04 22:01:25 -06:00
peter279k
ae53465dad Improvements about namespace and PHPUnit version 2020-12-29 16:23:21 -06:00
f0ec43a045 ci: switch to github actions
Dropped Travis CI and Coveralls for GitHub Actions and CodeCov.
2020-06-01 22:25:24 -05:00
cdb2e05cf4 chore(ci): test against PHP 7.4
* Updated to test again PHP 7.4 and to use that for coverage reporting.
* Added PHP nightly builds as an allowable failure.
* Added a git ignore as well as a `phpunit` configuration.
* Updated the tests and CI configuration to better handle the juggling of PHP and `phpunit` versions.
* Updated the coveralls dependency to be the latest and greatest instead of the deprecated package.
* Tweaked the README, updated the LICENSE years and bumped this package's version.
* Dropped Patreon link in favor of using Github Sponsors.
2020-01-09 21:49:13 -06:00
e41f4f7630
PHP 7.3 and more
* Added CI for PHP 7.3
* Dropped CI for HHVM (was running into too many issues out of no where)
* Reworked CI distros where I could
* Bumped copyright year
* Cleaned up the README, fixed spacing, dumped some of the wordiness
2019-01-03 00:21:50 -06:00
e6668afb5a
Updated email address 2018-01-08 23:43:09 -06:00
a82b10394d
Bumped version, small bit of cleanup 2018-01-07 23:53:45 -06:00
551a2d790d
Let's try to install it directly 2018-01-07 23:31:46 -06:00
1f016c6b4b
Try composer install phpunit 2018-01-07 23:13:00 -06:00
e033baaa79
Bump version number 2017-05-28 18:30:23 -05:00
Josh Sherman
cf41dcfdad Downgraded coveralls for PHP <5.5 support 2016-06-08 21:51:39 -05:00
Josh Sherman
6a03636f11 Updated a bunch of shit
Updated PHP versions to test against, copyright dates, dropped gittip,
cleaned up a bit of formatting to make more PSR-compliant and bumped the
version number slightly
2016-06-08 21:46:22 -05:00
Josh Sherman
9d3d247936 Added version and keywords 2014-09-13 09:31:56 -04:00
Josh Sherman
6006449f39 Preparing for versioning. 2014-09-13 08:31:18 -04:00
Josh Sherman
cf12a556de Switched from tabs to spaces 2014-09-13 08:12:10 -04:00
Joshua Sherman
3a2e99e91b Fixed trailing comma 2014-05-14 11:30:34 -04:00
Joshua Sherman
cbd0698fab Composer, coveralls, badges, travis too! 2014-05-14 11:22:42 -04:00