Skip to content

Commit 093c14c

Browse files
committed
Try to add autoloader
1 parent 44c3aaf commit 093c14c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"yatsenkolesh/php-curlasync": "^0.1.2"
14+
"yatsenkolesh/php-curlasync": "^0.1.3"
1515
},
16-
"psr-0": {
17-
"curlasync": ""
18-
},
16+
"autoload": {
17+
"psr-0": {
18+
"common_hash": ""
19+
}
20+
}
1921
}

0 commit comments

Comments
 (0)