Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
* Remove unused files
* Fix composer.json version
* Update .gitattributes
  • Loading branch information
shoman4eg committed Apr 11, 2022
1 parent 1412686 commit 3e6331d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 447 deletions.
16 changes: 11 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
/.php_cs export-ignore
/tests/ export-ignore
*.php diff=php

/.github export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/tests/ export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.*xml export-ignore
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [0.2.2](https://github.com/shoman4eg/moy-nalog/compare/v0.2.1...v0.2.2) (2022-04-11)
### Fix
* Remove unused files
* Fix composer.json version
* Update .gitattributes

## [0.2.1](https://github.com/shoman4eg/moy-nalog/compare/v0.2.0...v0.2.1) (2022-04-11)

### Documentation
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Unofficial MoyNalog API client

![Php version](https://img.shields.io/packagist/php-v/shoman4eg/moy-nalog?style=flat-square)
[![Php version](https://img.shields.io/packagist/php-v/shoman4eg/moy-nalog?style=flat-square)](composer.json)
[![Latest Version](https://img.shields.io/github/release/shoman4eg/moy-nalog.svg?style=flat-square)](https://github.com/shoman4eg/moy-nalog/releases)
[![Total Downloads](https://img.shields.io/packagist/dt/shoman4eg/moy-nalog.svg?style=flat-square)](https://packagist.org/packages/shoman4eg/moy-nalog)

An unofficial wrapper client for lknpd.nalog.ru API
[![Packagist License](https://img.shields.io/packagist/l/shoman4eg/moy-nalog)](LICENSE)
An unofficial wrapper client for [lknpd.nalog.ru](https://lknpd.nalog.ru/) API

## Install

Expand Down
Loading

0 comments on commit 3e6331d

Please sign in to comment.