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.
This commit is contained in:
parent
e41f4f7630
commit
cdb2e05cf4
9 changed files with 106 additions and 70 deletions
12
README.md
12
README.md
|
@ -1,13 +1,13 @@
|
|||
# php-loremipsum
|
||||
|
||||
[](https://travis-ci.org/joshtronic/php-loremipsum)
|
||||
[](https://coveralls.io/github/joshtronic/php-loremipsum?branch=master)
|
||||
[](https://packagist.org/packages/joshtronic/php-loremipsum)
|
||||
[](https://github.com/joshtronic/php-loremipsum/blob/master/LICENSE)
|
||||

|
||||
[](https://travis-ci.org/joshtronic/php-loremipsum)
|
||||
[](https://coveralls.io/github/joshtronic/php-loremipsum?branch=master)
|
||||
[](https://packagist.org/packages/joshtronic/php-loremipsum)
|
||||
|
||||
Lorem ipsum generator in PHP without dependencies. Compatible with PHP 5.3+.
|
||||
|
||||
[](https://www.patreon.com/joshtronic)
|
||||
|
||||
## Installation
|
||||
|
||||
The preferred installation method is via `composer`. First add the following to
|
||||
|
@ -105,7 +105,7 @@ Suggestions and bug reports are always welcome, but karma points are earned for
|
|||
pull requests.
|
||||
|
||||
Unit tests are required for all contributions. You can run the test suite from
|
||||
the `tests` directory simply by running `phpunit .`
|
||||
the project's root directory simply by running `phpunit`.
|
||||
|
||||
## Credits
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue