Skip to content

Commit b4c11d4

Browse files
committed
Optimized schema for composer.json
1 parent ed05a6b commit b4c11d4

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

composer.json

-14
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,10 @@
2626
"symfony/finder": "^5.0",
2727
"vlucas/phpdotenv": "^5.0"
2828
},
29-
"require-dev": {
30-
"malukenho/docheader": "^0.1.6",
31-
"mockery/mockery": "^1.0",
32-
"phpunit/phpunit": "^9.4",
33-
"friendsofphp/php-cs-fixer": "^2.9"
34-
},
3529
"suggest": {
3630
"hyperf/config": "Require this component for annotation scan progress to retrieve the scan path."
3731
},
3832
"autoload": {
39-
"files": [
40-
"src/Functions.php"
41-
],
4233
"psr-4": {
4334
"Hyperf\\Di\\": "src/"
4435
}
@@ -58,10 +49,5 @@
5849
"hyperf": {
5950
"config": "Hyperf\\Di\\ConfigProvider"
6051
}
61-
},
62-
"bin": [],
63-
"scripts": {
64-
"cs-fix": "php-cs-fixer fix $1",
65-
"test": "phpunit --colors=always"
6652
}
6753
}

src/Functions.php

-11
This file was deleted.

0 commit comments

Comments
 (0)