File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ How can I use it ?
45
45
46
46
require 'vendor/autoload.php';
47
47
48
- use FastCGI\Client;
48
+ use Adoy\ FastCGI\Client;
49
49
50
50
$client = new Client('localhost', '9000');
51
51
$content = 'key=value';
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"autoload" : {
13
- "files " : [ " fastcgi.php " ]
13
+ "psr-0 " : { "Adoy \\ FastCGI \\ " : " src " }
14
14
}
15
15
}
Original file line number Diff line number Diff line change 17
17
18
18
require 'vendor/autoload.php ' ;
19
19
20
- use FastCGI \Client ;
20
+ use Adoy \ FastCGI \Client ;
21
21
22
22
/**
23
23
* Simple command line script to test communication with a FastCGI server
Original file line number Diff line number Diff line change 14
14
* See the GNU Lesser General Public License for more details.
15
15
*/
16
16
17
- namespace FastCGI ;
17
+ namespace Adoy \ FastCGI ;
18
18
19
19
/**
20
20
* Handles communication with a FastCGI application
You can’t perform that action at this time.
0 commit comments