Skip to content

Commit a0f56c0

Browse files
committed
allow PHP 8.2 and drop PHP 7.3
1 parent 78b46f0 commit a0f56c0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.3 || ~8.0.0 || ~8.1.0"
24+
"php": ">=7.4 <8.3"
2525
},
2626
"require-dev": {
2727
"ergebnis/composer-normalize": "^2.18.0",
@@ -42,5 +42,10 @@
4242
"cs-check": "php-cs-fixer fix --dry-run --verbose",
4343
"cs-fix": "php-cs-fixer fix --verbose",
4444
"test": "phpunit"
45+
},
46+
"config": {
47+
"allow-plugins": {
48+
"ergebnis/composer-normalize": true
49+
}
4550
}
4651
}

0 commit comments

Comments
 (0)