Skip to content

Commit d8a7cb6

Browse files
committed
composer.json updates
1 parent b45b1c3 commit d8a7cb6

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

composer.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
{
2-
"name": "force/errorhandler",
3-
"keywords": ["errorhandler", "error", "force"],
2+
"name": "flextype-components/errorhandler",
3+
"keywords": ["errorhandler"],
4+
"type": "library",
45
"license": "MIT",
5-
"homepage": "https://github.com/force-components/ErrorHandler",
6-
"description": "Error handler class",
6+
"homepage": "https://github.com/flextype-components/errorhandler",
7+
"description": "",
78
"authors": [
89
{
910
"name": "Sergey Romanenko",
10-
"email": "awilum@msn.com"
11+
"email": "awilum@yandex.ru"
1112
}
1213
],
1314
"support": {
14-
"issues": "https://github.com/force-components/ErrorHandler/issues"
15-
},
16-
"autoload": {
17-
"files": [
18-
"ErrorHandler.php"
19-
]
15+
"issues": "https://github.com/flextype-components/errorhandler/issues"
2016
},
2117
"require": {
22-
"php": ">=5.3.0"
18+
"php": "^7.1.3"
19+
},
20+
"autoload": {
21+
"psr-4": { "Flextype\\Component\\ErrorHandler\\": "" }
2322
}
2423
}

0 commit comments

Comments
 (0)