Skip to content

Commit 8772466

Browse files
committed
Add description to composer.json
A description has been added to the composer.json file. This added string details what the library is used for, namely an "AST-based PHP source diff checker".
1 parent f4770cf commit 8772466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "o0h/ast-check-diff",
33
"type": "library",
4+
"description": "AST-based PHP source diff checker",
45
"require": {
56
"php": ">8.2",
67
"nikic/php-parser": "^4.16",

0 commit comments

Comments
 (0)