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 ?
4545
4646require 'vendor/autoload.php';
4747
48- use FastCGI\Client;
48+ use Adoy\ FastCGI\Client;
4949
5050$client = new Client('localhost', '9000');
5151$content = 'key=value';
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "autoload" : {
13- "files " : [ " fastcgi.php " ]
13+ "psr-0 " : { "Adoy \\ FastCGI \\ " : " src " }
1414 }
1515}
Original file line number Diff line number Diff line change 1717
1818require 'vendor/autoload.php ' ;
1919
20- use FastCGI \Client ;
20+ use Adoy \ FastCGI \Client ;
2121
2222/**
2323 * Simple command line script to test communication with a FastCGI server
Original file line number Diff line number Diff line change 1414 * See the GNU Lesser General Public License for more details.
1515 */
1616
17- namespace FastCGI ;
17+ namespace Adoy \ FastCGI ;
1818
1919/**
2020 * Handles communication with a FastCGI application
You can’t perform that action at this time.
0 commit comments