forked from sprain/php-swiss-qr-bill
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sprain#131 revert changes, fix text conversion
- Loading branch information
1 parent
747ed32
commit 4064568
Showing
3 changed files
with
72 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,36 @@ | ||
{ | ||
"name": "sprain/swiss-qr-bill", | ||
"description": "A PHP library to create Swiss QR bills", | ||
"type": "library", | ||
"license": "MIT", | ||
"require": { | ||
"php": "^7.4|^8.0", | ||
"symfony/validator": "^3.4.47|^4.4|^5.0", | ||
"symfony/intl": "^3.4.47|^4.4|^5.0", | ||
"khanamiryan/qrcode-detector-decoder": "^1.0.3", | ||
"kmukku/php-iso11649": "^1.5", | ||
"endroid/qr-code": "^3.9.7" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^8.0|^9.0", | ||
"dg/bypass-finals": "^1.3", | ||
"dms/phpunit-arraysubset-asserts": "^0.1|^0.2", | ||
"fpdf/fpdf": "^1.82", | ||
"friendsofphp/php-cs-fixer": "^2.19", | ||
"phpstan/phpstan": "^0.12.53", | ||
"symfony/css-selector": "^4.2", | ||
"symfony/var-dumper": "^5.1", | ||
"tecnickcom/tcpdf": "^6.3.2" | ||
}, | ||
"suggest": { | ||
"tecnickcom/tcpdf": "Needed to create pdfs with TcPdfOutput", | ||
"fpdf/fpdf": "Needed to create pdfs with FpdfOutput" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Sprain\\SwissQrBill\\": "src", | ||
"Sprain\\Tests\\SwissQrBill\\": "tests" | ||
} | ||
"name": "sprain/swiss-qr-bill", | ||
"description": "A PHP library to create Swiss QR bills", | ||
"type": "library", | ||
"license": "MIT", | ||
"require": { | ||
"php": "^7.4|^8.0", | ||
"symfony/validator": "^3.4.47|^4.4|^5.0", | ||
"symfony/intl": "^3.4.47|^4.4|^5.0", | ||
"khanamiryan/qrcode-detector-decoder": "^1.0.3", | ||
"kmukku/php-iso11649": "^1.5", | ||
"endroid/qr-code": "^3.9.7", | ||
"ext-iconv": "*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^8.0|^9.0", | ||
"dg/bypass-finals": "^1.3", | ||
"dms/phpunit-arraysubset-asserts": "^0.1|^0.2", | ||
"fpdf/fpdf": "^1.82", | ||
"friendsofphp/php-cs-fixer": "^2.19", | ||
"phpstan/phpstan": "^0.12.53", | ||
"symfony/css-selector": "^4.2", | ||
"symfony/var-dumper": "^5.1", | ||
"tecnickcom/tcpdf": "^6.3.2" | ||
}, | ||
"suggest": { | ||
"tecnickcom/tcpdf": "Needed to create pdfs with TcPdfOutput", | ||
"fpdf/fpdf": "Needed to create pdfs with FpdfOutput" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Sprain\\SwissQrBill\\": "src", | ||
"Sprain\\Tests\\SwissQrBill\\": "tests" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters