Skip to content

Commit 907e784

Browse files
committed
Require php8.3+ (fix #7)
1 parent 8772466 commit 907e784

File tree

2 files changed

+88
-170
lines changed

2 files changed

+88
-170
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
"type": "library",
44
"description": "AST-based PHP source diff checker",
55
"require": {
6-
"php": ">8.2",
6+
"php": "~8.3.0",
77
"nikic/php-parser": "^4.16",
8-
"symfony/console": "^6.3",
9-
"symfony/polyfill-php83": "@stable"
8+
"symfony/console": "^6.3"
109
},
1110
"require-dev": {
1211
"friendsofphp/php-cs-fixer": "@stable",

composer.lock

Lines changed: 86 additions & 167 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)