We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4392a93 commit f028caeCopy full SHA for f028cae
1 file changed
composer.json
@@ -14,7 +14,9 @@
14
"setbased/helper-program-execution": "^1.0"
15
},
16
"autoload": {
17
- "SetBased\\Phing\\Task\\": "src/"
+ "psr-4": {
18
+ "SetBased\\Phing\\Task\\": "src/"
19
+ }
20
21
"config": {
22
"bin-dir": "bin/",
0 commit comments