We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed05a6b commit b4c11d4Copy full SHA for b4c11d4
composer.json
@@ -26,19 +26,10 @@
26
"symfony/finder": "^5.0",
27
"vlucas/phpdotenv": "^5.0"
28
},
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
- },
35
"suggest": {
36
"hyperf/config": "Require this component for annotation scan progress to retrieve the scan path."
37
38
"autoload": {
39
- "files": [
40
- "src/Functions.php"
41
- ],
42
"psr-4": {
43
"Hyperf\\Di\\": "src/"
44
}
@@ -58,10 +49,5 @@
58
49
"hyperf": {
59
50
"config": "Hyperf\\Di\\ConfigProvider"
60
51
61
62
- "bin": [],
63
- "scripts": {
64
- "cs-fix": "php-cs-fixer fix $1",
65
- "test": "phpunit --colors=always"
66
52
67
53
src/Functions.php
0 commit comments