Skip to content

Commit 44c3aaf

Browse files
committed
Try to add autoload
1 parent 606b263 commit 44c3aaf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"yatsenkolesh/php-curlasync": "^0.1.1"
14+
"yatsenkolesh/php-curlasync": "^0.1.2"
1515
},
16-
"autoload": {
17-
"psr-4": {"Async\\": "src/"}
18-
}
16+
"psr-0": {
17+
"curlasync": ""
18+
},
1919
}

src/phpcurlasync.php renamed to curlasync/Talk.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* @license BSD-3-Clause
77
*/
88

9-
namespace yatsenkolesh;
9+
namespace curlasync;
1010

11-
class phpcurlasync
11+
class Talk
1212
{
1313
/**
1414
* @var string $response

0 commit comments

Comments
 (0)