Add PSR HTTP Message Interfaces and Dependencies
- Implemented StreamInterface, UploadedFileInterface, and UriInterface as per PSR standards. - Added getallheaders function to retrieve HTTP headers in a compatible manner. - Included LICENSE files for ralouphie/getallheaders and symfony/deprecation-contracts. - Introduced function for triggering deprecation notices in Symfony.
This commit is contained in:
17
wp-content/plugins/autopoly-ai-translation-for-polylang-pro/vendor/composer/autoload_psr4.php
vendored
Normal file
17
wp-content/plugins/autopoly-ai-translation-for-polylang-pro/vendor/composer/autoload_psr4.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
// autoload_psr4.php @generated by Composer
|
||||
|
||||
$vendorDir = dirname(__DIR__);
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
|
||||
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
|
||||
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
|
||||
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
|
||||
'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
|
||||
'Felix_Arntz\\ATFPP\\WP_OOP_Plugin_Lib\\' => array($vendorDir . '/felixarntz/wp-oop-plugin-lib/src'),
|
||||
'ATFPP\\AI_Translate\\PHPUnit\\Includes\\' => array($baseDir . '/tests/phpunit/includes'),
|
||||
'ATFPP\\AI_Translate\\' => array($baseDir . '/includes'),
|
||||
);
|
||||
Reference in New Issue
Block a user