{ "packages": [ { "name": "firebase\/php-jwt", "version": "v2.2.0", "version_normalized": "2.2.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/firebase\/php-jwt.git", "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/firebase\/php-jwt\/zipball\/e0a75bfb6413f22092c99b70f310ccb2cca3efa5", "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5", "shasum": "" }, "require": { "php": ">=5.2.0" }, "time": "2015-06-22T23:26:39+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "Authentication\/", "Exceptions\/" ] }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https:\/\/github.com\/firebase\/php-jwt", "support": { "issues": "https:\/\/github.com\/firebase\/php-jwt\/issues", "source": "https:\/\/github.com\/firebase\/php-jwt\/tree\/v2.2.0" }, "install-path": "..\/firebase\/php-jwt" }, { "name": "google\/apiclient", "version": "v2.12.6", "version_normalized": "2.12.6.0", "source": { "type": "git", "url": "https:\/\/github.com\/googleapis\/google-api-php-client.git", "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/googleapis\/google-api-php-client\/zipball\/f92aa126903a9e2da5bd41a280d9633cb249e79e", "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e", "shasum": "" }, "require": { "firebase\/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0", "google\/apiclient-services": "~0.200", "google\/auth": "^1.10", "guzzlehttp\/guzzle": "~5.3.3||~6.0||~7.0", "guzzlehttp\/psr7": "^1.8.4||^2.2.1", "monolog\/monolog": "^1.17||^2.0||^3.0", "php": "^5.6|^7.0|^8.0", "phpseclib\/phpseclib": "~2.0||^3.0.2" }, "require-dev": { "cache\/filesystem-adapter": "^0.3.2|^1.1", "composer\/composer": "^1.10.22", "phpcompatibility\/php-compatibility": "^9.2", "phpspec\/prophecy-phpunit": "^1.1||^2.0", "phpunit\/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0", "squizlabs\/php_codesniffer": "^3.0", "symfony\/css-selector": "~2.1", "symfony\/dom-crawler": "~2.1", "yoast\/phpunit-polyfills": "^1.0" }, "suggest": { "cache\/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)" }, "time": "2022-06-06T20:00:19+00:00", "type": "library", "extra": { "branch-alias": { "dev-main": "2.x-dev" } }, "installation-source": "dist", "autoload": { "files": [ "src\/aliases.php" ], "psr-4": { "FluentSmtpLib\\Google\\": "src\/" }, "classmap": [ "src\/aliases.php" ] }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "Apache-2.0" ], "description": "Client library for Google APIs", "homepage": "http:\/\/developers.google.com\/api-client-library\/php", "keywords": [ "google" ], "support": { "issues": "https:\/\/github.com\/googleapis\/google-api-php-client\/issues", "source": "https:\/\/github.com\/googleapis\/google-api-php-client\/tree\/v2.12.6" }, "install-path": "..\/google\/apiclient" }, { "name": "google\/apiclient-services", "version": "v0.273.0", "version_normalized": "0.273.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/googleapis\/google-api-php-client-services.git", "reference": "827bbf2b7b20fa97e845122d3d91517e173e959f" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/googleapis\/google-api-php-client-services\/zipball\/827bbf2b7b20fa97e845122d3d91517e173e959f", "reference": "827bbf2b7b20fa97e845122d3d91517e173e959f", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "phpunit\/phpunit": "^5.7||^8.5.13" }, "time": "2022-11-07T01:34:13+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "autoload.php" ], "psr-4": { "FluentSmtpLib\\Google\\Service\\": "src" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "Apache-2.0" ], "description": "Client library for Google APIs", "homepage": "http:\/\/developers.google.com\/api-client-library\/php", "keywords": [ "google" ], "support": { "issues": "https:\/\/github.com\/googleapis\/google-api-php-client-services\/issues", "source": "https:\/\/github.com\/googleapis\/google-api-php-client-services\/tree\/v0.273.0" }, "install-path": "..\/google\/apiclient-services" }, { "name": "google\/auth", "version": "v1.18.0", "version_normalized": "1.18.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/googleapis\/google-auth-library-php.git", "reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/googleapis\/google-auth-library-php\/zipball\/21dd478e77b0634ed9e3a68613f74ed250ca9347", "reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347", "shasum": "" }, "require": { "firebase\/php-jwt": "~2.0|~3.0|~4.0|~5.0", "guzzlehttp\/guzzle": "^5.3.1|^6.2.1|^7.0", "guzzlehttp\/psr7": "^1.7|^2.0", "php": ">=5.4", "psr\/cache": "^1.0|^2.0", "psr\/http-message": "^1.0" }, "require-dev": { "guzzlehttp\/promises": "0.1.1|^1.3", "kelvinmo\/simplejwt": "^0.2.5|^0.5.1", "phpseclib\/phpseclib": "^2.0.31", "phpunit\/phpunit": "^4.8.36|^5.7", "sebastian\/comparator": ">=1.2.3" }, "suggest": { "phpseclib\/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." }, "time": "2021-08-24T18:03:18+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "FluentSmtpLib\\Google\\Auth\\": "src" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "Apache-2.0" ], "description": "Google Auth Library for PHP", "homepage": "http:\/\/github.com\/google\/google-auth-library-php", "keywords": [ "Authentication", "google", "oauth2" ], "support": { "docs": "https:\/\/googleapis.github.io\/google-auth-library-php\/master\/", "issues": "https:\/\/github.com\/googleapis\/google-auth-library-php\/issues", "source": "https:\/\/github.com\/googleapis\/google-auth-library-php\/tree\/v1.18.0" }, "install-path": "..\/google\/auth" }, { "name": "guzzlehttp\/guzzle", "version": "6.5.8", "version_normalized": "6.5.8.0", "source": { "type": "git", "url": "https:\/\/github.com\/guzzle\/guzzle.git", "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/guzzle\/guzzle\/zipball\/a52f0440530b54fa079ce76e8c5d196a42cad981", "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp\/promises": "^1.0", "guzzlehttp\/psr7": "^1.9", "php": ">=5.5", "symfony\/polyfill-intl-idn": "^1.17" }, "require-dev": { "ext-curl": "*", "phpunit\/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr\/log": "^1.1" }, "suggest": { "psr\/log": "Required for using the Log middleware" }, "time": "2022-06-20T22:16:07+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "6.5-dev" } }, "installation-source": "dist", "autoload": { "files": [ "src\/functions_include.php" ], "psr-4": { "FluentSmtpLib\\GuzzleHttp\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https:\/\/github.com\/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https:\/\/github.com\/mtdowling" }, { "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https:\/\/github.com\/jeremeamia" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https:\/\/github.com\/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https:\/\/github.com\/Nyholm" }, { "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r", "email": "mark.sagikazar@gmail.com", "homepage": "https:\/\/github.com\/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https:\/\/github.com\/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http:\/\/guzzlephp.org\/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "support": { "issues": "https:\/\/github.com\/guzzle\/guzzle\/issues", "source": "https:\/\/github.com\/guzzle\/guzzle\/tree\/6.5.8" }, "funding": [ { "url": "https:\/\/github.com\/GrahamCampbell", "type": "github" }, { "url": "https:\/\/github.com\/Nyholm", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/guzzle", "type": "tidelift" } ], "install-path": "..\/guzzlehttp\/guzzle" }, { "name": "guzzlehttp\/promises", "version": "1.5.2", "version_normalized": "1.5.2.0", "source": { "type": "git", "url": "https:\/\/github.com\/guzzle\/promises.git", "reference": "b94b2807d85443f9719887892882d0329d1e2598" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/guzzle\/promises\/zipball\/b94b2807d85443f9719887892882d0329d1e2598", "reference": "b94b2807d85443f9719887892882d0329d1e2598", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "symfony\/phpunit-bridge": "^4.4 || ^5.1" }, "time": "2022-08-28T14:55:35+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "installation-source": "dist", "autoload": { "files": [ "src\/functions_include.php" ], "psr-4": { "FluentSmtpLib\\GuzzleHttp\\Promise\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https:\/\/github.com\/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https:\/\/github.com\/mtdowling" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https:\/\/github.com\/Nyholm" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https:\/\/github.com\/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https:\/\/github.com\/guzzle\/promises\/issues", "source": "https:\/\/github.com\/guzzle\/promises\/tree\/1.5.2" }, "funding": [ { "url": "https:\/\/github.com\/GrahamCampbell", "type": "github" }, { "url": "https:\/\/github.com\/Nyholm", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/promises", "type": "tidelift" } ], "install-path": "..\/guzzlehttp\/promises" }, { "name": "guzzlehttp\/psr7", "version": "1.9.0", "version_normalized": "1.9.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/guzzle\/psr7.git", "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/guzzle\/psr7\/zipball\/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", "shasum": "" }, "require": { "php": ">=5.4.0", "psr\/http-message": "~1.0", "ralouphie\/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr\/http-message-implementation": "1.0" }, "require-dev": { "ext-zlib": "*", "phpunit\/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { "laminas\/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "time": "2022-06-20T21:43:03+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "installation-source": "dist", "autoload": { "files": [ "src\/functions_include.php" ], "psr-4": { "FluentSmtpLib\\GuzzleHttp\\Psr7\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https:\/\/github.com\/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https:\/\/github.com\/mtdowling" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https:\/\/github.com\/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https:\/\/github.com\/Nyholm" }, { "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r", "email": "mark.sagikazar@gmail.com", "homepage": "https:\/\/github.com\/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https:\/\/github.com\/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "support": { "issues": "https:\/\/github.com\/guzzle\/psr7\/issues", "source": "https:\/\/github.com\/guzzle\/psr7\/tree\/1.9.0" }, "funding": [ { "url": "https:\/\/github.com\/GrahamCampbell", "type": "github" }, { "url": "https:\/\/github.com\/Nyholm", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/psr7", "type": "tidelift" } ], "install-path": "..\/guzzlehttp\/psr7" }, { "name": "monolog\/monolog", "version": "1.27.1", "version_normalized": "1.27.1.0", "source": { "type": "git", "url": "https:\/\/github.com\/Seldaek\/monolog.git", "reference": "904713c5929655dc9b97288b69cfeedad610c9a1" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/Seldaek\/monolog\/zipball\/904713c5929655dc9b97288b69cfeedad610c9a1", "reference": "904713c5929655dc9b97288b69cfeedad610c9a1", "shasum": "" }, "require": { "php": ">=5.3.0", "psr\/log": "~1.0" }, "provide": { "psr\/log-implementation": "1.0.0" }, "require-dev": { "aws\/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine\/couchdb": "~1.0@dev", "graylog2\/gelf-php": "~1.0", "php-amqplib\/php-amqplib": "~2.4", "php-console\/php-console": "^3.1.3", "phpstan\/phpstan": "^0.12.59", "phpunit\/phpunit": "~4.5", "ruflin\/elastica": ">=0.90 <3.0", "sentry\/sentry": "^0.13", "swiftmailer\/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws\/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine\/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "graylog2\/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb\/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", "php-amqplib\/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console\/php-console": "Allow sending log messages to Google Chrome", "rollbar\/rollbar": "Allow sending log messages to Rollbar", "ruflin\/elastica": "Allow sending log messages to an Elastic Search server", "sentry\/sentry": "Allow sending log messages to a Sentry server" }, "time": "2022-06-09T08:53:42+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "FluentSmtpLib\\Monolog\\": "src\/Monolog" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http:\/\/seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http:\/\/github.com\/Seldaek\/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https:\/\/github.com\/Seldaek\/monolog\/issues", "source": "https:\/\/github.com\/Seldaek\/monolog\/tree\/1.27.1" }, "funding": [ { "url": "https:\/\/github.com\/Seldaek", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/monolog\/monolog", "type": "tidelift" } ], "install-path": "..\/monolog\/monolog" }, { "name": "phpseclib\/phpseclib", "version": "2.0.39", "version_normalized": "2.0.39.0", "source": { "type": "git", "url": "https:\/\/github.com\/phpseclib\/phpseclib.git", "reference": "f3a0e2b715c40cf1fd270d444901b63311725d63" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/phpseclib\/phpseclib\/zipball\/f3a0e2b715c40cf1fd270d444901b63311725d63", "reference": "f3a0e2b715c40cf1fd270d444901b63311725d63", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phing\/phing": "~2.7", "phpunit\/phpunit": "^4.8.35|^5.7|^6.0|^9.4", "squizlabs\/php_codesniffer": "~2.0" }, "suggest": { "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2\/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.", "ext-xml": "Install the XML extension to load XML formatted public keys." }, "time": "2022-10-24T10:49:03+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "phpseclib\/bootstrap.php" ], "psr-4": { "FluentSmtpLib\\phpseclib\\": "phpseclib\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-J\u00fcrgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" }, { "name": "Graham Campbell", "email": "graham@alt-three.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http:\/\/phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ], "support": { "issues": "https:\/\/github.com\/phpseclib\/phpseclib\/issues", "source": "https:\/\/github.com\/phpseclib\/phpseclib\/tree\/2.0.39" }, "funding": [ { "url": "https:\/\/github.com\/terrafrost", "type": "github" }, { "url": "https:\/\/www.patreon.com\/phpseclib", "type": "patreon" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/phpseclib\/phpseclib", "type": "tidelift" } ], "install-path": "..\/phpseclib\/phpseclib" }, { "name": "psr\/cache", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/cache\/zipball\/d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2016-08-06T20:24:11+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "FluentSmtpLib\\Psr\\Cache\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http:\/\/www.php-fig.org\/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "support": { "source": "https:\/\/github.com\/php-fig\/cache\/tree\/master" }, "install-path": "..\/psr\/cache" }, { "name": "psr\/http-message", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2016-08-06T14:39:51+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "FluentSmtpLib\\Psr\\Http\\Message\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http:\/\/www.php-fig.org\/" } ], "description": "Common interface for HTTP messages", "homepage": "https:\/\/github.com\/php-fig\/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https:\/\/github.com\/php-fig\/http-message\/tree\/master" }, "install-path": "..\/psr\/http-message" }, { "name": "psr\/log", "version": "1.1.4", "version_normalized": "1.1.4.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2021-05-03T11:20:27+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "FluentSmtpLib\\Psr\\Log\\": "Psr\/Log\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https:\/\/www.php-fig.org\/" } ], "description": "Common interface for logging libraries", "homepage": "https:\/\/github.com\/php-fig\/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https:\/\/github.com\/php-fig\/log\/tree\/1.1.4" }, "install-path": "..\/psr\/log" }, { "name": "ralouphie\/getallheaders", "version": "3.0.3", "version_normalized": "3.0.3.0", "source": { "type": "git", "url": "https:\/\/github.com\/ralouphie\/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/ralouphie\/getallheaders\/zipball\/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls\/php-coveralls": "^2.1", "phpunit\/phpunit": "^5 || ^6.5" }, "time": "2019-03-08T08:55:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "src\/getallheaders.php" ] }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "support": { "issues": "https:\/\/github.com\/ralouphie\/getallheaders\/issues", "source": "https:\/\/github.com\/ralouphie\/getallheaders\/tree\/develop" }, "install-path": "..\/ralouphie\/getallheaders" }, { "name": "symfony\/polyfill-intl-idn", "version": "v1.26.0", "version_normalized": "1.26.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/symfony\/polyfill-intl-idn.git", "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-idn\/zipball\/59a8d271f00dd0e4c2e518104cc7963f655a1aa8", "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8", "shasum": "" }, "require": { "php": ">=7.1", "symfony\/polyfill-intl-normalizer": "^1.10", "symfony\/polyfill-php72": "^1.10" }, "suggest": { "ext-intl": "For best performance" }, "time": "2022-05-24T11:49:31+00:00", "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony\/polyfill", "url": "https:\/\/github.com\/symfony\/polyfill" } }, "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "FluentSmtpLib\\Symfony\\Polyfill\\Intl\\Idn\\": "" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Laurent Bassin", "email": "laurent@bassin.info" }, { "name": "Trevor Rowbotham", "email": "trevor.rowbotham@pm.me" }, { "name": "Symfony Community", "homepage": "https:\/\/symfony.com\/contributors" } ], "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", "homepage": "https:\/\/symfony.com", "keywords": [ "compatibility", "idn", "intl", "polyfill", "portable", "shim" ], "support": { "source": "https:\/\/github.com\/symfony\/polyfill-intl-idn\/tree\/v1.26.0" }, "funding": [ { "url": "https:\/\/symfony.com\/sponsor", "type": "custom" }, { "url": "https:\/\/github.com\/fabpot", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", "type": "tidelift" } ], "install-path": "..\/symfony\/polyfill-intl-idn" }, { "name": "symfony\/polyfill-intl-normalizer", "version": "v1.26.0", "version_normalized": "1.26.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer.git", "reference": "219aa369ceff116e673852dce47c3a41794c14bd" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-normalizer\/zipball\/219aa369ceff116e673852dce47c3a41794c14bd", "reference": "219aa369ceff116e673852dce47c3a41794c14bd", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-intl": "For best performance" }, "time": "2022-05-24T11:49:31+00:00", "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony\/polyfill", "url": "https:\/\/github.com\/symfony\/polyfill" } }, "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "FluentSmtpLib\\Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "classmap": [ "Resources\/stubs" ] }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https:\/\/symfony.com\/contributors" } ], "description": "Symfony polyfill for intl's Normalizer class and related functions", "homepage": "https:\/\/symfony.com", "keywords": [ "compatibility", "intl", "normalizer", "polyfill", "portable", "shim" ], "support": { "source": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer\/tree\/v1.26.0" }, "funding": [ { "url": "https:\/\/symfony.com\/sponsor", "type": "custom" }, { "url": "https:\/\/github.com\/fabpot", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", "type": "tidelift" } ], "install-path": "..\/symfony\/polyfill-intl-normalizer" }, { "name": "symfony\/polyfill-php72", "version": "v1.26.0", "version_normalized": "1.26.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/symfony\/polyfill-php72.git", "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php72\/zipball\/bf44a9fd41feaac72b074de600314a93e2ae78e2", "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", "shasum": "" }, "require": { "php": ">=7.1" }, "time": "2022-05-24T11:49:31+00:00", "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony\/polyfill", "url": "https:\/\/github.com\/symfony\/polyfill" } }, "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "FluentSmtpLib\\Symfony\\Polyfill\\Php72\\": "" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https:\/\/symfony.com\/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https:\/\/symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https:\/\/github.com\/symfony\/polyfill-php72\/tree\/v1.26.0" }, "funding": [ { "url": "https:\/\/symfony.com\/sponsor", "type": "custom" }, { "url": "https:\/\/github.com\/fabpot", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", "type": "tidelift" } ], "install-path": "..\/symfony\/polyfill-php72" } ], "dev": false, "dev-package-names": [] }/** * External dependencies */ import { kebabCase } from 'lodash'; /** * Internal dependencies */ import { download } from './file'; /** * Export a reusable block as a JSON file. * * @param {number} id */ async function exportReusableBlock( id ) { const postType = await wp.apiFetch( { path: '/wp/v2/types/wp_block' } ); const post = await wp.apiFetch( { path: '/wp/v2/' + postType.rest_base + '/' + id + '?context=edit' } ); const title = post.title.raw; const content = post.content.raw; const fileContent = JSON.stringify( { __file: 'wp_block', title, content, }, null, 2 ); const fileName = kebabCase( title ) + '.json'; download( fileName, fileContent, 'application/json' ); } export default exportReusableBlock;@import "variables"; @font-face { font-family: 'vcpb-plugin-icons'; src: url('@{icomoon-font-path}/vcpb-plugin-icons.eot?f6ud62'); src: url('@{icomoon-font-path}/vcpb-plugin-icons.eot?f6ud62#iefix') format('embedded-opentype'), url('@{icomoon-font-path}/vcpb-plugin-icons.ttf?f6ud62') format('truetype'), url('@{icomoon-font-path}/vcpb-plugin-icons.woff?f6ud62') format('woff'), url('@{icomoon-font-path}/vcpb-plugin-icons.svg?f6ud62#vcpb-plugin-icons') format('svg'); font-weight: normal; font-style: normal; } .vc-composer-icon { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'vcpb-plugin-icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .vc-c-icon-minimize { &:before { content: @vc-c-icon-minimize; } } .vc-c-icon-close { &:before { content: @vc-c-icon-close; } } .vc-c-icon-1-6_4-6_1-6 { &:before { content: @vc-c-icon-1-6_4-6_1-6; } } .vc-c-icon-add_template { &:before { content: @vc-c-icon-add_template; } } .vc-c-icon-arrow_back { &:before { content: @vc-c-icon-arrow_back; } } .vc-c-icon-arrow_drop_down { &:before { content: @vc-c-icon-arrow_drop_down; } } .vc-c-icon-arrow_drop_up { &:before { content: @vc-c-icon-arrow_drop_up; } } .vc-c-icon-arrow_forward { &:before { content: @vc-c-icon-arrow_forward; } } .vc-c-icon-check { &:before { content: @vc-c-icon-check; } } .vc-c-icon-arrow_upward { &:before { content: @vc-c-icon-arrow_upward; } } .vc-c-icon-arrow_downward { &:before { content: @vc-c-icon-arrow_downward; } } .vc-c-icon-sync { &:before { content: @vc-c-icon-sync; } } .vc-c-icon-search { &:before { content: @vc-c-icon-search; } } .vc-c-icon-1-1 { &:before { content: @vc-c-icon-1-1; } } .vc-c-icon-1-2_1-2 { &:before { content: @vc-c-icon-1-2_1-2; } } .vc-c-icon-1-3_1-3_1-3 { &:before { content: @vc-c-icon-1-3_1-3_1-3; } } .vc-c-icon-1-4_1-2_1-4 { &:before { content: @vc-c-icon-1-4_1-2_1-4; } } .vc-c-icon-1-4_1-4_1-4_1-4 { &:before { content: @vc-c-icon-1-4_1-4_1-4_1-4; } } .vc-c-icon-1-4_3-4 { &:before { content: @vc-c-icon-1-4_3-4; } } .vc-c-icon-1-6_1-6_1-6_1-2 { &:before { content: @vc-c-icon-1-6_1-6_1-6_1-2; } } .vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6 { &:before { content: @vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6; } } .vc-c-icon-l_15_15_15_15_15 { &:before { content: @vc-c-icon-l_15_15_15_15_15; } } .vc-c-icon-1-6_2-3_1-6 { &:before { content: @vc-c-icon-1-6_2-3_1-6; } } .vc-c-icon-2-3_1-3 { &:before { content: @vc-c-icon-2-3_1-3; } } .vc-c-icon-5-6_1-6 { &:before { content: @vc-c-icon-5-6_1-6; } } .vc-c-icon-add_element { &:before { content: @vc-c-icon-add_element; } } .vc-c-icon-add { &:before { content: @vc-c-icon-add; } } .vc-c-icon-cog { &:before { content: @vc-c-icon-cog; } } .vc-c-icon-content_copy { &:before { content: @vc-c-icon-content_copy; } } .vc-c-icon-delete_empty { &:before { content: @vc-c-icon-delete_empty; } } .vc-c-icon-dragndrop { &:before { content: @vc-c-icon-dragndrop; } } .vc-c-icon-fullscreen_exit { &:before { content: @vc-c-icon-fullscreen_exit; } } .vc-c-icon-fullscreen { &:before { content: @vc-c-icon-fullscreen; } } .vc-c-icon-arrow_drop_right { &:before { content: @vc-c-icon-arrow_drop_right; } } .vc-c-icon-layout_default { &:before { content: @vc-c-icon-layout_default; } } .vc-c-icon-layout_landscape-smartphones { &:before { content: @vc-c-icon-layout_landscape-smartphones; } } .vc-c-icon-layout_landscape-tablets { &:before { content: @vc-c-icon-layout_landscape-tablets; } } .vc-c-icon-layout_portrait-smartphones { &:before { content: @vc-c-icon-layout_portrait-smartphones; } } .vc-c-icon-layout_portrait-tablets { &:before { content: @vc-c-icon-layout_portrait-tablets; } } .vc-c-icon-mode_edit { &:before { content: @vc-c-icon-mode_edit; } } .vc-c-icon-row_default_fe { &:before { content: @vc-c-icon-row_default_fe; } } .vc-c-icon-text-block { &:before { content: @vc-c-icon-text-block; } } {"id":297848,"date":"2025-02-22T19:09:08","date_gmt":"2025-02-22T13:39:08","guid":{"rendered":"https:\/\/moonwalkers.in\/?p=297848"},"modified":"2025-02-22T19:09:08","modified_gmt":"2025-02-22T13:39:08","slug":"find-your-perfect-match-with-our-easy-to-use-search-tool","status":"publish","type":"post","link":"https:\/\/moonwalkers.in\/find-your-perfect-match-with-our-easy-to-use-search-tool\/","title":{"rendered":"Find your perfect match with our easy-to-use search tool"},"content":{"rendered":"

Find your perfect match with our easy-to-use search tool<\/h1>\n

Asian christian dating online is a growing trend that is catching on in the us. its an easy method for individuals of various faiths to find love and companionship. there are many dating websites that appeal to this populace, and they all have actually features. very popular web sites is christianmingle. this website has a search tool which easy to use. you are able to type in the city or city that you’re finding a match in, plus the site will give you a summary of potential matches. you can then slim your search by age, faith, and even interests. this site is a superb strategy for finding a match that is suitable for your lifestyle. there are also numerous asian christian dating websites. these internet sites are specifically made for those who want in dating asian christians. there are many advantages to dating some one with this community. first, it’s likely you’ll find a match that shares your same religious beliefs. 2nd, numerous asian christians are educated and also a wide range of passions. this will make for a stimulating discussion, which is likely that you’ll have numerous typical interests. finally, dating asian christians can be a powerful way to learn more about the culture. there are many different religions in asia, and dating someone from that region will give you an original perspective.<\/p>\n

Find your perfect match with this higher level matchmaking system<\/h2>\n

Asian christian dating website is the greatest spot to find your perfect match. our higher level matchmaking system can help you find someone who shares your passions and values. our bodies is made to find the perfect match for you personally, so you can find love and delight. we have an array of people, and that means you will definitely find someone who works with you. our bodies is user-friendly, in order to find your perfect match efficiently.<\/p>\n

Meet suitable asian singles in search of enduring relationships<\/h2>\n

Asian christian dating website is a great option to meet suitable asian singles in search of enduring relationships. its a powerful way to find someone who shares your values and who you can relate solely to on a deeper degree. the website is not hard to make use of and navigate, and possesses outstanding graphical user interface. the site can also be well-organized and simple to obtain the information you are interested in. the site has outstanding selection of asian singles that searching for a relationship. there is certainly a fantastic selection of asian singles available, and you’re sure to find somebody who works with you. the site is also ideal for those people who are looking a long-term relationship. the site has a great number of people that looking for a relationship, and you’re sure to find a person who is a good match available. your website can also be great for those who are selecting a dating website which christian based.<\/p>\n

Meet compatible singles in search of an enduring relationship<\/h2>\n

Asian christian dating website is a good way to meet appropriate singles searching for a lasting relationship. the website provides a number of features which make it an easy task to interact with other singles. there are a variety of approaches to find singles on website, including looking at the pages of members, joining chat rooms, and utilizing the messaging feature. the website also offers a search feature which allows people to search for people by their passions and location.<\/p>\n

Join now and commence meeting suitable asian christian singles today<\/h2>\n

Asian christian dating website is the perfect destination for singles selecting a christian relationship. the website offers a multitude of features, such as the capability to look for singles by location, religion, and passions. in addition, the website provides many different tools to greatly help singles connect in order to find appropriate lovers. asian christian dating website is a great solution to fulfill suitable lovers.
Visit official site now free-asiandating.com\/asian-milf-dating.html<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"

Find your perfect match with our easy-to-use search tool Asian christian dating online is a growing trend that is catching on in the us. its an easy method for individuals of various faiths to find love and companionship. there are many dating websites that appeal to this populace, and they all have actually features. very […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-297848","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/moonwalkers.in\/wp-json\/wp\/v2\/posts\/297848","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moonwalkers.in\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/moonwalkers.in\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/moonwalkers.in\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/moonwalkers.in\/wp-json\/wp\/v2\/comments?post=297848"}],"version-history":[{"count":1,"href":"https:\/\/moonwalkers.in\/wp-json\/wp\/v2\/posts\/297848\/revisions"}],"predecessor-version":[{"id":297849,"href":"https:\/\/moonwalkers.in\/wp-json\/wp\/v2\/posts\/297848\/revisions\/297849"}],"wp:attachment":[{"href":"https:\/\/moonwalkers.in\/wp-json\/wp\/v2\/media?parent=297848"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/moonwalkers.in\/wp-json\/wp\/v2\/categories?post=297848"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/moonwalkers.in\/wp-json\/wp\/v2\/tags?post=297848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}