Skip to content

Commit 1f59ad8

Browse files
Исправление в оформлении кода
1 parent d0ebd35 commit 1f59ad8

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

composer.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"name": "mepihindeveloper/php-headers",
3-
"description": "Component for working with headers",
4-
"type": "library",
5-
"license": "MIT",
6-
"keywords": [
7-
"component",
8-
"class",
9-
"php",
10-
"headers"
11-
],
12-
"authors": [
13-
{
14-
"name": "mepihindeveloper",
15-
"email": "[email protected]"
16-
}
17-
],
18-
"require": {
19-
"php": ">=7.4"
20-
},
21-
"autoload": {
22-
"psr-4": {
23-
"mepihindeveloper\\components\\": "src/"
24-
}
25-
},
26-
"minimum-stability": "dev",
27-
"prefer-stable": true
2+
"name": "mepihindeveloper/php-headers",
3+
"description": "Component for working with headers",
4+
"type": "library",
5+
"license": "MIT",
6+
"keywords": [
7+
"component",
8+
"class",
9+
"php",
10+
"headers"
11+
],
12+
"authors": [
13+
{
14+
"name": "mepihindeveloper",
15+
"email": "[email protected]"
16+
}
17+
],
18+
"require": {
19+
"php": ">=7.4"
20+
},
21+
"autoload": {
22+
"psr-4": {
23+
"mepihindeveloper\\components\\": "src/"
24+
}
25+
},
26+
"minimum-stability": "dev",
27+
"prefer-stable": true
2828
}

0 commit comments

Comments
 (0)