Changeset 2902085
- Timestamp:
- 04/21/2023 03:08:31 AM (3 years ago)
- Location:
- fpay-gateway/trunk
- Files:
-
- 11 edited
-
composer.json (modified) (1 diff)
-
composer.lock (modified) (4 diffs)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/InstalledVersions.php (modified) (4 diffs)
-
vendor/composer/autoload_classmap.php (modified) (10 diffs)
-
vendor/composer/autoload_files.php (modified) (1 diff)
-
vendor/composer/autoload_psr4.php (modified) (3 diffs)
-
vendor/composer/autoload_real.php (modified) (2 diffs)
-
vendor/composer/autoload_static.php (modified) (19 diffs)
-
vendor/composer/installed.json (modified) (3 diffs)
-
vendor/composer/installed.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fpay-gateway/trunk/composer.json
r2901917 r2902085 34 34 "vlucas/phpdotenv": "^5.4", 35 35 "ramsey/uuid": "^4.2", 36 "brianhenryie/strauss": "^0.11.1", 37 "guzzlehttp/guzzle": "^7.5" 36 "brianhenryie/strauss": "^0.11.1" 38 37 }, 39 38 "require-dev": { -
fpay-gateway/trunk/composer.lock
r2901917 r2902085 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 21c689e2fd1d445407678e689e07b2ce",7 "content-hash": "cfccfea5a86593cda55cf2524e1dcedc", 8 8 "packages": [ 9 9 { … … 819 819 }, 820 820 { 821 "name": "guzzlehttp/guzzle",822 "version": "7.5.1",823 "source": {824 "type": "git",825 "url": "https://github.com/guzzle/guzzle.git",826 "reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9"827 },828 "dist": {829 "type": "zip",830 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b964ca597e86b752cd994f27293e9fa6b6a95ed9",831 "reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9",832 "shasum": ""833 },834 "require": {835 "ext-json": "*",836 "guzzlehttp/promises": "^1.5",837 "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",838 "php": "^7.2.5 || ^8.0",839 "psr/http-client": "^1.0",840 "symfony/deprecation-contracts": "^2.2 || ^3.0"841 },842 "provide": {843 "psr/http-client-implementation": "1.0"844 },845 "require-dev": {846 "bamarni/composer-bin-plugin": "^1.8.1",847 "ext-curl": "*",848 "php-http/client-integration-tests": "^3.0",849 "phpunit/phpunit": "^8.5.29 || ^9.5.23",850 "psr/log": "^1.1 || ^2.0 || ^3.0"851 },852 "suggest": {853 "ext-curl": "Required for CURL handler support",854 "ext-intl": "Required for Internationalized Domain Name (IDN) support",855 "psr/log": "Required for using the Log middleware"856 },857 "type": "library",858 "extra": {859 "bamarni-bin": {860 "bin-links": true,861 "forward-command": false862 },863 "branch-alias": {864 "dev-master": "7.5-dev"865 }866 },867 "autoload": {868 "files": [869 "src/functions_include.php"870 ],871 "psr-4": {872 "GuzzleHttp\\": "src/"873 }874 },875 "notification-url": "https://packagist.org/downloads/",876 "license": [877 "MIT"878 ],879 "authors": [880 {881 "name": "Graham Campbell",882 "email": "hello@gjcampbell.co.uk",883 "homepage": "https://github.com/GrahamCampbell"884 },885 {886 "name": "Michael Dowling",887 "email": "mtdowling@gmail.com",888 "homepage": "https://github.com/mtdowling"889 },890 {891 "name": "Jeremy Lindblom",892 "email": "jeremeamia@gmail.com",893 "homepage": "https://github.com/jeremeamia"894 },895 {896 "name": "George Mponos",897 "email": "gmponos@gmail.com",898 "homepage": "https://github.com/gmponos"899 },900 {901 "name": "Tobias Nyholm",902 "email": "tobias.nyholm@gmail.com",903 "homepage": "https://github.com/Nyholm"904 },905 {906 "name": "Márk Sági-Kazár",907 "email": "mark.sagikazar@gmail.com",908 "homepage": "https://github.com/sagikazarmark"909 },910 {911 "name": "Tobias Schultze",912 "email": "webmaster@tubo-world.de",913 "homepage": "https://github.com/Tobion"914 }915 ],916 "description": "Guzzle is a PHP HTTP client library",917 "keywords": [918 "client",919 "curl",920 "framework",921 "http",922 "http client",923 "psr-18",924 "psr-7",925 "rest",926 "web service"927 ],928 "support": {929 "issues": "https://github.com/guzzle/guzzle/issues",930 "source": "https://github.com/guzzle/guzzle/tree/7.5.1"931 },932 "funding": [933 {934 "url": "https://github.com/GrahamCampbell",935 "type": "github"936 },937 {938 "url": "https://github.com/Nyholm",939 "type": "github"940 },941 {942 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",943 "type": "tidelift"944 }945 ],946 "time": "2023-04-17T16:30:08+00:00"947 },948 {949 "name": "guzzlehttp/promises",950 "version": "1.5.2",951 "source": {952 "type": "git",953 "url": "https://github.com/guzzle/promises.git",954 "reference": "b94b2807d85443f9719887892882d0329d1e2598"955 },956 "dist": {957 "type": "zip",958 "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",959 "reference": "b94b2807d85443f9719887892882d0329d1e2598",960 "shasum": ""961 },962 "require": {963 "php": ">=5.5"964 },965 "require-dev": {966 "symfony/phpunit-bridge": "^4.4 || ^5.1"967 },968 "type": "library",969 "extra": {970 "branch-alias": {971 "dev-master": "1.5-dev"972 }973 },974 "autoload": {975 "files": [976 "src/functions_include.php"977 ],978 "psr-4": {979 "GuzzleHttp\\Promise\\": "src/"980 }981 },982 "notification-url": "https://packagist.org/downloads/",983 "license": [984 "MIT"985 ],986 "authors": [987 {988 "name": "Graham Campbell",989 "email": "hello@gjcampbell.co.uk",990 "homepage": "https://github.com/GrahamCampbell"991 },992 {993 "name": "Michael Dowling",994 "email": "mtdowling@gmail.com",995 "homepage": "https://github.com/mtdowling"996 },997 {998 "name": "Tobias Nyholm",999 "email": "tobias.nyholm@gmail.com",1000 "homepage": "https://github.com/Nyholm"1001 },1002 {1003 "name": "Tobias Schultze",1004 "email": "webmaster@tubo-world.de",1005 "homepage": "https://github.com/Tobion"1006 }1007 ],1008 "description": "Guzzle promises library",1009 "keywords": [1010 "promise"1011 ],1012 "support": {1013 "issues": "https://github.com/guzzle/promises/issues",1014 "source": "https://github.com/guzzle/promises/tree/1.5.2"1015 },1016 "funding": [1017 {1018 "url": "https://github.com/GrahamCampbell",1019 "type": "github"1020 },1021 {1022 "url": "https://github.com/Nyholm",1023 "type": "github"1024 },1025 {1026 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",1027 "type": "tidelift"1028 }1029 ],1030 "time": "2022-08-28T14:55:35+00:00"1031 },1032 {1033 "name": "guzzlehttp/psr7",1034 "version": "2.5.0",1035 "source": {1036 "type": "git",1037 "url": "https://github.com/guzzle/psr7.git",1038 "reference": "b635f279edd83fc275f822a1188157ffea568ff6"1039 },1040 "dist": {1041 "type": "zip",1042 "url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6",1043 "reference": "b635f279edd83fc275f822a1188157ffea568ff6",1044 "shasum": ""1045 },1046 "require": {1047 "php": "^7.2.5 || ^8.0",1048 "psr/http-factory": "^1.0",1049 "psr/http-message": "^1.1 || ^2.0",1050 "ralouphie/getallheaders": "^3.0"1051 },1052 "provide": {1053 "psr/http-factory-implementation": "1.0",1054 "psr/http-message-implementation": "1.0"1055 },1056 "require-dev": {1057 "bamarni/composer-bin-plugin": "^1.8.1",1058 "http-interop/http-factory-tests": "^0.9",1059 "phpunit/phpunit": "^8.5.29 || ^9.5.23"1060 },1061 "suggest": {1062 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"1063 },1064 "type": "library",1065 "extra": {1066 "bamarni-bin": {1067 "bin-links": true,1068 "forward-command": false1069 }1070 },1071 "autoload": {1072 "psr-4": {1073 "GuzzleHttp\\Psr7\\": "src/"1074 }1075 },1076 "notification-url": "https://packagist.org/downloads/",1077 "license": [1078 "MIT"1079 ],1080 "authors": [1081 {1082 "name": "Graham Campbell",1083 "email": "hello@gjcampbell.co.uk",1084 "homepage": "https://github.com/GrahamCampbell"1085 },1086 {1087 "name": "Michael Dowling",1088 "email": "mtdowling@gmail.com",1089 "homepage": "https://github.com/mtdowling"1090 },1091 {1092 "name": "George Mponos",1093 "email": "gmponos@gmail.com",1094 "homepage": "https://github.com/gmponos"1095 },1096 {1097 "name": "Tobias Nyholm",1098 "email": "tobias.nyholm@gmail.com",1099 "homepage": "https://github.com/Nyholm"1100 },1101 {1102 "name": "Márk Sági-Kazár",1103 "email": "mark.sagikazar@gmail.com",1104 "homepage": "https://github.com/sagikazarmark"1105 },1106 {1107 "name": "Tobias Schultze",1108 "email": "webmaster@tubo-world.de",1109 "homepage": "https://github.com/Tobion"1110 },1111 {1112 "name": "Márk Sági-Kazár",1113 "email": "mark.sagikazar@gmail.com",1114 "homepage": "https://sagikazarmark.hu"1115 }1116 ],1117 "description": "PSR-7 message implementation that also provides common utility methods",1118 "keywords": [1119 "http",1120 "message",1121 "psr-7",1122 "request",1123 "response",1124 "stream",1125 "uri",1126 "url"1127 ],1128 "support": {1129 "issues": "https://github.com/guzzle/psr7/issues",1130 "source": "https://github.com/guzzle/psr7/tree/2.5.0"1131 },1132 "funding": [1133 {1134 "url": "https://github.com/GrahamCampbell",1135 "type": "github"1136 },1137 {1138 "url": "https://github.com/Nyholm",1139 "type": "github"1140 },1141 {1142 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",1143 "type": "tidelift"1144 }1145 ],1146 "time": "2023-04-17T16:11:26+00:00"1147 },1148 {1149 821 "name": "json-mapper/json-mapper", 1150 822 "version": "2.16.0", … … 2059 1731 }, 2060 1732 { 2061 "name": "psr/http-client",2062 "version": "1.0.2",2063 "source": {2064 "type": "git",2065 "url": "https://github.com/php-fig/http-client.git",2066 "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"2067 },2068 "dist": {2069 "type": "zip",2070 "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",2071 "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",2072 "shasum": ""2073 },2074 "require": {2075 "php": "^7.0 || ^8.0",2076 "psr/http-message": "^1.0 || ^2.0"2077 },2078 "type": "library",2079 "extra": {2080 "branch-alias": {2081 "dev-master": "1.0.x-dev"2082 }2083 },2084 "autoload": {2085 "psr-4": {2086 "Psr\\Http\\Client\\": "src/"2087 }2088 },2089 "notification-url": "https://packagist.org/downloads/",2090 "license": [2091 "MIT"2092 ],2093 "authors": [2094 {2095 "name": "PHP-FIG",2096 "homepage": "https://www.php-fig.org/"2097 }2098 ],2099 "description": "Common interface for HTTP clients",2100 "homepage": "https://github.com/php-fig/http-client",2101 "keywords": [2102 "http",2103 "http-client",2104 "psr",2105 "psr-18"2106 ],2107 "support": {2108 "source": "https://github.com/php-fig/http-client/tree/1.0.2"2109 },2110 "time": "2023-04-10T20:12:12+00:00"2111 },2112 {2113 "name": "psr/http-factory",2114 "version": "1.0.2",2115 "source": {2116 "type": "git",2117 "url": "https://github.com/php-fig/http-factory.git",2118 "reference": "e616d01114759c4c489f93b099585439f795fe35"2119 },2120 "dist": {2121 "type": "zip",2122 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",2123 "reference": "e616d01114759c4c489f93b099585439f795fe35",2124 "shasum": ""2125 },2126 "require": {2127 "php": ">=7.0.0",2128 "psr/http-message": "^1.0 || ^2.0"2129 },2130 "type": "library",2131 "extra": {2132 "branch-alias": {2133 "dev-master": "1.0.x-dev"2134 }2135 },2136 "autoload": {2137 "psr-4": {2138 "Psr\\Http\\Message\\": "src/"2139 }2140 },2141 "notification-url": "https://packagist.org/downloads/",2142 "license": [2143 "MIT"2144 ],2145 "authors": [2146 {2147 "name": "PHP-FIG",2148 "homepage": "https://www.php-fig.org/"2149 }2150 ],2151 "description": "Common interfaces for PSR-7 HTTP message factories",2152 "keywords": [2153 "factory",2154 "http",2155 "message",2156 "psr",2157 "psr-17",2158 "psr-7",2159 "request",2160 "response"2161 ],2162 "support": {2163 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"2164 },2165 "time": "2023-04-10T20:10:41+00:00"2166 },2167 {2168 "name": "psr/http-message",2169 "version": "2.0",2170 "source": {2171 "type": "git",2172 "url": "https://github.com/php-fig/http-message.git",2173 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"2174 },2175 "dist": {2176 "type": "zip",2177 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",2178 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",2179 "shasum": ""2180 },2181 "require": {2182 "php": "^7.2 || ^8.0"2183 },2184 "type": "library",2185 "extra": {2186 "branch-alias": {2187 "dev-master": "2.0.x-dev"2188 }2189 },2190 "autoload": {2191 "psr-4": {2192 "Psr\\Http\\Message\\": "src/"2193 }2194 },2195 "notification-url": "https://packagist.org/downloads/",2196 "license": [2197 "MIT"2198 ],2199 "authors": [2200 {2201 "name": "PHP-FIG",2202 "homepage": "https://www.php-fig.org/"2203 }2204 ],2205 "description": "Common interface for HTTP messages",2206 "homepage": "https://github.com/php-fig/http-message",2207 "keywords": [2208 "http",2209 "http-message",2210 "psr",2211 "psr-7",2212 "request",2213 "response"2214 ],2215 "support": {2216 "source": "https://github.com/php-fig/http-message/tree/2.0"2217 },2218 "time": "2023-04-04T09:54:51+00:00"2219 },2220 {2221 1733 "name": "psr/log", 2222 1734 "version": "1.1.4", … … 2318 1830 }, 2319 1831 "time": "2017-10-23T01:57:42+00:00" 2320 },2321 {2322 "name": "ralouphie/getallheaders",2323 "version": "3.0.3",2324 "source": {2325 "type": "git",2326 "url": "https://github.com/ralouphie/getallheaders.git",2327 "reference": "120b605dfeb996808c31b6477290a714d356e822"2328 },2329 "dist": {2330 "type": "zip",2331 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",2332 "reference": "120b605dfeb996808c31b6477290a714d356e822",2333 "shasum": ""2334 },2335 "require": {2336 "php": ">=5.6"2337 },2338 "require-dev": {2339 "php-coveralls/php-coveralls": "^2.1",2340 "phpunit/phpunit": "^5 || ^6.5"2341 },2342 "type": "library",2343 "autoload": {2344 "files": [2345 "src/getallheaders.php"2346 ]2347 },2348 "notification-url": "https://packagist.org/downloads/",2349 "license": [2350 "MIT"2351 ],2352 "authors": [2353 {2354 "name": "Ralph Khattar",2355 "email": "ralph.khattar@gmail.com"2356 }2357 ],2358 "description": "A polyfill for getallheaders.",2359 "support": {2360 "issues": "https://github.com/ralouphie/getallheaders/issues",2361 "source": "https://github.com/ralouphie/getallheaders/tree/develop"2362 },2363 "time": "2019-03-08T08:55:37+00:00"2364 1832 }, 2365 1833 { -
fpay-gateway/trunk/vendor/autoload.php
r2901917 r2902085 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit c93af05ebee9a8ce02c1892332ef8775::getLoader();25 return ComposerAutoloaderInit9e86ff994cf4393ad632bd9011b0897f::getLoader(); -
fpay-gateway/trunk/vendor/composer/InstalledVersions.php
r2834802 r2902085 99 99 foreach (self::getInstalled() as $installed) { 100 100 if (isset($installed['versions'][$packageName])) { 101 return $includeDevRequirements || empty($installed['versions'][$packageName]['dev_requirement']);101 return $includeDevRequirements || !isset($installed['versions'][$packageName]['dev_requirement']) || $installed['versions'][$packageName]['dev_requirement'] === false; 102 102 } 103 103 } … … 120 120 public static function satisfies(VersionParser $parser, $packageName, $constraint) 121 121 { 122 $constraint = $parser->parseConstraints( $constraint);122 $constraint = $parser->parseConstraints((string) $constraint); 123 123 $provided = $parser->parseConstraints(self::getVersionRanges($packageName)); 124 124 … … 329 329 $installed[] = self::$installedByVendor[$vendorDir]; 330 330 } elseif (is_file($vendorDir.'/composer/installed.php')) { 331 $installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php'; 331 /** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $required */ 332 $required = require $vendorDir.'/composer/installed.php'; 333 $installed[] = self::$installedByVendor[$vendorDir] = $required; 332 334 if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) { 333 335 self::$installed = $installed[count($installed) - 1]; … … 341 343 // and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937 342 344 if (substr(__DIR__, -8, 1) !== 'C') { 343 self::$installed = require __DIR__ . '/installed.php'; 345 /** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $required */ 346 $required = require __DIR__ . '/installed.php'; 347 self::$installed = $required; 344 348 } else { 345 349 self::$installed = array(); 346 350 } 347 351 } 348 $installed[] = self::$installed; 352 353 if (self::$installed !== array()) { 354 $installed[] = self::$installed; 355 } 349 356 350 357 return $installed; -
fpay-gateway/trunk/vendor/composer/autoload_classmap.php
r2902076 r2902085 594 594 'Fpay\\Woocommerce\\Models\\Contracts\\AbstractPaymentInformation' => $baseDir . '/src/Models/Contracts/AbstractPaymentInformation.php', 595 595 'Fpay\\Woocommerce\\Models\\Contracts\\AbstractRefund' => $baseDir . '/src/Models/Contracts/AbstractRefund.php', 596 'Fpay\\Woocommerce\\Models\\Contracts\\AbstractSettlementInfo' => $baseDir . '/src/Models/Contracts/AbstractSettlementInfo.php', 596 597 'Fpay\\Woocommerce\\Models\\Contracts\\AbstractShippingAddress' => $baseDir . '/src/Models/Contracts/AbstractShippingAddress.php', 597 598 'Fpay\\Woocommerce\\Models\\Contracts\\AbstractTransaction' => $baseDir . '/src/Models/Contracts/AbstractTransaction.php', … … 608 609 'Fpay\\Woocommerce\\Models\\PaymentInformation' => $baseDir . '/src/Models/PaymentInformation.php', 609 610 'Fpay\\Woocommerce\\Models\\Refund' => $baseDir . '/src/Models/Refund.php', 611 'Fpay\\Woocommerce\\Models\\SettlementInfo' => $baseDir . '/src/Models/SettlementInfo.php', 610 612 'Fpay\\Woocommerce\\Models\\ShippingAddress' => $baseDir . '/src/Models/ShippingAddress.php', 611 613 'Fpay\\Woocommerce\\Models\\Transaction' => $baseDir . '/src/Models/Transaction.php', … … 662 664 'JsonMapper\\Builders\\PropertyMapperBuilder' => $vendorDir . '/json-mapper/json-mapper/src/Builders/PropertyMapperBuilder.php', 663 665 'JsonMapper\\Cache\\ArrayCache' => $vendorDir . '/json-mapper/json-mapper/src/Cache/ArrayCache.php', 664 'JsonMapper\\Cache\\InvalidArgumentException' => $vendorDir . '/json-mapper/json-mapper/src/Cache/InvalidArgumentException.php',665 666 'JsonMapper\\Cache\\NullCache' => $vendorDir . '/json-mapper/json-mapper/src/Cache/NullCache.php', 666 667 'JsonMapper\\Dto\\NamedMiddleware' => $vendorDir . '/json-mapper/json-mapper/src/Dto/NamedMiddleware.php', … … 674 675 'JsonMapper\\Handler\\FactoryRegistry' => $vendorDir . '/json-mapper/json-mapper/src/Handler/FactoryRegistry.php', 675 676 'JsonMapper\\Handler\\PropertyMapper' => $vendorDir . '/json-mapper/json-mapper/src/Handler/PropertyMapper.php', 677 'JsonMapper\\Handler\\ValueFactory' => $vendorDir . '/json-mapper/json-mapper/src/Handler/ValueFactory.php', 676 678 'JsonMapper\\Helpers\\ClassHelper' => $vendorDir . '/json-mapper/json-mapper/src/Helpers/ClassHelper.php', 677 679 'JsonMapper\\Helpers\\DocBlockHelper' => $vendorDir . '/json-mapper/json-mapper/src/Helpers/DocBlockHelper.php', … … 691 693 'JsonMapper\\Middleware\\Constructor\\Constructor' => $vendorDir . '/json-mapper/json-mapper/src/Middleware/Constructor/Constructor.php', 692 694 'JsonMapper\\Middleware\\Constructor\\DefaultFactory' => $vendorDir . '/json-mapper/json-mapper/src/Middleware/Constructor/DefaultFactory.php', 693 'JsonMapper\\Middleware\\Constructor\\Parameter' => $vendorDir . '/json-mapper/json-mapper/src/Middleware/Constructor/Parameter.php',694 695 'JsonMapper\\Middleware\\Debugger' => $vendorDir . '/json-mapper/json-mapper/src/Middleware/Debugger.php', 695 696 'JsonMapper\\Middleware\\DocBlockAnnotations' => $vendorDir . '/json-mapper/json-mapper/src/Middleware/DocBlockAnnotations.php', … … 766 767 'Laravel\\SerializableClosure\\Support\\ReflectionClosure' => $vendorDir . '/laravel/serializable-closure/src/Support/ReflectionClosure.php', 767 768 'Laravel\\SerializableClosure\\Support\\SelfReference' => $vendorDir . '/laravel/serializable-closure/src/Support/SelfReference.php', 769 'Laravel\\SerializableClosure\\UnsignedSerializableClosure' => $vendorDir . '/laravel/serializable-closure/src/UnsignedSerializableClosure.php', 768 770 'League\\Flysystem\\AdapterInterface' => $vendorDir . '/league/flysystem/src/AdapterInterface.php', 769 771 'League\\Flysystem\\Adapter\\AbstractAdapter' => $vendorDir . '/league/flysystem/src/Adapter/AbstractAdapter.php', … … 992 994 'PhpParser\\Lexer\\TokenEmulator\\NullsafeTokenEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php', 993 995 'PhpParser\\Lexer\\TokenEmulator\\NumericLiteralSeparatorEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php', 996 'PhpParser\\Lexer\\TokenEmulator\\ReadonlyFunctionTokenEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php', 994 997 'PhpParser\\Lexer\\TokenEmulator\\ReadonlyTokenEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php', 995 998 'PhpParser\\Lexer\\TokenEmulator\\ReverseEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php', … … 1198 1201 'PhpParser\\PrettyPrinter\\Standard' => $vendorDir . '/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php', 1199 1202 'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 1203 'Psr\\Cache\\CacheException' => $vendorDir . '/psr/cache/src/CacheException.php', 1204 'Psr\\Cache\\CacheItemInterface' => $vendorDir . '/psr/cache/src/CacheItemInterface.php', 1205 'Psr\\Cache\\CacheItemPoolInterface' => $vendorDir . '/psr/cache/src/CacheItemPoolInterface.php', 1206 'Psr\\Cache\\InvalidArgumentException' => $vendorDir . '/psr/cache/src/InvalidArgumentException.php', 1200 1207 'Psr\\Container\\ContainerExceptionInterface' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php', 1201 1208 'Psr\\Container\\ContainerInterface' => $vendorDir . '/psr/container/src/ContainerInterface.php', … … 1387 1394 'Seld\\Signal\\SignalHandler' => $vendorDir . '/seld/signal-handler/src/SignalHandler.php', 1388 1395 'Stringable' => $vendorDir . '/myclabs/php-enum/stubs/Stringable.php', 1396 'Symfony\\Component\\Cache\\Adapter\\AbstractAdapter' => $vendorDir . '/symfony/cache/Adapter/AbstractAdapter.php', 1397 'Symfony\\Component\\Cache\\Adapter\\AbstractTagAwareAdapter' => $vendorDir . '/symfony/cache/Adapter/AbstractTagAwareAdapter.php', 1398 'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => $vendorDir . '/symfony/cache/Adapter/AdapterInterface.php', 1399 'Symfony\\Component\\Cache\\Adapter\\ApcuAdapter' => $vendorDir . '/symfony/cache/Adapter/ApcuAdapter.php', 1400 'Symfony\\Component\\Cache\\Adapter\\ArrayAdapter' => $vendorDir . '/symfony/cache/Adapter/ArrayAdapter.php', 1401 'Symfony\\Component\\Cache\\Adapter\\ChainAdapter' => $vendorDir . '/symfony/cache/Adapter/ChainAdapter.php', 1402 'Symfony\\Component\\Cache\\Adapter\\CouchbaseBucketAdapter' => $vendorDir . '/symfony/cache/Adapter/CouchbaseBucketAdapter.php', 1403 'Symfony\\Component\\Cache\\Adapter\\CouchbaseCollectionAdapter' => $vendorDir . '/symfony/cache/Adapter/CouchbaseCollectionAdapter.php', 1404 'Symfony\\Component\\Cache\\Adapter\\DoctrineAdapter' => $vendorDir . '/symfony/cache/Adapter/DoctrineAdapter.php', 1405 'Symfony\\Component\\Cache\\Adapter\\DoctrineDbalAdapter' => $vendorDir . '/symfony/cache/Adapter/DoctrineDbalAdapter.php', 1406 'Symfony\\Component\\Cache\\Adapter\\FilesystemAdapter' => $vendorDir . '/symfony/cache/Adapter/FilesystemAdapter.php', 1407 'Symfony\\Component\\Cache\\Adapter\\FilesystemTagAwareAdapter' => $vendorDir . '/symfony/cache/Adapter/FilesystemTagAwareAdapter.php', 1408 'Symfony\\Component\\Cache\\Adapter\\MemcachedAdapter' => $vendorDir . '/symfony/cache/Adapter/MemcachedAdapter.php', 1409 'Symfony\\Component\\Cache\\Adapter\\NullAdapter' => $vendorDir . '/symfony/cache/Adapter/NullAdapter.php', 1410 'Symfony\\Component\\Cache\\Adapter\\ParameterNormalizer' => $vendorDir . '/symfony/cache/Adapter/ParameterNormalizer.php', 1411 'Symfony\\Component\\Cache\\Adapter\\PdoAdapter' => $vendorDir . '/symfony/cache/Adapter/PdoAdapter.php', 1412 'Symfony\\Component\\Cache\\Adapter\\PhpArrayAdapter' => $vendorDir . '/symfony/cache/Adapter/PhpArrayAdapter.php', 1413 'Symfony\\Component\\Cache\\Adapter\\PhpFilesAdapter' => $vendorDir . '/symfony/cache/Adapter/PhpFilesAdapter.php', 1414 'Symfony\\Component\\Cache\\Adapter\\ProxyAdapter' => $vendorDir . '/symfony/cache/Adapter/ProxyAdapter.php', 1415 'Symfony\\Component\\Cache\\Adapter\\Psr16Adapter' => $vendorDir . '/symfony/cache/Adapter/Psr16Adapter.php', 1416 'Symfony\\Component\\Cache\\Adapter\\RedisAdapter' => $vendorDir . '/symfony/cache/Adapter/RedisAdapter.php', 1417 'Symfony\\Component\\Cache\\Adapter\\RedisTagAwareAdapter' => $vendorDir . '/symfony/cache/Adapter/RedisTagAwareAdapter.php', 1418 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter' => $vendorDir . '/symfony/cache/Adapter/TagAwareAdapter.php', 1419 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapterInterface' => $vendorDir . '/symfony/cache/Adapter/TagAwareAdapterInterface.php', 1420 'Symfony\\Component\\Cache\\Adapter\\TraceableAdapter' => $vendorDir . '/symfony/cache/Adapter/TraceableAdapter.php', 1421 'Symfony\\Component\\Cache\\Adapter\\TraceableTagAwareAdapter' => $vendorDir . '/symfony/cache/Adapter/TraceableTagAwareAdapter.php', 1422 'Symfony\\Component\\Cache\\CacheItem' => $vendorDir . '/symfony/cache/CacheItem.php', 1423 'Symfony\\Component\\Cache\\DataCollector\\CacheDataCollector' => $vendorDir . '/symfony/cache/DataCollector/CacheDataCollector.php', 1424 'Symfony\\Component\\Cache\\DependencyInjection\\CacheCollectorPass' => $vendorDir . '/symfony/cache/DependencyInjection/CacheCollectorPass.php', 1425 'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolClearerPass' => $vendorDir . '/symfony/cache/DependencyInjection/CachePoolClearerPass.php', 1426 'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolPass' => $vendorDir . '/symfony/cache/DependencyInjection/CachePoolPass.php', 1427 'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolPrunerPass' => $vendorDir . '/symfony/cache/DependencyInjection/CachePoolPrunerPass.php', 1428 'Symfony\\Component\\Cache\\DoctrineProvider' => $vendorDir . '/symfony/cache/DoctrineProvider.php', 1429 'Symfony\\Component\\Cache\\Exception\\CacheException' => $vendorDir . '/symfony/cache/Exception/CacheException.php', 1430 'Symfony\\Component\\Cache\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/cache/Exception/InvalidArgumentException.php', 1431 'Symfony\\Component\\Cache\\Exception\\LogicException' => $vendorDir . '/symfony/cache/Exception/LogicException.php', 1432 'Symfony\\Component\\Cache\\LockRegistry' => $vendorDir . '/symfony/cache/LockRegistry.php', 1433 'Symfony\\Component\\Cache\\Marshaller\\DefaultMarshaller' => $vendorDir . '/symfony/cache/Marshaller/DefaultMarshaller.php', 1434 'Symfony\\Component\\Cache\\Marshaller\\DeflateMarshaller' => $vendorDir . '/symfony/cache/Marshaller/DeflateMarshaller.php', 1435 'Symfony\\Component\\Cache\\Marshaller\\MarshallerInterface' => $vendorDir . '/symfony/cache/Marshaller/MarshallerInterface.php', 1436 'Symfony\\Component\\Cache\\Marshaller\\SodiumMarshaller' => $vendorDir . '/symfony/cache/Marshaller/SodiumMarshaller.php', 1437 'Symfony\\Component\\Cache\\Marshaller\\TagAwareMarshaller' => $vendorDir . '/symfony/cache/Marshaller/TagAwareMarshaller.php', 1438 'Symfony\\Component\\Cache\\Messenger\\EarlyExpirationDispatcher' => $vendorDir . '/symfony/cache/Messenger/EarlyExpirationDispatcher.php', 1439 'Symfony\\Component\\Cache\\Messenger\\EarlyExpirationHandler' => $vendorDir . '/symfony/cache/Messenger/EarlyExpirationHandler.php', 1440 'Symfony\\Component\\Cache\\Messenger\\EarlyExpirationMessage' => $vendorDir . '/symfony/cache/Messenger/EarlyExpirationMessage.php', 1441 'Symfony\\Component\\Cache\\PruneableInterface' => $vendorDir . '/symfony/cache/PruneableInterface.php', 1442 'Symfony\\Component\\Cache\\Psr16Cache' => $vendorDir . '/symfony/cache/Psr16Cache.php', 1443 'Symfony\\Component\\Cache\\ResettableInterface' => $vendorDir . '/symfony/cache/ResettableInterface.php', 1444 'Symfony\\Component\\Cache\\Traits\\AbstractAdapterTrait' => $vendorDir . '/symfony/cache/Traits/AbstractAdapterTrait.php', 1445 'Symfony\\Component\\Cache\\Traits\\ContractsTrait' => $vendorDir . '/symfony/cache/Traits/ContractsTrait.php', 1446 'Symfony\\Component\\Cache\\Traits\\FilesystemCommonTrait' => $vendorDir . '/symfony/cache/Traits/FilesystemCommonTrait.php', 1447 'Symfony\\Component\\Cache\\Traits\\FilesystemTrait' => $vendorDir . '/symfony/cache/Traits/FilesystemTrait.php', 1448 'Symfony\\Component\\Cache\\Traits\\ProxyTrait' => $vendorDir . '/symfony/cache/Traits/ProxyTrait.php', 1449 'Symfony\\Component\\Cache\\Traits\\RedisClusterNodeProxy' => $vendorDir . '/symfony/cache/Traits/RedisClusterNodeProxy.php', 1450 'Symfony\\Component\\Cache\\Traits\\RedisClusterProxy' => $vendorDir . '/symfony/cache/Traits/RedisClusterProxy.php', 1451 'Symfony\\Component\\Cache\\Traits\\RedisProxy' => $vendorDir . '/symfony/cache/Traits/RedisProxy.php', 1452 'Symfony\\Component\\Cache\\Traits\\RedisTrait' => $vendorDir . '/symfony/cache/Traits/RedisTrait.php', 1389 1453 'Symfony\\Component\\Console\\Application' => $vendorDir . '/symfony/console/Application.php', 1390 1454 'Symfony\\Component\\Console\\Attribute\\AsCommand' => $vendorDir . '/symfony/console/Attribute/AsCommand.php', … … 1554 1618 'Symfony\\Component\\String\\Slugger\\SluggerInterface' => $vendorDir . '/symfony/string/Slugger/SluggerInterface.php', 1555 1619 'Symfony\\Component\\String\\UnicodeString' => $vendorDir . '/symfony/string/UnicodeString.php', 1620 'Symfony\\Component\\VarExporter\\Exception\\ClassNotFoundException' => $vendorDir . '/symfony/var-exporter/Exception/ClassNotFoundException.php', 1621 'Symfony\\Component\\VarExporter\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/var-exporter/Exception/ExceptionInterface.php', 1622 'Symfony\\Component\\VarExporter\\Exception\\NotInstantiableTypeException' => $vendorDir . '/symfony/var-exporter/Exception/NotInstantiableTypeException.php', 1623 'Symfony\\Component\\VarExporter\\Instantiator' => $vendorDir . '/symfony/var-exporter/Instantiator.php', 1624 'Symfony\\Component\\VarExporter\\Internal\\Exporter' => $vendorDir . '/symfony/var-exporter/Internal/Exporter.php', 1625 'Symfony\\Component\\VarExporter\\Internal\\Hydrator' => $vendorDir . '/symfony/var-exporter/Internal/Hydrator.php', 1626 'Symfony\\Component\\VarExporter\\Internal\\Reference' => $vendorDir . '/symfony/var-exporter/Internal/Reference.php', 1627 'Symfony\\Component\\VarExporter\\Internal\\Registry' => $vendorDir . '/symfony/var-exporter/Internal/Registry.php', 1628 'Symfony\\Component\\VarExporter\\Internal\\Values' => $vendorDir . '/symfony/var-exporter/Internal/Values.php', 1629 'Symfony\\Component\\VarExporter\\VarExporter' => $vendorDir . '/symfony/var-exporter/VarExporter.php', 1630 'Symfony\\Contracts\\Cache\\CacheInterface' => $vendorDir . '/symfony/cache-contracts/CacheInterface.php', 1631 'Symfony\\Contracts\\Cache\\CacheTrait' => $vendorDir . '/symfony/cache-contracts/CacheTrait.php', 1632 'Symfony\\Contracts\\Cache\\CallbackInterface' => $vendorDir . '/symfony/cache-contracts/CallbackInterface.php', 1633 'Symfony\\Contracts\\Cache\\ItemInterface' => $vendorDir . '/symfony/cache-contracts/ItemInterface.php', 1634 'Symfony\\Contracts\\Cache\\TagAwareCacheInterface' => $vendorDir . '/symfony/cache-contracts/TagAwareCacheInterface.php', 1556 1635 'Symfony\\Contracts\\Service\\Attribute\\Required' => $vendorDir . '/symfony/service-contracts/Attribute/Required.php', 1557 1636 'Symfony\\Contracts\\Service\\Attribute\\SubscribedService' => $vendorDir . '/symfony/service-contracts/Attribute/SubscribedService.php', -
fpay-gateway/trunk/vendor/composer/autoload_files.php
r2902076 r2902085 10 10 '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php', 11 11 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php', 12 '0d59ee240a4cd96ddbb4ff164fccea4d' => $vendorDir . '/symfony/polyfill-php73/bootstrap.php', 12 13 '320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php', 13 '0d59ee240a4cd96ddbb4ff164fccea4d' => $vendorDir . '/symfony/polyfill-php73/bootstrap.php',14 14 '8825ede83f2f289127722d4e842cf7e8' => $vendorDir . '/symfony/polyfill-intl-grapheme/bootstrap.php', 15 15 'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php', -
fpay-gateway/trunk/vendor/composer/autoload_psr4.php
r2902076 r2902085 15 15 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), 16 16 'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'), 17 'Symfony\\Contracts\\Cache\\' => array($vendorDir . '/symfony/cache-contracts'), 18 'Symfony\\Component\\VarExporter\\' => array($vendorDir . '/symfony/var-exporter'), 17 19 'Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'), 18 20 'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'), … … 20 22 'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'), 21 23 'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'), 24 'Symfony\\Component\\Cache\\' => array($vendorDir . '/symfony/cache'), 22 25 'Seld\\Signal\\' => array($vendorDir . '/seld/signal-handler/src'), 23 26 'Seld\\PharUtils\\' => array($vendorDir . '/seld/phar-utils/src'), … … 29 32 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'), 30 33 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'), 34 'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'), 31 35 'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'), 32 36 'PhpOption\\' => array($vendorDir . '/phpoption/phpoption/src/PhpOption'), -
fpay-gateway/trunk/vendor/composer/autoload_real.php
r2901917 r2902085 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit c93af05ebee9a8ce02c1892332ef87755 class ComposerAutoloaderInit9e86ff994cf4393ad632bd9011b0897f 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit c93af05ebee9a8ce02c1892332ef8775', 'loadClassLoader'), true, false);27 spl_autoload_register(array('ComposerAutoloaderInit9e86ff994cf4393ad632bd9011b0897f', 'loadClassLoader'), true, false); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit c93af05ebee9a8ce02c1892332ef8775', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit9e86ff994cf4393ad632bd9011b0897f', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit c93af05ebee9a8ce02c1892332ef8775::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit9e86ff994cf4393ad632bd9011b0897f::getInitializer($loader)); 33 33 34 34 $loader->register(false); 35 35 36 $filesToLoad = \Composer\Autoload\ComposerStaticInit c93af05ebee9a8ce02c1892332ef8775::$files;36 $filesToLoad = \Composer\Autoload\ComposerStaticInit9e86ff994cf4393ad632bd9011b0897f::$files; 37 37 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 38 38 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
fpay-gateway/trunk/vendor/composer/autoload_static.php
r2902076 r2902085 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit c93af05ebee9a8ce02c1892332ef87757 class ComposerStaticInit9e86ff994cf4393ad632bd9011b0897f 8 8 { 9 9 public static $files = array ( … … 11 11 '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', 12 12 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', 13 '0d59ee240a4cd96ddbb4ff164fccea4d' => __DIR__ . '/..' . '/symfony/polyfill-php73/bootstrap.php', 13 14 '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', 14 '0d59ee240a4cd96ddbb4ff164fccea4d' => __DIR__ . '/..' . '/symfony/polyfill-php73/bootstrap.php',15 15 '8825ede83f2f289127722d4e842cf7e8' => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme/bootstrap.php', 16 16 'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php', … … 42 42 'Symfony\\Polyfill\\Ctype\\' => 23, 43 43 'Symfony\\Contracts\\Service\\' => 26, 44 'Symfony\\Contracts\\Cache\\' => 24, 45 'Symfony\\Component\\VarExporter\\' => 30, 44 46 'Symfony\\Component\\String\\' => 25, 45 47 'Symfony\\Component\\Process\\' => 26, … … 47 49 'Symfony\\Component\\Filesystem\\' => 29, 48 50 'Symfony\\Component\\Console\\' => 26, 51 'Symfony\\Component\\Cache\\' => 24, 49 52 'Seld\\Signal\\' => 12, 50 53 'Seld\\PharUtils\\' => 15, … … 62 65 'Psr\\Log\\' => 8, 63 66 'Psr\\Container\\' => 14, 67 'Psr\\Cache\\' => 10, 64 68 'PhpParser\\' => 10, 65 69 'PhpOption\\' => 10, … … 152 156 0 => __DIR__ . '/..' . '/symfony/service-contracts', 153 157 ), 158 'Symfony\\Contracts\\Cache\\' => 159 array ( 160 0 => __DIR__ . '/..' . '/symfony/cache-contracts', 161 ), 162 'Symfony\\Component\\VarExporter\\' => 163 array ( 164 0 => __DIR__ . '/..' . '/symfony/var-exporter', 165 ), 154 166 'Symfony\\Component\\String\\' => 155 167 array ( … … 172 184 0 => __DIR__ . '/..' . '/symfony/console', 173 185 ), 186 'Symfony\\Component\\Cache\\' => 187 array ( 188 0 => __DIR__ . '/..' . '/symfony/cache', 189 ), 174 190 'Seld\\Signal\\' => 175 191 array ( … … 207 223 array ( 208 224 0 => __DIR__ . '/..' . '/psr/container/src', 225 ), 226 'Psr\\Cache\\' => 227 array ( 228 0 => __DIR__ . '/..' . '/psr/cache/src', 209 229 ), 210 230 'PhpParser\\' => … … 906 926 'Fpay\\Woocommerce\\Models\\Contracts\\AbstractPaymentInformation' => __DIR__ . '/../..' . '/src/Models/Contracts/AbstractPaymentInformation.php', 907 927 'Fpay\\Woocommerce\\Models\\Contracts\\AbstractRefund' => __DIR__ . '/../..' . '/src/Models/Contracts/AbstractRefund.php', 928 'Fpay\\Woocommerce\\Models\\Contracts\\AbstractSettlementInfo' => __DIR__ . '/../..' . '/src/Models/Contracts/AbstractSettlementInfo.php', 908 929 'Fpay\\Woocommerce\\Models\\Contracts\\AbstractShippingAddress' => __DIR__ . '/../..' . '/src/Models/Contracts/AbstractShippingAddress.php', 909 930 'Fpay\\Woocommerce\\Models\\Contracts\\AbstractTransaction' => __DIR__ . '/../..' . '/src/Models/Contracts/AbstractTransaction.php', … … 920 941 'Fpay\\Woocommerce\\Models\\PaymentInformation' => __DIR__ . '/../..' . '/src/Models/PaymentInformation.php', 921 942 'Fpay\\Woocommerce\\Models\\Refund' => __DIR__ . '/../..' . '/src/Models/Refund.php', 943 'Fpay\\Woocommerce\\Models\\SettlementInfo' => __DIR__ . '/../..' . '/src/Models/SettlementInfo.php', 922 944 'Fpay\\Woocommerce\\Models\\ShippingAddress' => __DIR__ . '/../..' . '/src/Models/ShippingAddress.php', 923 945 'Fpay\\Woocommerce\\Models\\Transaction' => __DIR__ . '/../..' . '/src/Models/Transaction.php', … … 974 996 'JsonMapper\\Builders\\PropertyMapperBuilder' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Builders/PropertyMapperBuilder.php', 975 997 'JsonMapper\\Cache\\ArrayCache' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Cache/ArrayCache.php', 976 'JsonMapper\\Cache\\InvalidArgumentException' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Cache/InvalidArgumentException.php',977 998 'JsonMapper\\Cache\\NullCache' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Cache/NullCache.php', 978 999 'JsonMapper\\Dto\\NamedMiddleware' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Dto/NamedMiddleware.php', … … 986 1007 'JsonMapper\\Handler\\FactoryRegistry' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Handler/FactoryRegistry.php', 987 1008 'JsonMapper\\Handler\\PropertyMapper' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Handler/PropertyMapper.php', 1009 'JsonMapper\\Handler\\ValueFactory' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Handler/ValueFactory.php', 988 1010 'JsonMapper\\Helpers\\ClassHelper' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Helpers/ClassHelper.php', 989 1011 'JsonMapper\\Helpers\\DocBlockHelper' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Helpers/DocBlockHelper.php', … … 1003 1025 'JsonMapper\\Middleware\\Constructor\\Constructor' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Middleware/Constructor/Constructor.php', 1004 1026 'JsonMapper\\Middleware\\Constructor\\DefaultFactory' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Middleware/Constructor/DefaultFactory.php', 1005 'JsonMapper\\Middleware\\Constructor\\Parameter' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Middleware/Constructor/Parameter.php',1006 1027 'JsonMapper\\Middleware\\Debugger' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Middleware/Debugger.php', 1007 1028 'JsonMapper\\Middleware\\DocBlockAnnotations' => __DIR__ . '/..' . '/json-mapper/json-mapper/src/Middleware/DocBlockAnnotations.php', … … 1078 1099 'Laravel\\SerializableClosure\\Support\\ReflectionClosure' => __DIR__ . '/..' . '/laravel/serializable-closure/src/Support/ReflectionClosure.php', 1079 1100 'Laravel\\SerializableClosure\\Support\\SelfReference' => __DIR__ . '/..' . '/laravel/serializable-closure/src/Support/SelfReference.php', 1101 'Laravel\\SerializableClosure\\UnsignedSerializableClosure' => __DIR__ . '/..' . '/laravel/serializable-closure/src/UnsignedSerializableClosure.php', 1080 1102 'League\\Flysystem\\AdapterInterface' => __DIR__ . '/..' . '/league/flysystem/src/AdapterInterface.php', 1081 1103 'League\\Flysystem\\Adapter\\AbstractAdapter' => __DIR__ . '/..' . '/league/flysystem/src/Adapter/AbstractAdapter.php', … … 1304 1326 'PhpParser\\Lexer\\TokenEmulator\\NullsafeTokenEmulator' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php', 1305 1327 'PhpParser\\Lexer\\TokenEmulator\\NumericLiteralSeparatorEmulator' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php', 1328 'PhpParser\\Lexer\\TokenEmulator\\ReadonlyFunctionTokenEmulator' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php', 1306 1329 'PhpParser\\Lexer\\TokenEmulator\\ReadonlyTokenEmulator' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php', 1307 1330 'PhpParser\\Lexer\\TokenEmulator\\ReverseEmulator' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php', … … 1510 1533 'PhpParser\\PrettyPrinter\\Standard' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php', 1511 1534 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 1535 'Psr\\Cache\\CacheException' => __DIR__ . '/..' . '/psr/cache/src/CacheException.php', 1536 'Psr\\Cache\\CacheItemInterface' => __DIR__ . '/..' . '/psr/cache/src/CacheItemInterface.php', 1537 'Psr\\Cache\\CacheItemPoolInterface' => __DIR__ . '/..' . '/psr/cache/src/CacheItemPoolInterface.php', 1538 'Psr\\Cache\\InvalidArgumentException' => __DIR__ . '/..' . '/psr/cache/src/InvalidArgumentException.php', 1512 1539 'Psr\\Container\\ContainerExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerExceptionInterface.php', 1513 1540 'Psr\\Container\\ContainerInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerInterface.php', … … 1699 1726 'Seld\\Signal\\SignalHandler' => __DIR__ . '/..' . '/seld/signal-handler/src/SignalHandler.php', 1700 1727 'Stringable' => __DIR__ . '/..' . '/myclabs/php-enum/stubs/Stringable.php', 1728 'Symfony\\Component\\Cache\\Adapter\\AbstractAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/AbstractAdapter.php', 1729 'Symfony\\Component\\Cache\\Adapter\\AbstractTagAwareAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/AbstractTagAwareAdapter.php', 1730 'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => __DIR__ . '/..' . '/symfony/cache/Adapter/AdapterInterface.php', 1731 'Symfony\\Component\\Cache\\Adapter\\ApcuAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/ApcuAdapter.php', 1732 'Symfony\\Component\\Cache\\Adapter\\ArrayAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/ArrayAdapter.php', 1733 'Symfony\\Component\\Cache\\Adapter\\ChainAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/ChainAdapter.php', 1734 'Symfony\\Component\\Cache\\Adapter\\CouchbaseBucketAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/CouchbaseBucketAdapter.php', 1735 'Symfony\\Component\\Cache\\Adapter\\CouchbaseCollectionAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/CouchbaseCollectionAdapter.php', 1736 'Symfony\\Component\\Cache\\Adapter\\DoctrineAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/DoctrineAdapter.php', 1737 'Symfony\\Component\\Cache\\Adapter\\DoctrineDbalAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/DoctrineDbalAdapter.php', 1738 'Symfony\\Component\\Cache\\Adapter\\FilesystemAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/FilesystemAdapter.php', 1739 'Symfony\\Component\\Cache\\Adapter\\FilesystemTagAwareAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/FilesystemTagAwareAdapter.php', 1740 'Symfony\\Component\\Cache\\Adapter\\MemcachedAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/MemcachedAdapter.php', 1741 'Symfony\\Component\\Cache\\Adapter\\NullAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/NullAdapter.php', 1742 'Symfony\\Component\\Cache\\Adapter\\ParameterNormalizer' => __DIR__ . '/..' . '/symfony/cache/Adapter/ParameterNormalizer.php', 1743 'Symfony\\Component\\Cache\\Adapter\\PdoAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/PdoAdapter.php', 1744 'Symfony\\Component\\Cache\\Adapter\\PhpArrayAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/PhpArrayAdapter.php', 1745 'Symfony\\Component\\Cache\\Adapter\\PhpFilesAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/PhpFilesAdapter.php', 1746 'Symfony\\Component\\Cache\\Adapter\\ProxyAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/ProxyAdapter.php', 1747 'Symfony\\Component\\Cache\\Adapter\\Psr16Adapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/Psr16Adapter.php', 1748 'Symfony\\Component\\Cache\\Adapter\\RedisAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/RedisAdapter.php', 1749 'Symfony\\Component\\Cache\\Adapter\\RedisTagAwareAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/RedisTagAwareAdapter.php', 1750 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/TagAwareAdapter.php', 1751 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapterInterface' => __DIR__ . '/..' . '/symfony/cache/Adapter/TagAwareAdapterInterface.php', 1752 'Symfony\\Component\\Cache\\Adapter\\TraceableAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/TraceableAdapter.php', 1753 'Symfony\\Component\\Cache\\Adapter\\TraceableTagAwareAdapter' => __DIR__ . '/..' . '/symfony/cache/Adapter/TraceableTagAwareAdapter.php', 1754 'Symfony\\Component\\Cache\\CacheItem' => __DIR__ . '/..' . '/symfony/cache/CacheItem.php', 1755 'Symfony\\Component\\Cache\\DataCollector\\CacheDataCollector' => __DIR__ . '/..' . '/symfony/cache/DataCollector/CacheDataCollector.php', 1756 'Symfony\\Component\\Cache\\DependencyInjection\\CacheCollectorPass' => __DIR__ . '/..' . '/symfony/cache/DependencyInjection/CacheCollectorPass.php', 1757 'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolClearerPass' => __DIR__ . '/..' . '/symfony/cache/DependencyInjection/CachePoolClearerPass.php', 1758 'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolPass' => __DIR__ . '/..' . '/symfony/cache/DependencyInjection/CachePoolPass.php', 1759 'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolPrunerPass' => __DIR__ . '/..' . '/symfony/cache/DependencyInjection/CachePoolPrunerPass.php', 1760 'Symfony\\Component\\Cache\\DoctrineProvider' => __DIR__ . '/..' . '/symfony/cache/DoctrineProvider.php', 1761 'Symfony\\Component\\Cache\\Exception\\CacheException' => __DIR__ . '/..' . '/symfony/cache/Exception/CacheException.php', 1762 'Symfony\\Component\\Cache\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/symfony/cache/Exception/InvalidArgumentException.php', 1763 'Symfony\\Component\\Cache\\Exception\\LogicException' => __DIR__ . '/..' . '/symfony/cache/Exception/LogicException.php', 1764 'Symfony\\Component\\Cache\\LockRegistry' => __DIR__ . '/..' . '/symfony/cache/LockRegistry.php', 1765 'Symfony\\Component\\Cache\\Marshaller\\DefaultMarshaller' => __DIR__ . '/..' . '/symfony/cache/Marshaller/DefaultMarshaller.php', 1766 'Symfony\\Component\\Cache\\Marshaller\\DeflateMarshaller' => __DIR__ . '/..' . '/symfony/cache/Marshaller/DeflateMarshaller.php', 1767 'Symfony\\Component\\Cache\\Marshaller\\MarshallerInterface' => __DIR__ . '/..' . '/symfony/cache/Marshaller/MarshallerInterface.php', 1768 'Symfony\\Component\\Cache\\Marshaller\\SodiumMarshaller' => __DIR__ . '/..' . '/symfony/cache/Marshaller/SodiumMarshaller.php', 1769 'Symfony\\Component\\Cache\\Marshaller\\TagAwareMarshaller' => __DIR__ . '/..' . '/symfony/cache/Marshaller/TagAwareMarshaller.php', 1770 'Symfony\\Component\\Cache\\Messenger\\EarlyExpirationDispatcher' => __DIR__ . '/..' . '/symfony/cache/Messenger/EarlyExpirationDispatcher.php', 1771 'Symfony\\Component\\Cache\\Messenger\\EarlyExpirationHandler' => __DIR__ . '/..' . '/symfony/cache/Messenger/EarlyExpirationHandler.php', 1772 'Symfony\\Component\\Cache\\Messenger\\EarlyExpirationMessage' => __DIR__ . '/..' . '/symfony/cache/Messenger/EarlyExpirationMessage.php', 1773 'Symfony\\Component\\Cache\\PruneableInterface' => __DIR__ . '/..' . '/symfony/cache/PruneableInterface.php', 1774 'Symfony\\Component\\Cache\\Psr16Cache' => __DIR__ . '/..' . '/symfony/cache/Psr16Cache.php', 1775 'Symfony\\Component\\Cache\\ResettableInterface' => __DIR__ . '/..' . '/symfony/cache/ResettableInterface.php', 1776 'Symfony\\Component\\Cache\\Traits\\AbstractAdapterTrait' => __DIR__ . '/..' . '/symfony/cache/Traits/AbstractAdapterTrait.php', 1777 'Symfony\\Component\\Cache\\Traits\\ContractsTrait' => __DIR__ . '/..' . '/symfony/cache/Traits/ContractsTrait.php', 1778 'Symfony\\Component\\Cache\\Traits\\FilesystemCommonTrait' => __DIR__ . '/..' . '/symfony/cache/Traits/FilesystemCommonTrait.php', 1779 'Symfony\\Component\\Cache\\Traits\\FilesystemTrait' => __DIR__ . '/..' . '/symfony/cache/Traits/FilesystemTrait.php', 1780 'Symfony\\Component\\Cache\\Traits\\ProxyTrait' => __DIR__ . '/..' . '/symfony/cache/Traits/ProxyTrait.php', 1781 'Symfony\\Component\\Cache\\Traits\\RedisClusterNodeProxy' => __DIR__ . '/..' . '/symfony/cache/Traits/RedisClusterNodeProxy.php', 1782 'Symfony\\Component\\Cache\\Traits\\RedisClusterProxy' => __DIR__ . '/..' . '/symfony/cache/Traits/RedisClusterProxy.php', 1783 'Symfony\\Component\\Cache\\Traits\\RedisProxy' => __DIR__ . '/..' . '/symfony/cache/Traits/RedisProxy.php', 1784 'Symfony\\Component\\Cache\\Traits\\RedisTrait' => __DIR__ . '/..' . '/symfony/cache/Traits/RedisTrait.php', 1701 1785 'Symfony\\Component\\Console\\Application' => __DIR__ . '/..' . '/symfony/console/Application.php', 1702 1786 'Symfony\\Component\\Console\\Attribute\\AsCommand' => __DIR__ . '/..' . '/symfony/console/Attribute/AsCommand.php', … … 1866 1950 'Symfony\\Component\\String\\Slugger\\SluggerInterface' => __DIR__ . '/..' . '/symfony/string/Slugger/SluggerInterface.php', 1867 1951 'Symfony\\Component\\String\\UnicodeString' => __DIR__ . '/..' . '/symfony/string/UnicodeString.php', 1952 'Symfony\\Component\\VarExporter\\Exception\\ClassNotFoundException' => __DIR__ . '/..' . '/symfony/var-exporter/Exception/ClassNotFoundException.php', 1953 'Symfony\\Component\\VarExporter\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/symfony/var-exporter/Exception/ExceptionInterface.php', 1954 'Symfony\\Component\\VarExporter\\Exception\\NotInstantiableTypeException' => __DIR__ . '/..' . '/symfony/var-exporter/Exception/NotInstantiableTypeException.php', 1955 'Symfony\\Component\\VarExporter\\Instantiator' => __DIR__ . '/..' . '/symfony/var-exporter/Instantiator.php', 1956 'Symfony\\Component\\VarExporter\\Internal\\Exporter' => __DIR__ . '/..' . '/symfony/var-exporter/Internal/Exporter.php', 1957 'Symfony\\Component\\VarExporter\\Internal\\Hydrator' => __DIR__ . '/..' . '/symfony/var-exporter/Internal/Hydrator.php', 1958 'Symfony\\Component\\VarExporter\\Internal\\Reference' => __DIR__ . '/..' . '/symfony/var-exporter/Internal/Reference.php', 1959 'Symfony\\Component\\VarExporter\\Internal\\Registry' => __DIR__ . '/..' . '/symfony/var-exporter/Internal/Registry.php', 1960 'Symfony\\Component\\VarExporter\\Internal\\Values' => __DIR__ . '/..' . '/symfony/var-exporter/Internal/Values.php', 1961 'Symfony\\Component\\VarExporter\\VarExporter' => __DIR__ . '/..' . '/symfony/var-exporter/VarExporter.php', 1962 'Symfony\\Contracts\\Cache\\CacheInterface' => __DIR__ . '/..' . '/symfony/cache-contracts/CacheInterface.php', 1963 'Symfony\\Contracts\\Cache\\CacheTrait' => __DIR__ . '/..' . '/symfony/cache-contracts/CacheTrait.php', 1964 'Symfony\\Contracts\\Cache\\CallbackInterface' => __DIR__ . '/..' . '/symfony/cache-contracts/CallbackInterface.php', 1965 'Symfony\\Contracts\\Cache\\ItemInterface' => __DIR__ . '/..' . '/symfony/cache-contracts/ItemInterface.php', 1966 'Symfony\\Contracts\\Cache\\TagAwareCacheInterface' => __DIR__ . '/..' . '/symfony/cache-contracts/TagAwareCacheInterface.php', 1868 1967 'Symfony\\Contracts\\Service\\Attribute\\Required' => __DIR__ . '/..' . '/symfony/service-contracts/Attribute/Required.php', 1869 1968 'Symfony\\Contracts\\Service\\Attribute\\SubscribedService' => __DIR__ . '/..' . '/symfony/service-contracts/Attribute/SubscribedService.php', … … 1889 1988 { 1890 1989 return \Closure::bind(function () use ($loader) { 1891 $loader->prefixLengthsPsr4 = ComposerStaticInit c93af05ebee9a8ce02c1892332ef8775::$prefixLengthsPsr4;1892 $loader->prefixDirsPsr4 = ComposerStaticInit c93af05ebee9a8ce02c1892332ef8775::$prefixDirsPsr4;1893 $loader->classMap = ComposerStaticInit c93af05ebee9a8ce02c1892332ef8775::$classMap;1990 $loader->prefixLengthsPsr4 = ComposerStaticInit9e86ff994cf4393ad632bd9011b0897f::$prefixLengthsPsr4; 1991 $loader->prefixDirsPsr4 = ComposerStaticInit9e86ff994cf4393ad632bd9011b0897f::$prefixDirsPsr4; 1992 $loader->classMap = ComposerStaticInit9e86ff994cf4393ad632bd9011b0897f::$classMap; 1894 1993 1895 1994 }, null, ClassLoader::class); -
fpay-gateway/trunk/vendor/composer/installed.json
r2901917 r2902085 846 846 }, 847 847 { 848 "name": "guzzlehttp/guzzle",849 "version": "7.5.1",850 "version_normalized": "7.5.1.0",851 "source": {852 "type": "git",853 "url": "https://github.com/guzzle/guzzle.git",854 "reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9"855 },856 "dist": {857 "type": "zip",858 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b964ca597e86b752cd994f27293e9fa6b6a95ed9",859 "reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9",860 "shasum": ""861 },862 "require": {863 "ext-json": "*",864 "guzzlehttp/promises": "^1.5",865 "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",866 "php": "^7.2.5 || ^8.0",867 "psr/http-client": "^1.0",868 "symfony/deprecation-contracts": "^2.2 || ^3.0"869 },870 "provide": {871 "psr/http-client-implementation": "1.0"872 },873 "require-dev": {874 "bamarni/composer-bin-plugin": "^1.8.1",875 "ext-curl": "*",876 "php-http/client-integration-tests": "^3.0",877 "phpunit/phpunit": "^8.5.29 || ^9.5.23",878 "psr/log": "^1.1 || ^2.0 || ^3.0"879 },880 "suggest": {881 "ext-curl": "Required for CURL handler support",882 "ext-intl": "Required for Internationalized Domain Name (IDN) support",883 "psr/log": "Required for using the Log middleware"884 },885 "time": "2023-04-17T16:30:08+00:00",886 "type": "library",887 "extra": {888 "bamarni-bin": {889 "bin-links": true,890 "forward-command": false891 },892 "branch-alias": {893 "dev-master": "7.5-dev"894 }895 },896 "installation-source": "dist",897 "autoload": {898 "files": [899 "src/functions_include.php"900 ],901 "psr-4": {902 "GuzzleHttp\\": "src/"903 }904 },905 "notification-url": "https://packagist.org/downloads/",906 "license": [907 "MIT"908 ],909 "authors": [910 {911 "name": "Graham Campbell",912 "email": "hello@gjcampbell.co.uk",913 "homepage": "https://github.com/GrahamCampbell"914 },915 {916 "name": "Michael Dowling",917 "email": "mtdowling@gmail.com",918 "homepage": "https://github.com/mtdowling"919 },920 {921 "name": "Jeremy Lindblom",922 "email": "jeremeamia@gmail.com",923 "homepage": "https://github.com/jeremeamia"924 },925 {926 "name": "George Mponos",927 "email": "gmponos@gmail.com",928 "homepage": "https://github.com/gmponos"929 },930 {931 "name": "Tobias Nyholm",932 "email": "tobias.nyholm@gmail.com",933 "homepage": "https://github.com/Nyholm"934 },935 {936 "name": "Márk Sági-Kazár",937 "email": "mark.sagikazar@gmail.com",938 "homepage": "https://github.com/sagikazarmark"939 },940 {941 "name": "Tobias Schultze",942 "email": "webmaster@tubo-world.de",943 "homepage": "https://github.com/Tobion"944 }945 ],946 "description": "Guzzle is a PHP HTTP client library",947 "keywords": [948 "client",949 "curl",950 "framework",951 "http",952 "http client",953 "psr-18",954 "psr-7",955 "rest",956 "web service"957 ],958 "support": {959 "issues": "https://github.com/guzzle/guzzle/issues",960 "source": "https://github.com/guzzle/guzzle/tree/7.5.1"961 },962 "funding": [963 {964 "url": "https://github.com/GrahamCampbell",965 "type": "github"966 },967 {968 "url": "https://github.com/Nyholm",969 "type": "github"970 },971 {972 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",973 "type": "tidelift"974 }975 ],976 "install-path": "../guzzlehttp/guzzle"977 },978 {979 "name": "guzzlehttp/promises",980 "version": "1.5.2",981 "version_normalized": "1.5.2.0",982 "source": {983 "type": "git",984 "url": "https://github.com/guzzle/promises.git",985 "reference": "b94b2807d85443f9719887892882d0329d1e2598"986 },987 "dist": {988 "type": "zip",989 "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",990 "reference": "b94b2807d85443f9719887892882d0329d1e2598",991 "shasum": ""992 },993 "require": {994 "php": ">=5.5"995 },996 "require-dev": {997 "symfony/phpunit-bridge": "^4.4 || ^5.1"998 },999 "time": "2022-08-28T14:55:35+00:00",1000 "type": "library",1001 "extra": {1002 "branch-alias": {1003 "dev-master": "1.5-dev"1004 }1005 },1006 "installation-source": "dist",1007 "autoload": {1008 "files": [1009 "src/functions_include.php"1010 ],1011 "psr-4": {1012 "GuzzleHttp\\Promise\\": "src/"1013 }1014 },1015 "notification-url": "https://packagist.org/downloads/",1016 "license": [1017 "MIT"1018 ],1019 "authors": [1020 {1021 "name": "Graham Campbell",1022 "email": "hello@gjcampbell.co.uk",1023 "homepage": "https://github.com/GrahamCampbell"1024 },1025 {1026 "name": "Michael Dowling",1027 "email": "mtdowling@gmail.com",1028 "homepage": "https://github.com/mtdowling"1029 },1030 {1031 "name": "Tobias Nyholm",1032 "email": "tobias.nyholm@gmail.com",1033 "homepage": "https://github.com/Nyholm"1034 },1035 {1036 "name": "Tobias Schultze",1037 "email": "webmaster@tubo-world.de",1038 "homepage": "https://github.com/Tobion"1039 }1040 ],1041 "description": "Guzzle promises library",1042 "keywords": [1043 "promise"1044 ],1045 "support": {1046 "issues": "https://github.com/guzzle/promises/issues",1047 "source": "https://github.com/guzzle/promises/tree/1.5.2"1048 },1049 "funding": [1050 {1051 "url": "https://github.com/GrahamCampbell",1052 "type": "github"1053 },1054 {1055 "url": "https://github.com/Nyholm",1056 "type": "github"1057 },1058 {1059 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",1060 "type": "tidelift"1061 }1062 ],1063 "install-path": "../guzzlehttp/promises"1064 },1065 {1066 "name": "guzzlehttp/psr7",1067 "version": "2.5.0",1068 "version_normalized": "2.5.0.0",1069 "source": {1070 "type": "git",1071 "url": "https://github.com/guzzle/psr7.git",1072 "reference": "b635f279edd83fc275f822a1188157ffea568ff6"1073 },1074 "dist": {1075 "type": "zip",1076 "url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6",1077 "reference": "b635f279edd83fc275f822a1188157ffea568ff6",1078 "shasum": ""1079 },1080 "require": {1081 "php": "^7.2.5 || ^8.0",1082 "psr/http-factory": "^1.0",1083 "psr/http-message": "^1.1 || ^2.0",1084 "ralouphie/getallheaders": "^3.0"1085 },1086 "provide": {1087 "psr/http-factory-implementation": "1.0",1088 "psr/http-message-implementation": "1.0"1089 },1090 "require-dev": {1091 "bamarni/composer-bin-plugin": "^1.8.1",1092 "http-interop/http-factory-tests": "^0.9",1093 "phpunit/phpunit": "^8.5.29 || ^9.5.23"1094 },1095 "suggest": {1096 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"1097 },1098 "time": "2023-04-17T16:11:26+00:00",1099 "type": "library",1100 "extra": {1101 "bamarni-bin": {1102 "bin-links": true,1103 "forward-command": false1104 }1105 },1106 "installation-source": "dist",1107 "autoload": {1108 "psr-4": {1109 "GuzzleHttp\\Psr7\\": "src/"1110 }1111 },1112 "notification-url": "https://packagist.org/downloads/",1113 "license": [1114 "MIT"1115 ],1116 "authors": [1117 {1118 "name": "Graham Campbell",1119 "email": "hello@gjcampbell.co.uk",1120 "homepage": "https://github.com/GrahamCampbell"1121 },1122 {1123 "name": "Michael Dowling",1124 "email": "mtdowling@gmail.com",1125 "homepage": "https://github.com/mtdowling"1126 },1127 {1128 "name": "George Mponos",1129 "email": "gmponos@gmail.com",1130 "homepage": "https://github.com/gmponos"1131 },1132 {1133 "name": "Tobias Nyholm",1134 "email": "tobias.nyholm@gmail.com",1135 "homepage": "https://github.com/Nyholm"1136 },1137 {1138 "name": "Márk Sági-Kazár",1139 "email": "mark.sagikazar@gmail.com",1140 "homepage": "https://github.com/sagikazarmark"1141 },1142 {1143 "name": "Tobias Schultze",1144 "email": "webmaster@tubo-world.de",1145 "homepage": "https://github.com/Tobion"1146 },1147 {1148 "name": "Márk Sági-Kazár",1149 "email": "mark.sagikazar@gmail.com",1150 "homepage": "https://sagikazarmark.hu"1151 }1152 ],1153 "description": "PSR-7 message implementation that also provides common utility methods",1154 "keywords": [1155 "http",1156 "message",1157 "psr-7",1158 "request",1159 "response",1160 "stream",1161 "uri",1162 "url"1163 ],1164 "support": {1165 "issues": "https://github.com/guzzle/psr7/issues",1166 "source": "https://github.com/guzzle/psr7/tree/2.5.0"1167 },1168 "funding": [1169 {1170 "url": "https://github.com/GrahamCampbell",1171 "type": "github"1172 },1173 {1174 "url": "https://github.com/Nyholm",1175 "type": "github"1176 },1177 {1178 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",1179 "type": "tidelift"1180 }1181 ],1182 "install-path": "../guzzlehttp/psr7"1183 },1184 {1185 848 "name": "json-mapper/json-mapper", 1186 849 "version": "2.16.0", … … 2137 1800 }, 2138 1801 { 2139 "name": "psr/http-client",2140 "version": "1.0.2",2141 "version_normalized": "1.0.2.0",2142 "source": {2143 "type": "git",2144 "url": "https://github.com/php-fig/http-client.git",2145 "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"2146 },2147 "dist": {2148 "type": "zip",2149 "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",2150 "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",2151 "shasum": ""2152 },2153 "require": {2154 "php": "^7.0 || ^8.0",2155 "psr/http-message": "^1.0 || ^2.0"2156 },2157 "time": "2023-04-10T20:12:12+00:00",2158 "type": "library",2159 "extra": {2160 "branch-alias": {2161 "dev-master": "1.0.x-dev"2162 }2163 },2164 "installation-source": "dist",2165 "autoload": {2166 "psr-4": {2167 "Psr\\Http\\Client\\": "src/"2168 }2169 },2170 "notification-url": "https://packagist.org/downloads/",2171 "license": [2172 "MIT"2173 ],2174 "authors": [2175 {2176 "name": "PHP-FIG",2177 "homepage": "https://www.php-fig.org/"2178 }2179 ],2180 "description": "Common interface for HTTP clients",2181 "homepage": "https://github.com/php-fig/http-client",2182 "keywords": [2183 "http",2184 "http-client",2185 "psr",2186 "psr-18"2187 ],2188 "support": {2189 "source": "https://github.com/php-fig/http-client/tree/1.0.2"2190 },2191 "install-path": "../psr/http-client"2192 },2193 {2194 "name": "psr/http-factory",2195 "version": "1.0.2",2196 "version_normalized": "1.0.2.0",2197 "source": {2198 "type": "git",2199 "url": "https://github.com/php-fig/http-factory.git",2200 "reference": "e616d01114759c4c489f93b099585439f795fe35"2201 },2202 "dist": {2203 "type": "zip",2204 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",2205 "reference": "e616d01114759c4c489f93b099585439f795fe35",2206 "shasum": ""2207 },2208 "require": {2209 "php": ">=7.0.0",2210 "psr/http-message": "^1.0 || ^2.0"2211 },2212 "time": "2023-04-10T20:10:41+00:00",2213 "type": "library",2214 "extra": {2215 "branch-alias": {2216 "dev-master": "1.0.x-dev"2217 }2218 },2219 "installation-source": "dist",2220 "autoload": {2221 "psr-4": {2222 "Psr\\Http\\Message\\": "src/"2223 }2224 },2225 "notification-url": "https://packagist.org/downloads/",2226 "license": [2227 "MIT"2228 ],2229 "authors": [2230 {2231 "name": "PHP-FIG",2232 "homepage": "https://www.php-fig.org/"2233 }2234 ],2235 "description": "Common interfaces for PSR-7 HTTP message factories",2236 "keywords": [2237 "factory",2238 "http",2239 "message",2240 "psr",2241 "psr-17",2242 "psr-7",2243 "request",2244 "response"2245 ],2246 "support": {2247 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"2248 },2249 "install-path": "../psr/http-factory"2250 },2251 {2252 "name": "psr/http-message",2253 "version": "2.0",2254 "version_normalized": "2.0.0.0",2255 "source": {2256 "type": "git",2257 "url": "https://github.com/php-fig/http-message.git",2258 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"2259 },2260 "dist": {2261 "type": "zip",2262 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",2263 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",2264 "shasum": ""2265 },2266 "require": {2267 "php": "^7.2 || ^8.0"2268 },2269 "time": "2023-04-04T09:54:51+00:00",2270 "type": "library",2271 "extra": {2272 "branch-alias": {2273 "dev-master": "2.0.x-dev"2274 }2275 },2276 "installation-source": "dist",2277 "autoload": {2278 "psr-4": {2279 "Psr\\Http\\Message\\": "src/"2280 }2281 },2282 "notification-url": "https://packagist.org/downloads/",2283 "license": [2284 "MIT"2285 ],2286 "authors": [2287 {2288 "name": "PHP-FIG",2289 "homepage": "https://www.php-fig.org/"2290 }2291 ],2292 "description": "Common interface for HTTP messages",2293 "homepage": "https://github.com/php-fig/http-message",2294 "keywords": [2295 "http",2296 "http-message",2297 "psr",2298 "psr-7",2299 "request",2300 "response"2301 ],2302 "support": {2303 "source": "https://github.com/php-fig/http-message/tree/2.0"2304 },2305 "install-path": "../psr/http-message"2306 },2307 {2308 1802 "name": "psr/log", 2309 1803 "version": "1.1.4", … … 2411 1905 }, 2412 1906 "install-path": "../psr/simple-cache" 2413 },2414 {2415 "name": "ralouphie/getallheaders",2416 "version": "3.0.3",2417 "version_normalized": "3.0.3.0",2418 "source": {2419 "type": "git",2420 "url": "https://github.com/ralouphie/getallheaders.git",2421 "reference": "120b605dfeb996808c31b6477290a714d356e822"2422 },2423 "dist": {2424 "type": "zip",2425 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",2426 "reference": "120b605dfeb996808c31b6477290a714d356e822",2427 "shasum": ""2428 },2429 "require": {2430 "php": ">=5.6"2431 },2432 "require-dev": {2433 "php-coveralls/php-coveralls": "^2.1",2434 "phpunit/phpunit": "^5 || ^6.5"2435 },2436 "time": "2019-03-08T08:55:37+00:00",2437 "type": "library",2438 "installation-source": "dist",2439 "autoload": {2440 "files": [2441 "src/getallheaders.php"2442 ]2443 },2444 "notification-url": "https://packagist.org/downloads/",2445 "license": [2446 "MIT"2447 ],2448 "authors": [2449 {2450 "name": "Ralph Khattar",2451 "email": "ralph.khattar@gmail.com"2452 }2453 ],2454 "description": "A polyfill for getallheaders.",2455 "support": {2456 "issues": "https://github.com/ralouphie/getallheaders/issues",2457 "source": "https://github.com/ralouphie/getallheaders/tree/develop"2458 },2459 "install-path": "../ralouphie/getallheaders"2460 1907 }, 2461 1908 { -
fpay-gateway/trunk/vendor/composer/installed.php
r2901917 r2902085 2 2 'root' => array( 3 3 'name' => 'fpay/woocommerce-plugin', 4 'pretty_version' => ' dev-master',5 'version' => 'dev- master',6 'reference' => '1ae8be15133d9c732420578f3b439fbb2da9b4cb',4 'pretty_version' => 'trunk', 5 'version' => 'dev-trunk', 6 'reference' => NULL, 7 7 'type' => 'woocommerce-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 102 102 ), 103 103 'fpay/woocommerce-plugin' => array( 104 'pretty_version' => ' dev-master',105 'version' => 'dev- master',106 'reference' => '1ae8be15133d9c732420578f3b439fbb2da9b4cb',104 'pretty_version' => 'trunk', 105 'version' => 'dev-trunk', 106 'reference' => NULL, 107 107 'type' => 'woocommerce-plugin', 108 108 'install_path' => __DIR__ . '/../../', … … 119 119 'dev_requirement' => false, 120 120 ), 121 'guzzlehttp/guzzle' => array(122 'pretty_version' => '7.5.1',123 'version' => '7.5.1.0',124 'reference' => 'b964ca597e86b752cd994f27293e9fa6b6a95ed9',125 'type' => 'library',126 'install_path' => __DIR__ . '/../guzzlehttp/guzzle',127 'aliases' => array(),128 'dev_requirement' => false,129 ),130 'guzzlehttp/promises' => array(131 'pretty_version' => '1.5.2',132 'version' => '1.5.2.0',133 'reference' => 'b94b2807d85443f9719887892882d0329d1e2598',134 'type' => 'library',135 'install_path' => __DIR__ . '/../guzzlehttp/promises',136 'aliases' => array(),137 'dev_requirement' => false,138 ),139 'guzzlehttp/psr7' => array(140 'pretty_version' => '2.5.0',141 'version' => '2.5.0.0',142 'reference' => 'b635f279edd83fc275f822a1188157ffea568ff6',143 'type' => 'library',144 'install_path' => __DIR__ . '/../guzzlehttp/psr7',145 'aliases' => array(),146 'dev_requirement' => false,147 ),148 121 'json-mapper/json-mapper' => array( 149 122 'pretty_version' => '2.16.0', … … 284 257 ), 285 258 ), 286 'psr/http-client' => array(287 'pretty_version' => '1.0.2',288 'version' => '1.0.2.0',289 'reference' => '0955afe48220520692d2d09f7ab7e0f93ffd6a31',290 'type' => 'library',291 'install_path' => __DIR__ . '/../psr/http-client',292 'aliases' => array(),293 'dev_requirement' => false,294 ),295 'psr/http-client-implementation' => array(296 'dev_requirement' => false,297 'provided' => array(298 0 => '1.0',299 ),300 ),301 'psr/http-factory' => array(302 'pretty_version' => '1.0.2',303 'version' => '1.0.2.0',304 'reference' => 'e616d01114759c4c489f93b099585439f795fe35',305 'type' => 'library',306 'install_path' => __DIR__ . '/../psr/http-factory',307 'aliases' => array(),308 'dev_requirement' => false,309 ),310 'psr/http-factory-implementation' => array(311 'dev_requirement' => false,312 'provided' => array(313 0 => '1.0',314 ),315 ),316 'psr/http-message' => array(317 'pretty_version' => '2.0',318 'version' => '2.0.0.0',319 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71',320 'type' => 'library',321 'install_path' => __DIR__ . '/../psr/http-message',322 'aliases' => array(),323 'dev_requirement' => false,324 ),325 'psr/http-message-implementation' => array(326 'dev_requirement' => false,327 'provided' => array(328 0 => '1.0',329 ),330 ),331 259 'psr/log' => array( 332 260 'pretty_version' => '1.1.4', … … 360 288 ), 361 289 ), 362 'ralouphie/getallheaders' => array(363 'pretty_version' => '3.0.3',364 'version' => '3.0.3.0',365 'reference' => '120b605dfeb996808c31b6477290a714d356e822',366 'type' => 'library',367 'install_path' => __DIR__ . '/../ralouphie/getallheaders',368 'aliases' => array(),369 'dev_requirement' => false,370 ),371 290 'ramsey/collection' => array( 372 291 'pretty_version' => '1.3.0',
Note: See TracChangeset
for help on using the changeset viewer.