Skip to content

Commit a48828e

Browse files
authored
Merge pull request #10 from o0h/fix-7
Require php8.3+ (fix #7)
2 parents 8772466 + 907e784 commit a48828e

File tree

2 files changed

+88
-170
lines changed

2 files changed

+88
-170
lines changed

composer.json

+2-3
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

+86-167
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)