Skip to content

Commit a20588d

Browse files
committed
win1250 conversion fix
1 parent 20c3222 commit a20588d

File tree

8 files changed

+1329
-277
lines changed

8 files changed

+1329
-277
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
help: ## Displays this list of targets with descriptions
44
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}'
55

6-
.PHONY: token
7-
token: ## Refresh token
8-
csas-access-token -t`csas-access-token -l | head -n 1 | awk '{print $$2}'` -o.env
9-
106
.PHONY: static-code-analysis
117
static-code-analysis: vendor ## Runs a static code analysis with phpstan/phpstan
128
vendor/bin/phpstan analyse --configuration=phpstan-default.neon.dist --memory-limit=-1

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,3 +316,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
316316

317317
- Czech and Slovak banking institutions for ABO format specification
318318
- Contributors and maintainers
319+
320+
[[SpojeNetIT s.r.o.](spojentetitlogo.svg?raw=true)](https://spojenet.cz)

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
}
1616
],
1717
"minimum-stability": "dev",
18+
"require": {
19+
"ext-iconv": "*"
20+
},
1821
"require-dev": {
1922
"phpunit/phpunit": "*",
2023
"phpstan/phpstan": "*",

spojentetitlogo.svg

Lines changed: 871 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)