Skip to content

Commit 01c8dd7

Browse files
committed
:octocat: PHP minimum version bump
1 parent a6d1d19 commit 01c8dd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://getcomposer.org/schema.json",
33
"name": "chillerlan/php-qrcode",
4-
"description": "A QR Code generator and reader with a user-friendly API. PHP 8.2+",
4+
"description": "A QR Code generator and reader with a user-friendly API. PHP 8.4+",
55
"homepage": "https://github.com/chillerlan/php-qrcode",
66
"license": [
77
"MIT", "Apache-2.0"
@@ -47,7 +47,7 @@
4747
"minimum-stability": "stable",
4848
"prefer-stable": true,
4949
"require": {
50-
"php": "^8.2",
50+
"php": "^8.4",
5151
"ext-mbstring": "*",
5252
"chillerlan/php-settings-container": "^3.2.1"
5353
},
@@ -57,7 +57,7 @@
5757
"intervention/image": "^3.11",
5858
"phan/phan": "^6.0.1",
5959
"phpbench/phpbench": "^1.4",
60-
"phpunit/phpunit": "^11.5",
60+
"phpunit/phpunit": "^13.0",
6161
"phpmd/phpmd": "^2.15",
6262
"phpstan/phpstan": "^2.1.40",
6363
"phpstan/phpstan-deprecation-rules": "^2.0.4",

0 commit comments

Comments
 (0)