Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Jan 22, 2019
1 parent 9c1d63d commit 7f1342e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
coverage:
tests:
override:
- command: 'php vendor/bin/phpunit --coverage-clover coverage.xml'
- command: php vendor/bin/phpunit --coverage-clover coverage.xml
coverage:
file: 'coverage.xml'
format: 'clover'
file: coverage.xml
format: clover
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Stream wrapper for PHP 7.1+ based on PSR-7 & PSR-17
## Simple Stream wrapper for PHP 7.1+ based on PSR-7 & PSR-17

[![Gitter](https://badges.gitter.im/sunrise-php/support.png)](https://gitter.im/sunrise-php/support)
[![Build Status](https://api.travis-ci.com/sunrise-php/stream.svg?branch=master)](https://travis-ci.com/sunrise-php/stream)
Expand Down Expand Up @@ -56,5 +56,5 @@ https://phpdoc.fenric.ru/

## Useful links

https://www.php-fig.org/psr/psr-7/<br>
https://www.php-fig.org/psr/psr-17/
* https://www.php-fig.org/psr/psr-7/
* https://www.php-fig.org/psr/psr-17/
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sunrise/stream",
"description": "Sunrise Stream",
"description": "Simple Stream wrapper for PHP 7.1+ based on PSR-7 & PSR-17",
"keywords": ["fenric", "sunrise", "stream", "psr-7", "psr-17"],
"homepage": "https://github.com/sunrise-php/stream",
"license": "MIT",
Expand Down

0 comments on commit 7f1342e

Please sign in to comment.