Skip to content

Commit 5974595

Browse files
committed
Update .gitignore, README.md, and remove composer.lock
Adds entries to ignore Debian packaging-related files in .gitignore. Cleans up minor formatting issues in README.md and adjusts logo image attributes. Removes composer.lock to avoid locking dependencies in a library project.
1 parent c7163e1 commit 5974595

23 files changed

+432
-5299
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ composer.phar
99
/nbproject/
1010
/tests/*.abo*
1111
/.phpunit.cache/
12+
/debian/.debhelper/
13+
/debian/php-spojenet-abo-parser/
14+
/debian/php-spojenet-abo-parser.substvars
15+
/debian/debhelper-build-stamp

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ A PHP library for parsing Czechoslovak ABO (Account Bank Operations) format file
1010
[![Downloads](https://img.shields.io/packagist/dt/spojenet/abo-parser.svg)](https://packagist.org/packages/spojenet/abo-parser)
1111
[![Last Commit](https://img.shields.io/github/last-commit/Spoje-NET/php-abo-parser.svg)](https://github.com/Spoje-NET/php-abo-parser/commits/main)
1212

13-
1413
## Features
1514

1615
- **Dual Format Support**: Automatically detects and parses both basic and extended ABO formats
@@ -204,7 +203,7 @@ The parser returns an array with three main sections:
204203
'format' => 'extended',
205204
'message_for_recipient' => 'Payment description',
206205
'message_for_recipient_2' => 'Additional info line 2',
207-
'message_for_recipient_3' => 'Additional info line 3',
206+
'message_for_recipient_3' => 'Additional info line 3',
208207
'message_for_recipient_4' => 'Additional info line 4',
209208
'message_for_sender' => 'Internal note',
210209
'debited_date' => '2025-08-21',
@@ -323,4 +322,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
323322
- Czech and Slovak banking institutions for ABO format specification
324323
- Contributors and maintainers
325324

326-
<a href="https://spojenet.cz"><img src="spojentetitlogo.svg" alt="SpojeNetIT s.r.o." height="40"></a>
325+
<a href="https://spojenet.cz"><img width="200" src="spojentetitlogo.svg" alt="SpojeNetIT s.r.o." height="40"></a>

0 commit comments

Comments
 (0)