Skip to content

Commit 7b04b4c

Browse files
author
nix
committed
reordered composer.json; added .editorconfig
1 parent 93c3d5a commit 7b04b4c

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*.{php,json}]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
9+
[composer.json]
10+
indent_style = space
11+
indent_size = 4

composer.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
{
22
"name": "nixn/php-util",
3-
"description": "PHP language utilities, mostly to code more in functional style.",
43
"type": "library",
4+
"description": "PHP language utilities, mostly to code more in functional style.",
5+
"keywords": ["functional", "language", "utilities", "array", "string", "pipe", "with", "partial"],
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "nix",
10+
"homepage": "https://keybase.io/nixn",
11+
"role": "Developer"
12+
}
13+
],
514
"require": {
615
"php": ">=8.2"
716
},
817
"require-dev": {
918
"phpunit/phpunit": "^11.5.42"
1019
},
11-
"authors": [
12-
{
13-
"name": "nix"
14-
}
15-
],
16-
"license": "MIT",
1720
"autoload": {
1821
"psr-4": {
1922
"nixn\\php\\": "src/"

0 commit comments

Comments
 (0)