Skip to content

Commit

Permalink
Cleanup (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Mar 2, 2024
1 parent 7c4d671 commit e8a71ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions .gitignore
Expand Up @@ -22,10 +22,7 @@ Thumbs.db
# composer itself is not needed
composer.phar

# phpunit itself is not needed
phpunit.phar
# local phpunit config
# PhpUnit
/phpunit.phar
/phpunit.xml
# phpunit cache
.phpunit.result.cache
/phpunit.cache
/.phpunit.cache
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# Yii request provider Change Log
# Yii Request Provider Change Log

## 1.0.0 under development

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@
<a href="https://github.com/yiisoft" target="_blank">
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px">
</a>
<h1 align="center">Yii request provider</h1>
<h1 align="center">Yii Request Provider</h1>
<br>
</p>

Expand All @@ -15,7 +15,7 @@
[![type-coverage](https://shepherd.dev/github/yiisoft/request-provider/coverage.svg)](https://shepherd.dev/github/yiisoft/request-provider)
[![psalm-level](https://shepherd.dev/github/yiisoft/request-provider/level.svg)](https://shepherd.dev/github/yiisoft/request-provider)

The package provides current request as a dependency.
The package provides current PSR-7 request as a dependency.

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion psalm.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<psalm
errorLevel="2"
errorLevel="1"
findUnusedBaselineEntry="true"
findUnusedCode="false"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down

0 comments on commit e8a71ed

Please sign in to comment.