Skip to content

Commit c7391fb

Browse files
committed
Normalize composer.json
1 parent 4675244 commit c7391fb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
22
"name": "wearerequired/common-php",
3-
"description": "Common PHP Components for WordPress",
43
"type": "library",
4+
"description": "Common PHP Components for WordPress",
55
"license": "GPL-2.0-or-later",
66
"authors": [
77
{
8-
"name": "required",
9-
"email": "info@required.ch",
10-
"homepage": "https://required.com",
11-
"role": "Company"
8+
"name": "required",
9+
"email": "info@required.ch",
10+
"homepage": "https://required.com",
11+
"role": "Company"
1212
},
1313
{
14-
"name": "Dominik Schilling",
15-
"email": "dominik@required.ch",
16-
"role": "Developer"
14+
"name": "Dominik Schilling",
15+
"email": "dominik@required.ch",
16+
"role": "Developer"
1717
}
18-
],
18+
],
1919
"require": {
2020
"php": ">=7.1"
2121
},
22-
"autoload": {
23-
"psr-4": {
24-
"Required\\Common\\": "src"
25-
}
26-
},
2722
"extra": {
2823
"branch-alias": {
2924
"dev-master": "0.1.x-dev"
3025
}
26+
},
27+
"autoload": {
28+
"psr-4": {
29+
"Required\\Common\\": "src"
30+
}
3131
}
3232
}

0 commit comments

Comments
 (0)