We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606b263 commit 44c3aafCopy full SHA for 44c3aaf
composer.json
@@ -11,9 +11,9 @@
11
],
12
"minimum-stability": "stable",
13
"require": {
14
- "yatsenkolesh/php-curlasync": "^0.1.1"
+ "yatsenkolesh/php-curlasync": "^0.1.2"
15
},
16
- "autoload": {
17
- "psr-4": {"Async\\": "src/"}
18
- }
+ "psr-0": {
+ "curlasync": ""
+ },
19
}
src/phpcurlasync.php curlasync/Talk.phpsrc/phpcurlasync.php renamed to curlasync/Talk.php
@@ -6,9 +6,9 @@
6
* @license BSD-3-Clause
7
*/
8
9
-namespace yatsenkolesh;
+namespace curlasync;
10
-class phpcurlasync
+class Talk
{
/**
* @var string $response
0 commit comments