We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb590f6 commit eb8d774Copy full SHA for eb8d774
composer.json
@@ -1,4 +1,5 @@
1
{
2
+ "$schema": "https://getcomposer.org/schema.json",
3
"name": "chillerlan/php-qrcode",
4
"description": "A QR Code generator and reader with a user-friendly API. PHP 8.2+",
5
"homepage": "https://github.com/chillerlan/php-qrcode",
@@ -52,10 +53,10 @@
52
53
},
54
"require-dev": {
55
"chillerlan/php-authenticator": "^5.1",
- "intervention/image": "^3.5",
56
+ "intervention/image": "^3.7",
57
"phpbench/phpbench": "^1.2.15",
58
"phan/phan": "^5.4",
- "phpunit/phpunit": "^11.0",
59
+ "phpunit/phpunit": "^11.2",
60
"phpmd/phpmd": "^2.15",
61
"setasign/fpdf": "^1.8.2",
62
"squizlabs/php_codesniffer": "^3.9"
0 commit comments