Skip to content

Commit 8f55666

Browse files
composer init
1 parent 47f9bf5 commit 8f55666

File tree

2 files changed

+1862
-0
lines changed

2 files changed

+1862
-0
lines changed

composer.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "hexlet/code",
3+
"description": "Util for search diffrent between data structure. With different formats of files.",
4+
"type": "project",
5+
"require": {
6+
"wp-cli/php-cli-tools": "^0.12.0",
7+
"docopt/docopt": "^1.0"
8+
},
9+
"require-dev": {
10+
"squizlabs/php_codesniffer": "^3.10",
11+
"phpunit/phpunit": "^11.4"
12+
},
13+
"license": "MIT",
14+
"authors": [
15+
{
16+
"name": "NikolaiProgramist",
17+
"email": "nikluk2005@mail.ru"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)