Official Facebook Pixel - Version 3.0.1

Version Description

Download this release

Release Info

Developer Facebook
Plugin Icon Official Facebook Pixel
Version 3.0.1
Comparing to
See all releases

Code changes from version 3.0.0 to 3.0.1

Files changed (285) hide show
  1. changelog.txt +6 -0
  2. composer.json +1 -1
  3. composer.lock +261 -504
  4. core/FacebookPluginConfig.php +6 -1
  5. core/FacebookWordpressSettingsPage.php +34 -4
  6. core/ServerEventFactory.php +1 -0
  7. facebook-for-wordpress.php +1 -1
  8. languages/official-facebook-pixel-ar_AR.po +1 -1
  9. languages/official-facebook-pixel-cs_CZ.po +1 -1
  10. languages/official-facebook-pixel-da_DK.po +1 -1
  11. languages/official-facebook-pixel-de_DE.po +1 -1
  12. languages/official-facebook-pixel-en_GB.po +1 -1
  13. languages/official-facebook-pixel-es_ES.po +1 -1
  14. languages/official-facebook-pixel-es_LA.po +1 -1
  15. languages/official-facebook-pixel-fi_FI.po +1 -1
  16. languages/official-facebook-pixel-fr_CA.po +1 -1
  17. languages/official-facebook-pixel-fr_FR.po +1 -1
  18. languages/official-facebook-pixel-he_IL.po +1 -1
  19. languages/official-facebook-pixel-it_IT.po +1 -1
  20. languages/official-facebook-pixel-ja_JP.po +1 -1
  21. languages/official-facebook-pixel-ko_KR.po +1 -1
  22. languages/official-facebook-pixel-nb_NO.po +1 -1
  23. languages/official-facebook-pixel-nl_NL.po +1 -1
  24. languages/official-facebook-pixel-pl_PL.po +1 -1
  25. languages/official-facebook-pixel-pt_BR.po +1 -1
  26. languages/official-facebook-pixel-pt_PT.po +1 -1
  27. languages/official-facebook-pixel-ru_RU.po +1 -1
  28. languages/official-facebook-pixel-sv_SE.po +1 -1
  29. languages/official-facebook-pixel-th_TH.po +1 -1
  30. languages/official-facebook-pixel-tr_TR.po +1 -1
  31. languages/official-facebook-pixel-vi_VN.po +1 -1
  32. languages/official-facebook-pixel-zh_CN.po +1 -1
  33. languages/official-facebook-pixel-zh_TW.po +1 -1
  34. readme.txt +14 -5
  35. vendor/autoload.php +1 -1
  36. vendor/composer/autoload_classmap.php +0 -8
  37. vendor/composer/autoload_files.php +0 -4
  38. vendor/composer/autoload_psr4.php +1 -4
  39. vendor/composer/autoload_real.php +7 -7
  40. vendor/composer/autoload_static.php +9 -39
  41. vendor/composer/installed.json +95 -387
  42. vendor/facebook/php-business-sdk/.github/workflows/ci.yml +28 -0
  43. vendor/facebook/php-business-sdk/.travis.yml +0 -30
  44. vendor/facebook/php-business-sdk/CHANGELOG.md +9 -0
  45. vendor/facebook/php-business-sdk/README.md +1 -1
  46. vendor/facebook/php-business-sdk/examples/{AdAccountAdCreativesPostCreateAdCreativePageLike.php → AdAccountAdCreativesPost3CreateAdCreativePageLike.php} +0 -0
  47. vendor/facebook/php-business-sdk/examples/{AdAccountAdCreativesPostCreateAssetFeedSpec.php → AdAccountAdCreativesPost3CreateAssetFeedSpec.php} +0 -0
  48. vendor/facebook/php-business-sdk/examples/{AdAccountAdCreativesPost2CreateCarouselCallToActionAppInstall.php → AdAccountAdCreativesPost3CreateCarouselCallToActionAppInstall.php} +0 -0
  49. vendor/facebook/php-business-sdk/examples/{AdAccountAdCreativesPostCreateDynamicAdCustomization.php → AdAccountAdCreativesPost3CreateDynamicAdCustomization.php} +0 -0
  50. vendor/facebook/php-business-sdk/examples/AdAccountAdCreativesPostCreateAdCreativeLinkAd.php +0 -48
  51. vendor/facebook/php-business-sdk/examples/AdAccountAdCreativesPostCreateCarouselCallToActionAppInstall.php +0 -48
  52. vendor/facebook/php-business-sdk/examples/AdAccountAdCreativesPostCreateLinkAdCallToActionAppInstall.php +0 -48
  53. vendor/facebook/php-business-sdk/examples/AdAccountAdCreativesPostCreateLinkAdImageCrop.php +0 -48
  54. vendor/facebook/php-business-sdk/examples/AdAccountAdCreativesPostCreateLinkAdNotToPage.php +0 -52
  55. vendor/facebook/php-business-sdk/examples/AdAccountAdCreativesPostCreateMAIDPA.php +0 -49
  56. vendor/facebook/php-business-sdk/examples/AdAccountAdCreativesPostCreateVideoLeadAd.php +0 -47
  57. vendor/facebook/php-business-sdk/examples/AdAccountAdCreativesPostCreateVideoPageLikeAd.php +0 -48
  58. vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostAdSetCreateCpa.php +2 -2
  59. vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostAdSetCreateCpaAppEvents.php +2 -2
  60. vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostCreateAdSet.php +2 -2
  61. vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostCreateCampaign.php +0 -49
  62. vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostDailyBudget20.php +2 -2
  63. vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostLifetimeBudget200Duration10Days.php +2 -2
  64. vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostOfferClaim.php +2 -2
  65. vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostOptimizePostEngagement.php +2 -2
  66. vendor/facebook/php-business-sdk/examples/AdgroupLeadsEdgeAdgroupLeadsFiltered.php +1 -1
  67. vendor/facebook/php-business-sdk/examples/AdsPixelEventsPost.php +1 -1
  68. vendor/facebook/php-business-sdk/examples/MultiPageFeedCreateThenDelete.php +1 -1
  69. vendor/facebook/php-business-sdk/examples/MultiPromoteYourPage.php +3 -2
  70. vendor/facebook/php-business-sdk/src/FacebookAds/ApiConfig.php +1 -1
  71. vendor/facebook/php-business-sdk/src/FacebookAds/Object/AbstractCrudObject.php +1 -1
  72. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Ad.php +3 -0
  73. vendor/facebook/php-business-sdk/src/FacebookAds/Object/AdAccount.php +6 -27
  74. vendor/facebook/php-business-sdk/src/FacebookAds/Object/{UserPaymentModulesOptions.php → AdCreativeOmnichannelLinkSpec.php} +4 -4
  75. vendor/facebook/php-business-sdk/src/FacebookAds/Object/AdSet.php +2 -0
  76. vendor/facebook/php-business-sdk/src/FacebookAds/Object/AdVideo.php +0 -49
  77. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Album.php +0 -49
  78. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Application.php +0 -49
  79. vendor/facebook/php-business-sdk/src/FacebookAds/Object/BusinessDataAPI/Content.php +148 -0
  80. vendor/facebook/php-business-sdk/src/FacebookAds/Object/BusinessDataAPI/CustomData.php +301 -0
  81. vendor/facebook/php-business-sdk/src/FacebookAds/Object/BusinessDataAPI/Event.php +244 -0
  82. vendor/facebook/php-business-sdk/src/FacebookAds/Object/BusinessDataAPI/EventRequest.php +141 -0
  83. vendor/facebook/php-business-sdk/src/FacebookAds/Object/BusinessDataAPI/EventResponse.php +119 -0
  84. vendor/facebook/php-business-sdk/src/FacebookAds/Object/BusinessDataAPI/UserData.php +320 -0
  85. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Campaign.php +3 -0
  86. vendor/facebook/php-business-sdk/src/FacebookAds/Object/{UserPaymentMethodsInfo.php → CatalogItemChannelsToIntegrityStatus.php} +4 -4
  87. vendor/facebook/php-business-sdk/src/FacebookAds/Object/CustomAudience.php +26 -0
  88. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdAccountCreationRequestFields.php +0 -111
  89. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdAccountFields.php +0 -2
  90. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/{FriendListFields.php → AdCreativeOmnichannelLinkSpecFields.php} +5 -9
  91. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdFields.php +2 -0
  92. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdReportRunFields.php +2 -0
  93. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/CampaignFields.php +4 -2
  94. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/{UserPaymentModulesOptionsFields.php → CatalogItemChannelsToIntegrityStatusFields.php} +5 -9
  95. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/EventTourFields.php +0 -73
  96. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/GroupFields.php +0 -2
  97. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/IGMediaFields.php +0 -2
  98. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/IGUserFields.php +0 -2
  99. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/MessengerProfileFields.php +2 -0
  100. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/PagePostFields.php +0 -20
  101. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/{UserPaymentMethodsInfoFields.php → PaymentEnginePaymentFields.php} +37 -13
  102. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/PaymentSubscriptionFields.php +3 -3
  103. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/PostFields.php +1 -21
  104. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/ProductItemFields.php +2 -0
  105. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/UnifiedThreadFields.php +0 -2
  106. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/UserFields.php +0 -20
  107. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/{OfflineTermsOfServiceFields.php → WhatsAppBusinessProfileFields.php} +3 -5
  108. vendor/facebook/php-business-sdk/src/FacebookAds/Object/FriendList.php +0 -80
  109. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Group.php +68 -46
  110. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Link.php +0 -56
  111. vendor/facebook/php-business-sdk/src/FacebookAds/Object/LiveVideo.php +1 -1
  112. vendor/facebook/php-business-sdk/src/FacebookAds/Object/OfflineTermsOfService.php +0 -80
  113. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Page.php +3 -27
  114. vendor/facebook/php-business-sdk/src/FacebookAds/Object/{EventTour.php → PaymentEnginePayment.php} +24 -16
  115. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Photo.php +0 -49
  116. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Post.php +2 -127
  117. vendor/facebook/php-business-sdk/src/FacebookAds/Object/ProductFeedSchedule.php +0 -47
  118. vendor/facebook/php-business-sdk/src/FacebookAds/Object/ProductGroup.php +37 -0
  119. vendor/facebook/php-business-sdk/src/FacebookAds/Object/ProductItem.php +52 -0
  120. vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/ActionSource.php +77 -0
  121. vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/Event.php +31 -1
  122. vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/Normalizer.php +23 -0
  123. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Signal/Content.php +233 -0
  124. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Signal/CustomData.php +517 -0
  125. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Signal/Event.php +269 -0
  126. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Signal/EventRequest.php +233 -0
  127. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Signal/UserData.php +592 -0
  128. vendor/facebook/php-business-sdk/{examples/AdsPixelNodeGetPixelCode.php → src/FacebookAds/Object/Signal/Util.php} +15 -21
  129. vendor/facebook/php-business-sdk/src/FacebookAds/Object/User.php +33 -27
  130. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdAccountDeliveryEstimateOptimizationGoalValues.php +1 -0
  131. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdAccountMatchedSearchApplicationsEdgeDataAppStoreValues.php +1 -0
  132. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdAccountPermittedTasksValues.php +1 -0
  133. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdAccountTargetingUnifiedAppStoreValues.php +1 -0
  134. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdAccountTasksValues.php +1 -0
  135. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdAssetFeedSpecCallToActionTypesValues.php +1 -0
  136. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdCampaignActivityBidStrategyNewValues.php +0 -1
  137. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdCampaignActivityBidStrategyOldValues.php +0 -1
  138. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdCampaignActivityOptimizationGoalNewValues.php +1 -0
  139. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdCampaignActivityOptimizationGoalOldValues.php +1 -0
  140. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdCampaignDeliveryEstimateOptimizationGoalValues.php +1 -0
  141. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdCreativeCallToActionTypeValues.php +1 -0
  142. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdCreativeLinkDataCallToActionTypeValues.php +1 -0
  143. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdSetBidStrategyValues.php +0 -1
  144. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdSetOptimizationGoalValues.php +1 -0
  145. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdVideoContainerTypeValues.php +1 -0
  146. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ApplicationSupportedPlatformsValues.php +1 -0
  147. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/BusinessAssetGroupAdaccountTasksValues.php +1 -0
  148. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/BusinessPermittedTasksValues.php +1 -0
  149. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/CampaignBidStrategyValues.php +0 -1
  150. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/GroupGroupTypeValues.php +1 -0
  151. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/GroupPurposeValues.php +1 -0
  152. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/LiveVideoBroadcastStatusValues.php +9 -9
  153. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/PaymentEnginePaymentReasonValues.php +43 -0
  154. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/TargetingDevicePlatformsValues.php +0 -1
  155. vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/TargetingEffectiveDevicePlatformsValues.php +0 -1
  156. vendor/facebook/php-business-sdk/src/FacebookAds/Object/{AdAccountCreationRequest.php → WhatsAppBusinessProfile.php} +13 -13
  157. vendor/facebook/php-business-sdk/test/FacebookAdsTest/Object/ServerSide/EventTest.php +101 -0
  158. vendor/facebook/php-business-sdk/test/FacebookAdsTest/Object/Signal/EventTest.php +75 -0
  159. vendor/guzzlehttp/guzzle/.php_cs +0 -23
  160. vendor/guzzlehttp/guzzle/CHANGELOG.md +128 -16
  161. vendor/guzzlehttp/guzzle/Dockerfile +0 -18
  162. vendor/guzzlehttp/guzzle/LICENSE +1 -1
  163. vendor/guzzlehttp/guzzle/README.md +20 -31
  164. vendor/guzzlehttp/guzzle/UPGRADING.md +53 -3
  165. vendor/guzzlehttp/guzzle/composer.json +20 -7
  166. vendor/guzzlehttp/guzzle/src/BodySummarizer.php +28 -0
  167. vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php +13 -0
  168. vendor/guzzlehttp/guzzle/src/Client.php +102 -129
  169. vendor/guzzlehttp/guzzle/src/ClientInterface.php +10 -13
  170. vendor/guzzlehttp/guzzle/src/ClientTrait.php +241 -0
  171. vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php +63 -66
  172. vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php +9 -14
  173. vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php +28 -18
  174. vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php +20 -15
  175. vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php +91 -84
  176. vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php +21 -9
  177. vendor/guzzlehttp/guzzle/src/Exception/ClientException.php +1 -0
  178. vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php +29 -10
  179. vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php +4 -18
  180. vendor/guzzlehttp/guzzle/src/Exception/RequestException.php +40 -66
  181. vendor/guzzlehttp/guzzle/src/Exception/SeekException.php +0 -27
  182. vendor/guzzlehttp/guzzle/src/Exception/ServerException.php +1 -0
  183. vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php +1 -0
  184. vendor/guzzlehttp/guzzle/src/Exception/TransferException.php +1 -0
  185. vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php +201 -200
  186. vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php +3 -5
  187. vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php +13 -9
  188. vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php +82 -48
  189. vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php +51 -25
  190. vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php +78 -62
  191. vendor/guzzlehttp/guzzle/src/Handler/Proxy.php +18 -22
  192. vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php +158 -176
  193. vendor/guzzlehttp/guzzle/src/HandlerStack.php +66 -72
  194. vendor/guzzlehttp/guzzle/src/MessageFormatter.php +49 -36
  195. vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php +18 -0
  196. vendor/guzzlehttp/guzzle/src/Middleware.php +60 -54
  197. vendor/guzzlehttp/guzzle/src/Pool.php +27 -36
  198. vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php +13 -20
  199. vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php +41 -80
  200. vendor/guzzlehttp/guzzle/src/RequestOptions.php +32 -31
  201. vendor/guzzlehttp/guzzle/src/RetryMiddleware.php +36 -48
  202. vendor/guzzlehttp/guzzle/src/TransferStats.php +31 -24
  203. vendor/guzzlehttp/guzzle/src/UriTemplate.php +0 -237
  204. vendor/guzzlehttp/guzzle/src/Utils.php +326 -31
  205. vendor/guzzlehttp/guzzle/src/functions.php +54 -221
  206. vendor/guzzlehttp/guzzle/src/functions_include.php +1 -1
  207. vendor/guzzlehttp/promises/.php_cs.dist +88 -0
  208. vendor/guzzlehttp/promises/CHANGELOG.md +16 -0
  209. vendor/guzzlehttp/promises/README.md +35 -7
  210. vendor/guzzlehttp/promises/composer.json +9 -4
  211. vendor/guzzlehttp/promises/phpstan-baseline.neon +7 -0
  212. vendor/guzzlehttp/promises/phpstan.neon.dist +10 -0
  213. vendor/guzzlehttp/promises/psalm.xml +15 -0
  214. vendor/guzzlehttp/promises/src/AggregateException.php +1 -0
  215. vendor/guzzlehttp/promises/src/CancellationException.php +1 -0
  216. vendor/guzzlehttp/promises/src/Coroutine.php +23 -5
  217. vendor/guzzlehttp/promises/src/Create.php +84 -0
  218. vendor/guzzlehttp/promises/src/Each.php +90 -0
  219. vendor/guzzlehttp/promises/src/EachPromise.php +47 -23
  220. vendor/guzzlehttp/promises/src/FulfilledPromise.php +6 -4
  221. vendor/guzzlehttp/promises/src/Is.php +46 -0
  222. vendor/guzzlehttp/promises/src/Promise.php +33 -35
  223. vendor/guzzlehttp/promises/src/PromiseInterface.php +4 -0
  224. vendor/guzzlehttp/promises/src/PromisorInterface.php +1 -0
  225. vendor/guzzlehttp/promises/src/RejectedPromise.php +9 -5
  226. vendor/guzzlehttp/promises/src/RejectionException.php +2 -1
  227. vendor/guzzlehttp/promises/src/TaskQueue.php +3 -2
  228. vendor/guzzlehttp/promises/src/TaskQueueInterface.php +1 -2
  229. vendor/guzzlehttp/promises/src/Utils.php +274 -0
  230. vendor/guzzlehttp/promises/src/functions.php +80 -174
  231. vendor/guzzlehttp/psr7/CHANGELOG.md +25 -1
  232. vendor/guzzlehttp/psr7/README.md +193 -129
  233. vendor/guzzlehttp/psr7/composer.json +3 -3
  234. vendor/guzzlehttp/psr7/src/AppendStream.php +4 -1
  235. vendor/guzzlehttp/psr7/src/BufferStream.php +3 -0
  236. vendor/guzzlehttp/psr7/src/CachingStream.php +2 -1
  237. vendor/guzzlehttp/psr7/src/DroppingStream.php +1 -0
  238. vendor/guzzlehttp/psr7/src/FnStream.php +2 -0
  239. vendor/guzzlehttp/psr7/src/Header.php +71 -0
  240. vendor/guzzlehttp/psr7/src/InflateStream.php +1 -0
  241. vendor/guzzlehttp/psr7/src/LazyOpenStream.php +2 -1
  242. vendor/guzzlehttp/psr7/src/LimitStream.php +1 -0
  243. vendor/guzzlehttp/psr7/src/Message.php +252 -0
  244. vendor/guzzlehttp/psr7/src/MessageTrait.php +4 -3
  245. vendor/guzzlehttp/psr7/src/MimeType.php +140 -0
  246. vendor/guzzlehttp/psr7/src/MultipartStream.php +6 -5
  247. vendor/guzzlehttp/psr7/src/NoSeekStream.php +1 -0
  248. vendor/guzzlehttp/psr7/src/PumpStream.php +4 -1
  249. vendor/guzzlehttp/psr7/src/Query.php +108 -0
  250. vendor/guzzlehttp/psr7/src/Request.php +2 -1
  251. vendor/guzzlehttp/psr7/src/Response.php +3 -2
  252. vendor/guzzlehttp/psr7/src/ServerRequest.php +3 -1
  253. vendor/guzzlehttp/psr7/src/Stream.php +6 -3
  254. vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php +3 -1
  255. vendor/guzzlehttp/psr7/src/StreamWrapper.php +2 -0
  256. vendor/guzzlehttp/psr7/src/UploadedFile.php +10 -1
  257. vendor/guzzlehttp/psr7/src/Uri.php +1 -0
  258. vendor/guzzlehttp/psr7/src/UriNormalizer.php +1 -0
  259. vendor/guzzlehttp/psr7/src/UriResolver.php +1 -0
  260. vendor/guzzlehttp/psr7/src/Utils.php +398 -0
  261. vendor/guzzlehttp/psr7/src/functions.php +130 -612
  262. vendor/paragonie/random_compat/build-phar.sh +0 -5
  263. vendor/paragonie/random_compat/composer.json +0 -34
  264. vendor/paragonie/random_compat/dist/random_compat.phar.pubkey +0 -5
  265. vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc +0 -11
  266. vendor/paragonie/random_compat/lib/random.php +0 -32
  267. vendor/paragonie/random_compat/other/build_phar.php +0 -57
  268. vendor/paragonie/random_compat/psalm-autoload.php +0 -9
  269. vendor/paragonie/random_compat/psalm.xml +0 -19
  270. vendor/psr/http-client/CHANGELOG.md +23 -0
  271. vendor/{paragonie/random_compat → psr/http-client}/LICENSE +9 -12
  272. vendor/psr/http-client/README.md +12 -0
  273. vendor/psr/http-client/composer.json +27 -0
  274. vendor/psr/http-client/src/ClientExceptionInterface.php +10 -0
  275. vendor/psr/http-client/src/ClientInterface.php +20 -0
  276. vendor/psr/http-client/src/NetworkExceptionInterface.php +24 -0
  277. vendor/psr/http-client/src/RequestExceptionInterface.php +24 -0
  278. vendor/symfony/polyfill-intl-idn/Idn.php +0 -915
  279. vendor/symfony/polyfill-intl-idn/Info.php +0 -23
  280. vendor/symfony/polyfill-intl-idn/LICENSE +0 -19
  281. vendor/symfony/polyfill-intl-idn/README.md +0 -12
  282. vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php +0 -375
  283. vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php +0 -24
  284. vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php +0 -8
  285. vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php +0 -2217
changelog.txt CHANGED
@@ -1,4 +1,10 @@
1
  *** Facebook for WordPress Changelog ***
 
 
 
 
 
 
2
  2021-01-06 version 3.0.0
3
  * Adding Facebook Business Extension based configuration
4
  * Renaming to Facebook for WordPress
1
  *** Facebook for WordPress Changelog ***
2
+ 2021-01-28 version 3.0.1
3
+ * Support for WordPress 5.6
4
+ * Adding banner for plugin review
5
+ * Adding action_source parameter to Conversions API events
6
+ * Update Business SDK to v9.0.3
7
+
8
  2021-01-06 version 3.0.0
9
  * Adding Facebook Business Extension based configuration
10
  * Renaming to Facebook for WordPress
composer.json CHANGED
@@ -9,7 +9,7 @@
9
  },
10
  "license": "GPL",
11
  "require": {
12
- "facebook/php-business-sdk": "9.0.1",
13
  "techcrunch/wp-async-task": "dev-master"
14
  },
15
  "autoload": {
9
  },
10
  "license": "GPL",
11
  "require": {
12
+ "facebook/php-business-sdk": "9.0.3",
13
  "techcrunch/wp-async-task": "dev-master"
14
  },
15
  "autoload": {
composer.lock CHANGED
@@ -4,20 +4,20 @@
4
  "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
  "This file is @generated automatically"
6
  ],
7
- "content-hash": "f3617bd0b592188283a11223e67f9e0a",
8
  "packages": [
9
  {
10
  "name": "facebook/php-business-sdk",
11
- "version": "9.0.1",
12
  "source": {
13
  "type": "git",
14
  "url": "https://github.com/facebook/facebook-php-business-sdk.git",
15
- "reference": "7edcdcfcd551196c90246875f875dbb48d35cd98"
16
  },
17
  "dist": {
18
  "type": "zip",
19
- "url": "https://api.github.com/repos/facebook/facebook-php-business-sdk/zipball/7edcdcfcd551196c90246875f875dbb48d35cd98",
20
- "reference": "7edcdcfcd551196c90246875f875dbb48d35cd98",
21
  "shasum": ""
22
  },
23
  "require": {
@@ -45,44 +45,47 @@
45
  "page",
46
  "sdk"
47
  ],
48
- "support": {
49
- "source": "https://github.com/facebook/facebook-php-business-sdk/tree/9.0.1"
50
- },
51
- "time": "2020-11-17T23:35:14+00:00"
52
  },
53
  {
54
  "name": "guzzlehttp/guzzle",
55
- "version": "6.5.5",
56
  "source": {
57
  "type": "git",
58
  "url": "https://github.com/guzzle/guzzle.git",
59
- "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
60
  },
61
  "dist": {
62
  "type": "zip",
63
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
64
- "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
65
  "shasum": ""
66
  },
67
  "require": {
68
  "ext-json": "*",
69
- "guzzlehttp/promises": "^1.0",
70
- "guzzlehttp/psr7": "^1.6.1",
71
- "php": ">=5.5",
72
- "symfony/polyfill-intl-idn": "^1.17.0"
 
 
 
73
  },
74
  "require-dev": {
75
  "ext-curl": "*",
76
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
 
77
  "psr/log": "^1.1"
78
  },
79
  "suggest": {
 
 
80
  "psr/log": "Required for using the Log middleware"
81
  },
82
  "type": "library",
83
  "extra": {
84
  "branch-alias": {
85
- "dev-master": "6.5-dev"
86
  }
87
  },
88
  "autoload": {
@@ -102,6 +105,11 @@
102
  "name": "Michael Dowling",
103
  "email": "mtdowling@gmail.com",
104
  "homepage": "https://github.com/mtdowling"
 
 
 
 
 
105
  }
106
  ],
107
  "description": "Guzzle is a PHP HTTP client library",
@@ -112,30 +120,50 @@
112
  "framework",
113
  "http",
114
  "http client",
 
 
115
  "rest",
116
  "web service"
117
  ],
118
- "time": "2020-06-16T21:01:06+00:00"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  },
120
  {
121
  "name": "guzzlehttp/promises",
122
- "version": "v1.3.1",
123
  "source": {
124
  "type": "git",
125
  "url": "https://github.com/guzzle/promises.git",
126
- "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
127
  },
128
  "dist": {
129
  "type": "zip",
130
- "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
131
- "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
132
  "shasum": ""
133
  },
134
  "require": {
135
- "php": ">=5.5.0"
136
  },
137
  "require-dev": {
138
- "phpunit/phpunit": "^4.0"
139
  },
140
  "type": "library",
141
  "extra": {
@@ -166,20 +194,20 @@
166
  "keywords": [
167
  "promise"
168
  ],
169
- "time": "2016-12-20T10:07:11+00:00"
170
  },
171
  {
172
  "name": "guzzlehttp/psr7",
173
- "version": "1.6.1",
174
  "source": {
175
  "type": "git",
176
  "url": "https://github.com/guzzle/psr7.git",
177
- "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
178
  },
179
  "dist": {
180
  "type": "zip",
181
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
182
- "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
183
  "shasum": ""
184
  },
185
  "require": {
@@ -192,15 +220,15 @@
192
  },
193
  "require-dev": {
194
  "ext-zlib": "*",
195
- "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
196
  },
197
  "suggest": {
198
- "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
199
  },
200
  "type": "library",
201
  "extra": {
202
  "branch-alias": {
203
- "dev-master": "1.6-dev"
204
  }
205
  },
206
  "autoload": {
@@ -237,52 +265,56 @@
237
  "uri",
238
  "url"
239
  ],
240
- "time": "2019-07-01T23:21:34+00:00"
241
  },
242
  {
243
- "name": "paragonie/random_compat",
244
- "version": "v9.99.99",
245
  "source": {
246
  "type": "git",
247
- "url": "https://github.com/paragonie/random_compat.git",
248
- "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
249
  },
250
  "dist": {
251
  "type": "zip",
252
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
253
- "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
254
  "shasum": ""
255
  },
256
  "require": {
257
- "php": "^7"
 
258
  },
259
- "require-dev": {
260
- "phpunit/phpunit": "4.*|5.*",
261
- "vimeo/psalm": "^1"
 
 
262
  },
263
- "suggest": {
264
- "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
 
 
265
  },
266
- "type": "library",
267
  "notification-url": "https://packagist.org/downloads/",
268
  "license": [
269
  "MIT"
270
  ],
271
  "authors": [
272
  {
273
- "name": "Paragon Initiative Enterprises",
274
- "email": "security@paragonie.com",
275
- "homepage": "https://paragonie.com"
276
  }
277
  ],
278
- "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
 
279
  "keywords": [
280
- "csprng",
281
- "polyfill",
282
- "pseudorandom",
283
- "random"
284
  ],
285
- "time": "2018-07-02T15:55:56+00:00"
286
  },
287
  {
288
  "name": "psr/http-message",
@@ -374,322 +406,6 @@
374
  "description": "A polyfill for getallheaders.",
375
  "time": "2019-03-08T08:55:37+00:00"
376
  },
377
- {
378
- "name": "symfony/polyfill-intl-idn",
379
- "version": "v1.18.1",
380
- "source": {
381
- "type": "git",
382
- "url": "https://github.com/symfony/polyfill-intl-idn.git",
383
- "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
384
- },
385
- "dist": {
386
- "type": "zip",
387
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
388
- "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
389
- "shasum": ""
390
- },
391
- "require": {
392
- "php": ">=5.3.3",
393
- "symfony/polyfill-intl-normalizer": "^1.10",
394
- "symfony/polyfill-php70": "^1.10",
395
- "symfony/polyfill-php72": "^1.10"
396
- },
397
- "suggest": {
398
- "ext-intl": "For best performance"
399
- },
400
- "type": "library",
401
- "extra": {
402
- "branch-alias": {
403
- "dev-master": "1.18-dev"
404
- },
405
- "thanks": {
406
- "name": "symfony/polyfill",
407
- "url": "https://github.com/symfony/polyfill"
408
- }
409
- },
410
- "autoload": {
411
- "psr-4": {
412
- "Symfony\\Polyfill\\Intl\\Idn\\": ""
413
- },
414
- "files": [
415
- "bootstrap.php"
416
- ]
417
- },
418
- "notification-url": "https://packagist.org/downloads/",
419
- "license": [
420
- "MIT"
421
- ],
422
- "authors": [
423
- {
424
- "name": "Laurent Bassin",
425
- "email": "laurent@bassin.info"
426
- },
427
- {
428
- "name": "Trevor Rowbotham",
429
- "email": "trevor.rowbotham@pm.me"
430
- },
431
- {
432
- "name": "Symfony Community",
433
- "homepage": "https://symfony.com/contributors"
434
- }
435
- ],
436
- "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
437
- "homepage": "https://symfony.com",
438
- "keywords": [
439
- "compatibility",
440
- "idn",
441
- "intl",
442
- "polyfill",
443
- "portable",
444
- "shim"
445
- ],
446
- "funding": [
447
- {
448
- "url": "https://symfony.com/sponsor",
449
- "type": "custom"
450
- },
451
- {
452
- "url": "https://github.com/fabpot",
453
- "type": "github"
454
- },
455
- {
456
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
457
- "type": "tidelift"
458
- }
459
- ],
460
- "time": "2020-08-04T06:02:08+00:00"
461
- },
462
- {
463
- "name": "symfony/polyfill-intl-normalizer",
464
- "version": "v1.18.1",
465
- "source": {
466
- "type": "git",
467
- "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
468
- "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
469
- },
470
- "dist": {
471
- "type": "zip",
472
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
473
- "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
474
- "shasum": ""
475
- },
476
- "require": {
477
- "php": ">=5.3.3"
478
- },
479
- "suggest": {
480
- "ext-intl": "For best performance"
481
- },
482
- "type": "library",
483
- "extra": {
484
- "branch-alias": {
485
- "dev-master": "1.18-dev"
486
- },
487
- "thanks": {
488
- "name": "symfony/polyfill",
489
- "url": "https://github.com/symfony/polyfill"
490
- }
491
- },
492
- "autoload": {
493
- "psr-4": {
494
- "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
495
- },
496
- "files": [
497
- "bootstrap.php"
498
- ],
499
- "classmap": [
500
- "Resources/stubs"
501
- ]
502
- },
503
- "notification-url": "https://packagist.org/downloads/",
504
- "license": [
505
- "MIT"
506
- ],
507
- "authors": [
508
- {
509
- "name": "Nicolas Grekas",
510
- "email": "p@tchwork.com"
511
- },
512
- {
513
- "name": "Symfony Community",
514
- "homepage": "https://symfony.com/contributors"
515
- }
516
- ],
517
- "description": "Symfony polyfill for intl's Normalizer class and related functions",
518
- "homepage": "https://symfony.com",
519
- "keywords": [
520
- "compatibility",
521
- "intl",
522
- "normalizer",
523
- "polyfill",
524
- "portable",
525
- "shim"
526
- ],
527
- "funding": [
528
- {
529
- "url": "https://symfony.com/sponsor",
530
- "type": "custom"
531
- },
532
- {
533
- "url": "https://github.com/fabpot",
534
- "type": "github"
535
- },
536
- {
537
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
538
- "type": "tidelift"
539
- }
540
- ],
541
- "time": "2020-07-14T12:35:20+00:00"
542
- },
543
- {
544
- "name": "symfony/polyfill-php70",
545
- "version": "v1.18.1",
546
- "source": {
547
- "type": "git",
548
- "url": "https://github.com/symfony/polyfill-php70.git",
549
- "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
550
- },
551
- "dist": {
552
- "type": "zip",
553
- "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
554
- "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
555
- "shasum": ""
556
- },
557
- "require": {
558
- "paragonie/random_compat": "~1.0|~2.0|~9.99",
559
- "php": ">=5.3.3"
560
- },
561
- "type": "library",
562
- "extra": {
563
- "branch-alias": {
564
- "dev-master": "1.18-dev"
565
- },
566
- "thanks": {
567
- "name": "symfony/polyfill",
568
- "url": "https://github.com/symfony/polyfill"
569
- }
570
- },
571
- "autoload": {
572
- "psr-4": {
573
- "Symfony\\Polyfill\\Php70\\": ""
574
- },
575
- "files": [
576
- "bootstrap.php"
577
- ],
578
- "classmap": [
579
- "Resources/stubs"
580
- ]
581
- },
582
- "notification-url": "https://packagist.org/downloads/",
583
- "license": [
584
- "MIT"
585
- ],
586
- "authors": [
587
- {
588
- "name": "Nicolas Grekas",
589
- "email": "p@tchwork.com"
590
- },
591
- {
592
- "name": "Symfony Community",
593
- "homepage": "https://symfony.com/contributors"
594
- }
595
- ],
596
- "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
597
- "homepage": "https://symfony.com",
598
- "keywords": [
599
- "compatibility",
600
- "polyfill",
601
- "portable",
602
- "shim"
603
- ],
604
- "funding": [
605
- {
606
- "url": "https://symfony.com/sponsor",
607
- "type": "custom"
608
- },
609
- {
610
- "url": "https://github.com/fabpot",
611
- "type": "github"
612
- },
613
- {
614
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
615
- "type": "tidelift"
616
- }
617
- ],
618
- "time": "2020-07-14T12:35:20+00:00"
619
- },
620
- {
621
- "name": "symfony/polyfill-php72",
622
- "version": "v1.18.1",
623
- "source": {
624
- "type": "git",
625
- "url": "https://github.com/symfony/polyfill-php72.git",
626
- "reference": "639447d008615574653fb3bc60d1986d7172eaae"
627
- },
628
- "dist": {
629
- "type": "zip",
630
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
631
- "reference": "639447d008615574653fb3bc60d1986d7172eaae",
632
- "shasum": ""
633
- },
634
- "require": {
635
- "php": ">=5.3.3"
636
- },
637
- "type": "library",
638
- "extra": {
639
- "branch-alias": {
640
- "dev-master": "1.18-dev"
641
- },
642
- "thanks": {
643
- "name": "symfony/polyfill",
644
- "url": "https://github.com/symfony/polyfill"
645
- }
646
- },
647
- "autoload": {
648
- "psr-4": {
649
- "Symfony\\Polyfill\\Php72\\": ""
650
- },
651
- "files": [
652
- "bootstrap.php"
653
- ]
654
- },
655
- "notification-url": "https://packagist.org/downloads/",
656
- "license": [
657
- "MIT"
658
- ],
659
- "authors": [
660
- {
661
- "name": "Nicolas Grekas",
662
- "email": "p@tchwork.com"
663
- },
664
- {
665
- "name": "Symfony Community",
666
- "homepage": "https://symfony.com/contributors"
667
- }
668
- ],
669
- "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
670
- "homepage": "https://symfony.com",
671
- "keywords": [
672
- "compatibility",
673
- "polyfill",
674
- "portable",
675
- "shim"
676
- ],
677
- "funding": [
678
- {
679
- "url": "https://symfony.com/sponsor",
680
- "type": "custom"
681
- },
682
- {
683
- "url": "https://github.com/fabpot",
684
- "type": "github"
685
- },
686
- {
687
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
688
- "type": "tidelift"
689
- }
690
- ],
691
- "time": "2020-07-14T12:35:20+00:00"
692
- },
693
  {
694
  "name": "techcrunch/wp-async-task",
695
  "version": "dev-master",
@@ -830,36 +546,31 @@
830
  },
831
  {
832
  "name": "doctrine/instantiator",
833
- "version": "1.3.1",
834
  "source": {
835
  "type": "git",
836
  "url": "https://github.com/doctrine/instantiator.git",
837
- "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
838
  },
839
  "dist": {
840
  "type": "zip",
841
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
842
- "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
843
  "shasum": ""
844
  },
845
  "require": {
846
  "php": "^7.1 || ^8.0"
847
  },
848
  "require-dev": {
849
- "doctrine/coding-standard": "^6.0",
850
  "ext-pdo": "*",
851
  "ext-phar": "*",
852
- "phpbench/phpbench": "^0.13",
853
- "phpstan/phpstan-phpunit": "^0.11",
854
- "phpstan/phpstan-shim": "^0.11",
855
- "phpunit/phpunit": "^7.0"
856
  },
857
  "type": "library",
858
- "extra": {
859
- "branch-alias": {
860
- "dev-master": "1.2.x-dev"
861
- }
862
- },
863
  "autoload": {
864
  "psr-4": {
865
  "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
@@ -873,7 +584,7 @@
873
  {
874
  "name": "Marco Pivetta",
875
  "email": "ocramius@gmail.com",
876
- "homepage": "http://ocramius.github.com/"
877
  }
878
  ],
879
  "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
@@ -882,7 +593,21 @@
882
  "constructor",
883
  "instantiate"
884
  ],
885
- "time": "2020-05-29T17:27:14+00:00"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
886
  },
887
  {
888
  "name": "hamcrest/hamcrest-php",
@@ -969,16 +694,16 @@
969
  },
970
  {
971
  "name": "mockery/mockery",
972
- "version": "1.3.2",
973
  "source": {
974
  "type": "git",
975
  "url": "https://github.com/mockery/mockery.git",
976
- "reference": "9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283"
977
  },
978
  "dist": {
979
  "type": "zip",
980
- "url": "https://api.github.com/repos/mockery/mockery/zipball/9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283",
981
- "reference": "9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283",
982
  "shasum": ""
983
  },
984
  "require": {
@@ -987,7 +712,7 @@
987
  "php": ">=5.6.0"
988
  },
989
  "require-dev": {
990
- "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0|~9.0"
991
  },
992
  "type": "library",
993
  "extra": {
@@ -1030,20 +755,20 @@
1030
  "test double",
1031
  "testing"
1032
  ],
1033
- "time": "2020-07-09T08:23:05+00:00"
1034
  },
1035
  {
1036
  "name": "myclabs/deep-copy",
1037
- "version": "1.10.1",
1038
  "source": {
1039
  "type": "git",
1040
  "url": "https://github.com/myclabs/DeepCopy.git",
1041
- "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
1042
  },
1043
  "dist": {
1044
  "type": "zip",
1045
- "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
1046
- "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
1047
  "shasum": ""
1048
  },
1049
  "require": {
@@ -1078,7 +803,13 @@
1078
  "object",
1079
  "object graph"
1080
  ],
1081
- "time": "2020-06-29T13:22:24+00:00"
 
 
 
 
 
 
1082
  },
1083
  {
1084
  "name": "phar-io/manifest",
@@ -1330,16 +1061,16 @@
1330
  },
1331
  {
1332
  "name": "phpdocumentor/reflection-docblock",
1333
- "version": "5.2.0",
1334
  "source": {
1335
  "type": "git",
1336
  "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1337
- "reference": "3170448f5769fe19f456173d833734e0ff1b84df"
1338
  },
1339
  "dist": {
1340
  "type": "zip",
1341
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/3170448f5769fe19f456173d833734e0ff1b84df",
1342
- "reference": "3170448f5769fe19f456173d833734e0ff1b84df",
1343
  "shasum": ""
1344
  },
1345
  "require": {
@@ -1378,20 +1109,20 @@
1378
  }
1379
  ],
1380
  "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1381
- "time": "2020-07-20T20:05:34+00:00"
1382
  },
1383
  {
1384
  "name": "phpdocumentor/type-resolver",
1385
- "version": "1.3.0",
1386
  "source": {
1387
  "type": "git",
1388
  "url": "https://github.com/phpDocumentor/TypeResolver.git",
1389
- "reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
1390
  },
1391
  "dist": {
1392
  "type": "zip",
1393
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
1394
- "reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
1395
  "shasum": ""
1396
  },
1397
  "require": {
@@ -1423,7 +1154,7 @@
1423
  }
1424
  ],
1425
  "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
1426
- "time": "2020-06-27T10:12:23+00:00"
1427
  },
1428
  {
1429
  "name": "phpspec/prophecy",
@@ -1933,23 +1664,23 @@
1933
  },
1934
  {
1935
  "name": "sebastian/code-unit-reverse-lookup",
1936
- "version": "1.0.1",
1937
  "source": {
1938
  "type": "git",
1939
  "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1940
- "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1941
  },
1942
  "dist": {
1943
  "type": "zip",
1944
- "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1945
- "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1946
  "shasum": ""
1947
  },
1948
  "require": {
1949
- "php": "^5.6 || ^7.0"
1950
  },
1951
  "require-dev": {
1952
- "phpunit/phpunit": "^5.7 || ^6.0"
1953
  },
1954
  "type": "library",
1955
  "extra": {
@@ -1974,7 +1705,13 @@
1974
  ],
1975
  "description": "Looks up which function or method a line of code belongs to",
1976
  "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1977
- "time": "2017-03-04T06:30:41+00:00"
 
 
 
 
 
 
1978
  },
1979
  {
1980
  "name": "sebastian/comparator",
@@ -2144,20 +1881,20 @@
2144
  },
2145
  {
2146
  "name": "sebastian/exporter",
2147
- "version": "3.1.2",
2148
  "source": {
2149
  "type": "git",
2150
  "url": "https://github.com/sebastianbergmann/exporter.git",
2151
- "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2152
  },
2153
  "dist": {
2154
  "type": "zip",
2155
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
2156
- "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2157
  "shasum": ""
2158
  },
2159
  "require": {
2160
- "php": "^7.0",
2161
  "sebastian/recursion-context": "^3.0"
2162
  },
2163
  "require-dev": {
@@ -2207,7 +1944,13 @@
2207
  "export",
2208
  "exporter"
2209
  ],
2210
- "time": "2019-09-14T09:02:43+00:00"
 
 
 
 
 
 
2211
  },
2212
  {
2213
  "name": "sebastian/global-state",
@@ -2262,20 +2005,20 @@
2262
  },
2263
  {
2264
  "name": "sebastian/object-enumerator",
2265
- "version": "3.0.3",
2266
  "source": {
2267
  "type": "git",
2268
  "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2269
- "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2270
  },
2271
  "dist": {
2272
  "type": "zip",
2273
- "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2274
- "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2275
  "shasum": ""
2276
  },
2277
  "require": {
2278
- "php": "^7.0",
2279
  "sebastian/object-reflector": "^1.1.1",
2280
  "sebastian/recursion-context": "^3.0"
2281
  },
@@ -2305,24 +2048,30 @@
2305
  ],
2306
  "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2307
  "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2308
- "time": "2017-08-03T12:35:26+00:00"
 
 
 
 
 
 
2309
  },
2310
  {
2311
  "name": "sebastian/object-reflector",
2312
- "version": "1.1.1",
2313
  "source": {
2314
  "type": "git",
2315
  "url": "https://github.com/sebastianbergmann/object-reflector.git",
2316
- "reference": "773f97c67f28de00d397be301821b06708fca0be"
2317
  },
2318
  "dist": {
2319
  "type": "zip",
2320
- "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2321
- "reference": "773f97c67f28de00d397be301821b06708fca0be",
2322
  "shasum": ""
2323
  },
2324
  "require": {
2325
- "php": "^7.0"
2326
  },
2327
  "require-dev": {
2328
  "phpunit/phpunit": "^6.0"
@@ -2350,24 +2099,30 @@
2350
  ],
2351
  "description": "Allows reflection of object attributes, including inherited and non-public ones",
2352
  "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2353
- "time": "2017-03-29T09:07:27+00:00"
 
 
 
 
 
 
2354
  },
2355
  {
2356
  "name": "sebastian/recursion-context",
2357
- "version": "3.0.0",
2358
  "source": {
2359
  "type": "git",
2360
  "url": "https://github.com/sebastianbergmann/recursion-context.git",
2361
- "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2362
  },
2363
  "dist": {
2364
  "type": "zip",
2365
- "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2366
- "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2367
  "shasum": ""
2368
  },
2369
  "require": {
2370
- "php": "^7.0"
2371
  },
2372
  "require-dev": {
2373
  "phpunit/phpunit": "^6.0"
@@ -2388,14 +2143,14 @@
2388
  "BSD-3-Clause"
2389
  ],
2390
  "authors": [
2391
- {
2392
- "name": "Jeff Welch",
2393
- "email": "whatthejeff@gmail.com"
2394
- },
2395
  {
2396
  "name": "Sebastian Bergmann",
2397
  "email": "sebastian@phpunit.de"
2398
  },
 
 
 
 
2399
  {
2400
  "name": "Adam Harvey",
2401
  "email": "aharvey@php.net"
@@ -2403,7 +2158,13 @@
2403
  ],
2404
  "description": "Provides functionality to recursively process PHP variables",
2405
  "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2406
- "time": "2017-03-03T06:23:57+00:00"
 
 
 
 
 
 
2407
  },
2408
  {
2409
  "name": "sebastian/resource-operations",
@@ -2492,16 +2253,16 @@
2492
  },
2493
  {
2494
  "name": "symfony/console",
2495
- "version": "v4.4.11",
2496
  "source": {
2497
  "type": "git",
2498
  "url": "https://github.com/symfony/console.git",
2499
- "reference": "55d07021da933dd0d633ffdab6f45d5b230c7e02"
2500
  },
2501
  "dist": {
2502
  "type": "zip",
2503
- "url": "https://api.github.com/repos/symfony/console/zipball/55d07021da933dd0d633ffdab6f45d5b230c7e02",
2504
- "reference": "55d07021da933dd0d633ffdab6f45d5b230c7e02",
2505
  "shasum": ""
2506
  },
2507
  "require": {
@@ -2536,11 +2297,6 @@
2536
  "symfony/process": ""
2537
  },
2538
  "type": "library",
2539
- "extra": {
2540
- "branch-alias": {
2541
- "dev-master": "4.4-dev"
2542
- }
2543
- },
2544
  "autoload": {
2545
  "psr-4": {
2546
  "Symfony\\Component\\Console\\": ""
@@ -2563,7 +2319,7 @@
2563
  "homepage": "https://symfony.com/contributors"
2564
  }
2565
  ],
2566
- "description": "Symfony Console Component",
2567
  "homepage": "https://symfony.com",
2568
  "funding": [
2569
  {
@@ -2579,24 +2335,24 @@
2579
  "type": "tidelift"
2580
  }
2581
  ],
2582
- "time": "2020-07-06T13:18:39+00:00"
2583
  },
2584
  {
2585
  "name": "symfony/polyfill-ctype",
2586
- "version": "v1.18.0",
2587
  "source": {
2588
  "type": "git",
2589
  "url": "https://github.com/symfony/polyfill-ctype.git",
2590
- "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
2591
  },
2592
  "dist": {
2593
  "type": "zip",
2594
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
2595
- "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
2596
  "shasum": ""
2597
  },
2598
  "require": {
2599
- "php": ">=5.3.3"
2600
  },
2601
  "suggest": {
2602
  "ext-ctype": "For best performance"
@@ -2604,7 +2360,7 @@
2604
  "type": "library",
2605
  "extra": {
2606
  "branch-alias": {
2607
- "dev-master": "1.18-dev"
2608
  },
2609
  "thanks": {
2610
  "name": "symfony/polyfill",
@@ -2655,24 +2411,24 @@
2655
  "type": "tidelift"
2656
  }
2657
  ],
2658
- "time": "2020-07-14T12:35:20+00:00"
2659
  },
2660
  {
2661
  "name": "symfony/polyfill-mbstring",
2662
- "version": "v1.18.0",
2663
  "source": {
2664
  "type": "git",
2665
  "url": "https://github.com/symfony/polyfill-mbstring.git",
2666
- "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
2667
  },
2668
  "dist": {
2669
  "type": "zip",
2670
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
2671
- "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
2672
  "shasum": ""
2673
  },
2674
  "require": {
2675
- "php": ">=5.3.3"
2676
  },
2677
  "suggest": {
2678
  "ext-mbstring": "For best performance"
@@ -2680,7 +2436,7 @@
2680
  "type": "library",
2681
  "extra": {
2682
  "branch-alias": {
2683
- "dev-master": "1.18-dev"
2684
  },
2685
  "thanks": {
2686
  "name": "symfony/polyfill",
@@ -2732,29 +2488,29 @@
2732
  "type": "tidelift"
2733
  }
2734
  ],
2735
- "time": "2020-07-14T12:35:20+00:00"
2736
  },
2737
  {
2738
  "name": "symfony/polyfill-php73",
2739
- "version": "v1.18.0",
2740
  "source": {
2741
  "type": "git",
2742
  "url": "https://github.com/symfony/polyfill-php73.git",
2743
- "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
2744
  },
2745
  "dist": {
2746
  "type": "zip",
2747
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
2748
- "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
2749
  "shasum": ""
2750
  },
2751
  "require": {
2752
- "php": ">=5.3.3"
2753
  },
2754
  "type": "library",
2755
  "extra": {
2756
  "branch-alias": {
2757
- "dev-master": "1.18-dev"
2758
  },
2759
  "thanks": {
2760
  "name": "symfony/polyfill",
@@ -2808,29 +2564,29 @@
2808
  "type": "tidelift"
2809
  }
2810
  ],
2811
- "time": "2020-07-14T12:35:20+00:00"
2812
  },
2813
  {
2814
  "name": "symfony/polyfill-php80",
2815
- "version": "v1.18.0",
2816
  "source": {
2817
  "type": "git",
2818
  "url": "https://github.com/symfony/polyfill-php80.git",
2819
- "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
2820
  },
2821
  "dist": {
2822
  "type": "zip",
2823
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
2824
- "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
2825
  "shasum": ""
2826
  },
2827
  "require": {
2828
- "php": ">=7.0.8"
2829
  },
2830
  "type": "library",
2831
  "extra": {
2832
  "branch-alias": {
2833
- "dev-master": "1.18-dev"
2834
  },
2835
  "thanks": {
2836
  "name": "symfony/polyfill",
@@ -2888,20 +2644,20 @@
2888
  "type": "tidelift"
2889
  }
2890
  ],
2891
- "time": "2020-07-14T12:35:20+00:00"
2892
  },
2893
  {
2894
  "name": "symfony/service-contracts",
2895
- "version": "v2.1.3",
2896
  "source": {
2897
  "type": "git",
2898
  "url": "https://github.com/symfony/service-contracts.git",
2899
- "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442"
2900
  },
2901
  "dist": {
2902
  "type": "zip",
2903
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/58c7475e5457c5492c26cc740cc0ad7464be9442",
2904
- "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442",
2905
  "shasum": ""
2906
  },
2907
  "require": {
@@ -2914,7 +2670,7 @@
2914
  "type": "library",
2915
  "extra": {
2916
  "branch-alias": {
2917
- "dev-master": "2.1-dev"
2918
  },
2919
  "thanks": {
2920
  "name": "symfony/contracts",
@@ -2964,20 +2720,20 @@
2964
  "type": "tidelift"
2965
  }
2966
  ],
2967
- "time": "2020-07-06T13:23:11+00:00"
2968
  },
2969
  {
2970
  "name": "symfony/yaml",
2971
- "version": "v4.4.11",
2972
  "source": {
2973
  "type": "git",
2974
  "url": "https://github.com/symfony/yaml.git",
2975
- "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a"
2976
  },
2977
  "dist": {
2978
  "type": "zip",
2979
- "url": "https://api.github.com/repos/symfony/yaml/zipball/c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a",
2980
- "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a",
2981
  "shasum": ""
2982
  },
2983
  "require": {
@@ -2994,11 +2750,6 @@
2994
  "symfony/console": "For validating YAML files using the lint command"
2995
  },
2996
  "type": "library",
2997
- "extra": {
2998
- "branch-alias": {
2999
- "dev-master": "4.4-dev"
3000
- }
3001
- },
3002
  "autoload": {
3003
  "psr-4": {
3004
  "Symfony\\Component\\Yaml\\": ""
@@ -3021,7 +2772,7 @@
3021
  "homepage": "https://symfony.com/contributors"
3022
  }
3023
  ],
3024
- "description": "Symfony Yaml Component",
3025
  "homepage": "https://symfony.com",
3026
  "funding": [
3027
  {
@@ -3037,7 +2788,7 @@
3037
  "type": "tidelift"
3038
  }
3039
  ],
3040
- "time": "2020-05-20T08:37:50+00:00"
3041
  },
3042
  {
3043
  "name": "theseer/tokenizer",
@@ -3077,6 +2828,12 @@
3077
  }
3078
  ],
3079
  "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
 
 
 
 
 
 
3080
  "time": "2020-07-12T23:59:07+00:00"
3081
  },
3082
  {
@@ -3084,12 +2841,12 @@
3084
  "version": "1.9.1",
3085
  "source": {
3086
  "type": "git",
3087
- "url": "https://github.com/webmozart/assert.git",
3088
  "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
3089
  },
3090
  "dist": {
3091
  "type": "zip",
3092
- "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
3093
  "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
3094
  "shasum": ""
3095
  },
@@ -3139,5 +2896,5 @@
3139
  "prefer-lowest": false,
3140
  "platform": [],
3141
  "platform-dev": [],
3142
- "plugin-api-version": "2.0.0"
3143
  }
4
  "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
  "This file is @generated automatically"
6
  ],
7
+ "content-hash": "22bfe5ecce88b2ab7757f48aea5bc52c",
8
  "packages": [
9
  {
10
  "name": "facebook/php-business-sdk",
11
+ "version": "9.0.3",
12
  "source": {
13
  "type": "git",
14
  "url": "https://github.com/facebook/facebook-php-business-sdk.git",
15
+ "reference": "4d39da6c1e1cdc9916082d97a5191a549e127b0f"
16
  },
17
  "dist": {
18
  "type": "zip",
19
+ "url": "https://api.github.com/repos/facebook/facebook-php-business-sdk/zipball/4d39da6c1e1cdc9916082d97a5191a549e127b0f",
20
+ "reference": "4d39da6c1e1cdc9916082d97a5191a549e127b0f",
21
  "shasum": ""
22
  },
23
  "require": {
45
  "page",
46
  "sdk"
47
  ],
48
+ "time": "2021-01-14T00:20:35+00:00"
 
 
 
49
  },
50
  {
51
  "name": "guzzlehttp/guzzle",
52
+ "version": "7.2.0",
53
  "source": {
54
  "type": "git",
55
  "url": "https://github.com/guzzle/guzzle.git",
56
+ "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
57
  },
58
  "dist": {
59
  "type": "zip",
60
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
61
+ "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
62
  "shasum": ""
63
  },
64
  "require": {
65
  "ext-json": "*",
66
+ "guzzlehttp/promises": "^1.4",
67
+ "guzzlehttp/psr7": "^1.7",
68
+ "php": "^7.2.5 || ^8.0",
69
+ "psr/http-client": "^1.0"
70
+ },
71
+ "provide": {
72
+ "psr/http-client-implementation": "1.0"
73
  },
74
  "require-dev": {
75
  "ext-curl": "*",
76
+ "php-http/client-integration-tests": "^3.0",
77
+ "phpunit/phpunit": "^8.5.5 || ^9.3.5",
78
  "psr/log": "^1.1"
79
  },
80
  "suggest": {
81
+ "ext-curl": "Required for CURL handler support",
82
+ "ext-intl": "Required for Internationalized Domain Name (IDN) support",
83
  "psr/log": "Required for using the Log middleware"
84
  },
85
  "type": "library",
86
  "extra": {
87
  "branch-alias": {
88
+ "dev-master": "7.1-dev"
89
  }
90
  },
91
  "autoload": {
105
  "name": "Michael Dowling",
106
  "email": "mtdowling@gmail.com",
107
  "homepage": "https://github.com/mtdowling"
108
+ },
109
+ {
110
+ "name": "Márk Sági-Kazár",
111
+ "email": "mark.sagikazar@gmail.com",
112
+ "homepage": "https://sagikazarmark.hu"
113
  }
114
  ],
115
  "description": "Guzzle is a PHP HTTP client library",
120
  "framework",
121
  "http",
122
  "http client",
123
+ "psr-18",
124
+ "psr-7",
125
  "rest",
126
  "web service"
127
  ],
128
+ "funding": [
129
+ {
130
+ "url": "https://github.com/GrahamCampbell",
131
+ "type": "github"
132
+ },
133
+ {
134
+ "url": "https://github.com/Nyholm",
135
+ "type": "github"
136
+ },
137
+ {
138
+ "url": "https://github.com/alexeyshockov",
139
+ "type": "github"
140
+ },
141
+ {
142
+ "url": "https://github.com/gmponos",
143
+ "type": "github"
144
+ }
145
+ ],
146
+ "time": "2020-10-10T11:47:56+00:00"
147
  },
148
  {
149
  "name": "guzzlehttp/promises",
150
+ "version": "1.4.0",
151
  "source": {
152
  "type": "git",
153
  "url": "https://github.com/guzzle/promises.git",
154
+ "reference": "60d379c243457e073cff02bc323a2a86cb355631"
155
  },
156
  "dist": {
157
  "type": "zip",
158
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
159
+ "reference": "60d379c243457e073cff02bc323a2a86cb355631",
160
  "shasum": ""
161
  },
162
  "require": {
163
+ "php": ">=5.5"
164
  },
165
  "require-dev": {
166
+ "symfony/phpunit-bridge": "^4.4 || ^5.1"
167
  },
168
  "type": "library",
169
  "extra": {
194
  "keywords": [
195
  "promise"
196
  ],
197
+ "time": "2020-09-30T07:37:28+00:00"
198
  },
199
  {
200
  "name": "guzzlehttp/psr7",
201
+ "version": "1.7.0",
202
  "source": {
203
  "type": "git",
204
  "url": "https://github.com/guzzle/psr7.git",
205
+ "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
206
  },
207
  "dist": {
208
  "type": "zip",
209
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
210
+ "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
211
  "shasum": ""
212
  },
213
  "require": {
220
  },
221
  "require-dev": {
222
  "ext-zlib": "*",
223
+ "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
224
  },
225
  "suggest": {
226
+ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
227
  },
228
  "type": "library",
229
  "extra": {
230
  "branch-alias": {
231
+ "dev-master": "1.7-dev"
232
  }
233
  },
234
  "autoload": {
265
  "uri",
266
  "url"
267
  ],
268
+ "time": "2020-09-30T07:37:11+00:00"
269
  },
270
  {
271
+ "name": "psr/http-client",
272
+ "version": "1.0.1",
273
  "source": {
274
  "type": "git",
275
+ "url": "https://github.com/php-fig/http-client.git",
276
+ "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
277
  },
278
  "dist": {
279
  "type": "zip",
280
+ "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
281
+ "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
282
  "shasum": ""
283
  },
284
  "require": {
285
+ "php": "^7.0 || ^8.0",
286
+ "psr/http-message": "^1.0"
287
  },
288
+ "type": "library",
289
+ "extra": {
290
+ "branch-alias": {
291
+ "dev-master": "1.0.x-dev"
292
+ }
293
  },
294
+ "autoload": {
295
+ "psr-4": {
296
+ "Psr\\Http\\Client\\": "src/"
297
+ }
298
  },
 
299
  "notification-url": "https://packagist.org/downloads/",
300
  "license": [
301
  "MIT"
302
  ],
303
  "authors": [
304
  {
305
+ "name": "PHP-FIG",
306
+ "homepage": "http://www.php-fig.org/"
 
307
  }
308
  ],
309
+ "description": "Common interface for HTTP clients",
310
+ "homepage": "https://github.com/php-fig/http-client",
311
  "keywords": [
312
+ "http",
313
+ "http-client",
314
+ "psr",
315
+ "psr-18"
316
  ],
317
+ "time": "2020-06-29T06:28:15+00:00"
318
  },
319
  {
320
  "name": "psr/http-message",
406
  "description": "A polyfill for getallheaders.",
407
  "time": "2019-03-08T08:55:37+00:00"
408
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
409
  {
410
  "name": "techcrunch/wp-async-task",
411
  "version": "dev-master",
546
  },
547
  {
548
  "name": "doctrine/instantiator",
549
+ "version": "1.4.0",
550
  "source": {
551
  "type": "git",
552
  "url": "https://github.com/doctrine/instantiator.git",
553
+ "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
554
  },
555
  "dist": {
556
  "type": "zip",
557
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
558
+ "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
559
  "shasum": ""
560
  },
561
  "require": {
562
  "php": "^7.1 || ^8.0"
563
  },
564
  "require-dev": {
565
+ "doctrine/coding-standard": "^8.0",
566
  "ext-pdo": "*",
567
  "ext-phar": "*",
568
+ "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
569
+ "phpstan/phpstan": "^0.12",
570
+ "phpstan/phpstan-phpunit": "^0.12",
571
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
572
  },
573
  "type": "library",
 
 
 
 
 
574
  "autoload": {
575
  "psr-4": {
576
  "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
584
  {
585
  "name": "Marco Pivetta",
586
  "email": "ocramius@gmail.com",
587
+ "homepage": "https://ocramius.github.io/"
588
  }
589
  ],
590
  "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
593
  "constructor",
594
  "instantiate"
595
  ],
596
+ "funding": [
597
+ {
598
+ "url": "https://www.doctrine-project.org/sponsorship.html",
599
+ "type": "custom"
600
+ },
601
+ {
602
+ "url": "https://www.patreon.com/phpdoctrine",
603
+ "type": "patreon"
604
+ },
605
+ {
606
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
607
+ "type": "tidelift"
608
+ }
609
+ ],
610
+ "time": "2020-11-10T18:47:58+00:00"
611
  },
612
  {
613
  "name": "hamcrest/hamcrest-php",
694
  },
695
  {
696
  "name": "mockery/mockery",
697
+ "version": "1.3.3",
698
  "source": {
699
  "type": "git",
700
  "url": "https://github.com/mockery/mockery.git",
701
+ "reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d"
702
  },
703
  "dist": {
704
  "type": "zip",
705
+ "url": "https://api.github.com/repos/mockery/mockery/zipball/60fa2f67f6e4d3634bb4a45ff3171fa52215800d",
706
+ "reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d",
707
  "shasum": ""
708
  },
709
  "require": {
712
  "php": ">=5.6.0"
713
  },
714
  "require-dev": {
715
+ "phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3"
716
  },
717
  "type": "library",
718
  "extra": {
755
  "test double",
756
  "testing"
757
  ],
758
+ "time": "2020-08-11T18:10:21+00:00"
759
  },
760
  {
761
  "name": "myclabs/deep-copy",
762
+ "version": "1.10.2",
763
  "source": {
764
  "type": "git",
765
  "url": "https://github.com/myclabs/DeepCopy.git",
766
+ "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
767
  },
768
  "dist": {
769
  "type": "zip",
770
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
771
+ "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
772
  "shasum": ""
773
  },
774
  "require": {
803
  "object",
804
  "object graph"
805
  ],
806
+ "funding": [
807
+ {
808
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
809
+ "type": "tidelift"
810
+ }
811
+ ],
812
+ "time": "2020-11-13T09:40:50+00:00"
813
  },
814
  {
815
  "name": "phar-io/manifest",
1061
  },
1062
  {
1063
  "name": "phpdocumentor/reflection-docblock",
1064
+ "version": "5.2.2",
1065
  "source": {
1066
  "type": "git",
1067
  "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1068
+ "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
1069
  },
1070
  "dist": {
1071
  "type": "zip",
1072
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
1073
+ "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
1074
  "shasum": ""
1075
  },
1076
  "require": {
1109
  }
1110
  ],
1111
  "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1112
+ "time": "2020-09-03T19:13:55+00:00"
1113
  },
1114
  {
1115
  "name": "phpdocumentor/type-resolver",
1116
+ "version": "1.4.0",
1117
  "source": {
1118
  "type": "git",
1119
  "url": "https://github.com/phpDocumentor/TypeResolver.git",
1120
+ "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
1121
  },
1122
  "dist": {
1123
  "type": "zip",
1124
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
1125
+ "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
1126
  "shasum": ""
1127
  },
1128
  "require": {
1154
  }
1155
  ],
1156
  "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
1157
+ "time": "2020-09-17T18:55:26+00:00"
1158
  },
1159
  {
1160
  "name": "phpspec/prophecy",
1664
  },
1665
  {
1666
  "name": "sebastian/code-unit-reverse-lookup",
1667
+ "version": "1.0.2",
1668
  "source": {
1669
  "type": "git",
1670
  "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1671
+ "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
1672
  },
1673
  "dist": {
1674
  "type": "zip",
1675
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
1676
+ "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
1677
  "shasum": ""
1678
  },
1679
  "require": {
1680
+ "php": ">=5.6"
1681
  },
1682
  "require-dev": {
1683
+ "phpunit/phpunit": "^8.5"
1684
  },
1685
  "type": "library",
1686
  "extra": {
1705
  ],
1706
  "description": "Looks up which function or method a line of code belongs to",
1707
  "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1708
+ "funding": [
1709
+ {
1710
+ "url": "https://github.com/sebastianbergmann",
1711
+ "type": "github"
1712
+ }
1713
+ ],
1714
+ "time": "2020-11-30T08:15:22+00:00"
1715
  },
1716
  {
1717
  "name": "sebastian/comparator",
1881
  },
1882
  {
1883
  "name": "sebastian/exporter",
1884
+ "version": "3.1.3",
1885
  "source": {
1886
  "type": "git",
1887
  "url": "https://github.com/sebastianbergmann/exporter.git",
1888
+ "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e"
1889
  },
1890
  "dist": {
1891
  "type": "zip",
1892
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e",
1893
+ "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e",
1894
  "shasum": ""
1895
  },
1896
  "require": {
1897
+ "php": ">=7.0",
1898
  "sebastian/recursion-context": "^3.0"
1899
  },
1900
  "require-dev": {
1944
  "export",
1945
  "exporter"
1946
  ],
1947
+ "funding": [
1948
+ {
1949
+ "url": "https://github.com/sebastianbergmann",
1950
+ "type": "github"
1951
+ }
1952
+ ],
1953
+ "time": "2020-11-30T07:47:53+00:00"
1954
  },
1955
  {
1956
  "name": "sebastian/global-state",
2005
  },
2006
  {
2007
  "name": "sebastian/object-enumerator",
2008
+ "version": "3.0.4",
2009
  "source": {
2010
  "type": "git",
2011
  "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2012
+ "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
2013
  },
2014
  "dist": {
2015
  "type": "zip",
2016
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
2017
+ "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
2018
  "shasum": ""
2019
  },
2020
  "require": {
2021
+ "php": ">=7.0",
2022
  "sebastian/object-reflector": "^1.1.1",
2023
  "sebastian/recursion-context": "^3.0"
2024
  },
2048
  ],
2049
  "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2050
  "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2051
+ "funding": [
2052
+ {
2053
+ "url": "https://github.com/sebastianbergmann",
2054
+ "type": "github"
2055
+ }
2056
+ ],
2057
+ "time": "2020-11-30T07:40:27+00:00"
2058
  },
2059
  {
2060
  "name": "sebastian/object-reflector",
2061
+ "version": "1.1.2",
2062
  "source": {
2063
  "type": "git",
2064
  "url": "https://github.com/sebastianbergmann/object-reflector.git",
2065
+ "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
2066
  },
2067
  "dist": {
2068
  "type": "zip",
2069
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
2070
+ "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
2071
  "shasum": ""
2072
  },
2073
  "require": {
2074
+ "php": ">=7.0"
2075
  },
2076
  "require-dev": {
2077
  "phpunit/phpunit": "^6.0"
2099
  ],
2100
  "description": "Allows reflection of object attributes, including inherited and non-public ones",
2101
  "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2102
+ "funding": [
2103
+ {
2104
+ "url": "https://github.com/sebastianbergmann",
2105
+ "type": "github"
2106
+ }
2107
+ ],
2108
+ "time": "2020-11-30T07:37:18+00:00"
2109
  },
2110
  {
2111
  "name": "sebastian/recursion-context",
2112
+ "version": "3.0.1",
2113
  "source": {
2114
  "type": "git",
2115
  "url": "https://github.com/sebastianbergmann/recursion-context.git",
2116
+ "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
2117
  },
2118
  "dist": {
2119
  "type": "zip",
2120
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
2121
+ "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
2122
  "shasum": ""
2123
  },
2124
  "require": {
2125
+ "php": ">=7.0"
2126
  },
2127
  "require-dev": {
2128
  "phpunit/phpunit": "^6.0"
2143
  "BSD-3-Clause"
2144
  ],
2145
  "authors": [
 
 
 
 
2146
  {
2147
  "name": "Sebastian Bergmann",
2148
  "email": "sebastian@phpunit.de"
2149
  },
2150
+ {
2151
+ "name": "Jeff Welch",
2152
+ "email": "whatthejeff@gmail.com"
2153
+ },
2154
  {
2155
  "name": "Adam Harvey",
2156
  "email": "aharvey@php.net"
2158
  ],
2159
  "description": "Provides functionality to recursively process PHP variables",
2160
  "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2161
+ "funding": [
2162
+ {
2163
+ "url": "https://github.com/sebastianbergmann",
2164
+ "type": "github"
2165
+ }
2166
+ ],
2167
+ "time": "2020-11-30T07:34:24+00:00"
2168
  },
2169
  {
2170
  "name": "sebastian/resource-operations",
2253
  },
2254
  {
2255
  "name": "symfony/console",
2256
+ "version": "v4.4.19",
2257
  "source": {
2258
  "type": "git",
2259
  "url": "https://github.com/symfony/console.git",
2260
+ "reference": "24026c44fc37099fa145707fecd43672831b837a"
2261
  },
2262
  "dist": {
2263
  "type": "zip",
2264
+ "url": "https://api.github.com/repos/symfony/console/zipball/24026c44fc37099fa145707fecd43672831b837a",
2265
+ "reference": "24026c44fc37099fa145707fecd43672831b837a",
2266
  "shasum": ""
2267
  },
2268
  "require": {
2297
  "symfony/process": ""
2298
  },
2299
  "type": "library",
 
 
 
 
 
2300
  "autoload": {
2301
  "psr-4": {
2302
  "Symfony\\Component\\Console\\": ""
2319
  "homepage": "https://symfony.com/contributors"
2320
  }
2321
  ],
2322
+ "description": "Eases the creation of beautiful and testable command line interfaces",
2323
  "homepage": "https://symfony.com",
2324
  "funding": [
2325
  {
2335
  "type": "tidelift"
2336
  }
2337
  ],
2338
+ "time": "2021-01-27T09:09:26+00:00"
2339
  },
2340
  {
2341
  "name": "symfony/polyfill-ctype",
2342
+ "version": "v1.22.0",
2343
  "source": {
2344
  "type": "git",
2345
  "url": "https://github.com/symfony/polyfill-ctype.git",
2346
+ "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
2347
  },
2348
  "dist": {
2349
  "type": "zip",
2350
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
2351
+ "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
2352
  "shasum": ""
2353
  },
2354
  "require": {
2355
+ "php": ">=7.1"
2356
  },
2357
  "suggest": {
2358
  "ext-ctype": "For best performance"
2360
  "type": "library",
2361
  "extra": {
2362
  "branch-alias": {
2363
+ "dev-main": "1.22-dev"
2364
  },
2365
  "thanks": {
2366
  "name": "symfony/polyfill",
2411
  "type": "tidelift"
2412
  }
2413
  ],
2414
+ "time": "2021-01-07T16:49:33+00:00"
2415
  },
2416
  {
2417
  "name": "symfony/polyfill-mbstring",
2418
+ "version": "v1.22.0",
2419
  "source": {
2420
  "type": "git",
2421
  "url": "https://github.com/symfony/polyfill-mbstring.git",
2422
+ "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13"
2423
  },
2424
  "dist": {
2425
  "type": "zip",
2426
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
2427
+ "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
2428
  "shasum": ""
2429
  },
2430
  "require": {
2431
+ "php": ">=7.1"
2432
  },
2433
  "suggest": {
2434
  "ext-mbstring": "For best performance"
2436
  "type": "library",
2437
  "extra": {
2438
  "branch-alias": {
2439
+ "dev-main": "1.22-dev"
2440
  },
2441
  "thanks": {
2442
  "name": "symfony/polyfill",
2488
  "type": "tidelift"
2489
  }
2490
  ],
2491
+ "time": "2021-01-07T16:49:33+00:00"
2492
  },
2493
  {
2494
  "name": "symfony/polyfill-php73",
2495
+ "version": "v1.22.0",
2496
  "source": {
2497
  "type": "git",
2498
  "url": "https://github.com/symfony/polyfill-php73.git",
2499
+ "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
2500
  },
2501
  "dist": {
2502
  "type": "zip",
2503
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
2504
+ "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
2505
  "shasum": ""
2506
  },
2507
  "require": {
2508
+ "php": ">=7.1"
2509
  },
2510
  "type": "library",
2511
  "extra": {
2512
  "branch-alias": {
2513
+ "dev-main": "1.22-dev"
2514
  },
2515
  "thanks": {
2516
  "name": "symfony/polyfill",
2564
  "type": "tidelift"
2565
  }
2566
  ],
2567
+ "time": "2021-01-07T16:49:33+00:00"
2568
  },
2569
  {
2570
  "name": "symfony/polyfill-php80",
2571
+ "version": "v1.22.0",
2572
  "source": {
2573
  "type": "git",
2574
  "url": "https://github.com/symfony/polyfill-php80.git",
2575
+ "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
2576
  },
2577
  "dist": {
2578
  "type": "zip",
2579
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
2580
+ "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
2581
  "shasum": ""
2582
  },
2583
  "require": {
2584
+ "php": ">=7.1"
2585
  },
2586
  "type": "library",
2587
  "extra": {
2588
  "branch-alias": {
2589
+ "dev-main": "1.22-dev"
2590
  },
2591
  "thanks": {
2592
  "name": "symfony/polyfill",
2644
  "type": "tidelift"
2645
  }
2646
  ],
2647
+ "time": "2021-01-07T16:49:33+00:00"
2648
  },
2649
  {
2650
  "name": "symfony/service-contracts",
2651
+ "version": "v2.2.0",
2652
  "source": {
2653
  "type": "git",
2654
  "url": "https://github.com/symfony/service-contracts.git",
2655
+ "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
2656
  },
2657
  "dist": {
2658
  "type": "zip",
2659
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
2660
+ "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
2661
  "shasum": ""
2662
  },
2663
  "require": {
2670
  "type": "library",
2671
  "extra": {
2672
  "branch-alias": {
2673
+ "dev-master": "2.2-dev"
2674
  },
2675
  "thanks": {
2676
  "name": "symfony/contracts",
2720
  "type": "tidelift"
2721
  }
2722
  ],
2723
+ "time": "2020-09-07T11:33:47+00:00"
2724
  },
2725
  {
2726
  "name": "symfony/yaml",
2727
+ "version": "v4.4.19",
2728
  "source": {
2729
  "type": "git",
2730
  "url": "https://github.com/symfony/yaml.git",
2731
+ "reference": "17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9"
2732
  },
2733
  "dist": {
2734
  "type": "zip",
2735
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9",
2736
+ "reference": "17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9",
2737
  "shasum": ""
2738
  },
2739
  "require": {
2750
  "symfony/console": "For validating YAML files using the lint command"
2751
  },
2752
  "type": "library",
 
 
 
 
 
2753
  "autoload": {
2754
  "psr-4": {
2755
  "Symfony\\Component\\Yaml\\": ""
2772
  "homepage": "https://symfony.com/contributors"
2773
  }
2774
  ],
2775
+ "description": "Loads and dumps YAML files",
2776
  "homepage": "https://symfony.com",
2777
  "funding": [
2778
  {
2788
  "type": "tidelift"
2789
  }
2790
  ],
2791
+ "time": "2021-01-27T09:09:26+00:00"
2792
  },
2793
  {
2794
  "name": "theseer/tokenizer",
2828
  }
2829
  ],
2830
  "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2831
+ "funding": [
2832
+