Skip to content

Commit 887c241

Browse files
Update composer files
1 parent 97c5103 commit 887c241

2 files changed

Lines changed: 222 additions & 90 deletions

File tree

composer.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
{
2-
"name": "hexlet/code",
3-
"description": "Util for search different between data structure. With different formats of files.",
4-
"type": "project",
5-
"version": "1.0.0",
6-
"minimum-stability": "stable",
2+
"name": "lucky/differ",
3+
"type": "library",
4+
"description": "Util for search different between data structure. With different formats of files",
5+
"keywords": ["utility", "parser", "json", "yaml"],
6+
"homepage": "https://github.com/NikolaiProgramist/Differ",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "NikolaiProgramist",
11+
"email": "nikluk2005@mail.ru",
12+
"role": "Developer"
13+
}
14+
],
715
"require": {
16+
"php": ">=8.3",
817
"wp-cli/php-cli-tools": "^0.12.0",
918
"docopt/docopt": "^1.0",
1019
"lstrojny/functional-php": "^1.17",
@@ -14,13 +23,6 @@
1423
"squizlabs/php_codesniffer": "^3.10",
1524
"phpunit/phpunit": "^11.4"
1625
},
17-
"license": "MIT",
18-
"authors": [
19-
{
20-
"name": "NikolaiProgramist",
21-
"email": "nikluk2005@mail.ru"
22-
}
23-
],
2426
"bin": [
2527
"bin/gendiff"
2628
],

0 commit comments

Comments
 (0)