diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/composer/autoload_psr4.php | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php new file mode 100644 index 0000000..9aea7c5 --- /dev/null +++ b/vendor/composer/autoload_psr4.php @@ -0,0 +1,38 @@ +<?php + +// autoload_psr4.php @generated by Composer + +$vendorDir = dirname(dirname(__FILE__)); +$baseDir = dirname($vendorDir); + +return array( + 'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'), + 'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'), + 'Symfony\\Polyfill\\Intl\\Idn\\' => array($vendorDir . '/symfony/polyfill-intl-idn'), + 'Stripe\\' => array($vendorDir . '/stripe/stripe-php/lib'), + 'Sonata\\GoogleAuthenticator\\' => array($vendorDir . '/sonata-project/google-authenticator/src'), + 'Sample\\' => array($vendorDir . '/paypal/paypal-checkout-sdk/samples'), + 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'), + 'PayPalHttp\\' => array($vendorDir . '/paypal/paypalhttp/lib/PayPalHttp'), + 'PayPalCheckoutSdk\\' => array($vendorDir . '/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk'), + 'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'), + 'Minishlink\\WebPush\\' => array($vendorDir . '/minishlink/web-push/src'), + 'MaxMind\\WebService\\' => array($vendorDir . '/maxmind/web-service-common/src/WebService'), + 'MaxMind\\Exception\\' => array($vendorDir . '/maxmind/web-service-common/src/Exception'), + 'MaxMind\\Db\\' => array($vendorDir . '/maxmind-db/reader/src/MaxMind/Db'), + 'Jose\\Component\\Signature\\Algorithm\\' => array($vendorDir . '/web-token/jwt-signature-algorithm-ecdsa', $vendorDir . '/web-token/jwt-signature-algorithm-eddsa', $vendorDir . '/web-token/jwt-signature-algorithm-hmac', $vendorDir . '/web-token/jwt-signature-algorithm-none', $vendorDir . '/web-token/jwt-signature-algorithm-rsa'), + 'Jose\\Component\\Signature\\' => array($vendorDir . '/web-token/jwt-signature'), + 'Jose\\Component\\KeyManagement\\' => array($vendorDir . '/web-token/jwt-key-mgmt'), + 'Jose\\Component\\Core\\Util\\Ecc\\' => array($vendorDir . '/web-token/jwt-util-ecc'), + 'Jose\\Component\\Core\\' => array($vendorDir . '/web-token/jwt-core'), + 'Hierarhija\\' => array($baseDir . '/admin/survey/modules/mod_hierarhija'), + 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), + 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'), + 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'), + 'Google\\Authenticator\\' => array($vendorDir . '/sonata-project/google-authenticator/src'), + 'GeoIp2\\' => array($vendorDir . '/geoip2/geoip2/src'), + 'FG\\' => array($vendorDir . '/fgrosse/phpasn1/lib'), + 'Composer\\CaBundle\\' => array($vendorDir . '/composer/ca-bundle/src'), + 'Base64Url\\' => array($vendorDir . '/spomky-labs/base64url/src'), + 'App\\' => array($baseDir . '/main/survey/app'), +); |