{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "f11bbaf3e5d7c1d20a537035f081cd54", "packages": [ { "name": "egeloen/google-map", "version": "dev-fix-loading-google-jsapi", "source": { "type": "git", "url": "https://github.com/CodyReichert/ivory-google-map.git", "reference": "166c5e506774e1a7f6b2662405b18485fda5e9e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/CodyReichert/ivory-google-map/zipball/166c5e506774e1a7f6b2662405b18485fda5e9e6", "reference": "166c5e506774e1a7f6b2662405b18485fda5e9e6", "shasum": "" }, "require": { "egeloen/json-builder": "~1.0.0", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "~0.6", "widop/http-adapter": "~1.1.0", "willdurand/geocoder": "~2.0" }, "suggest": { "widop/http-adapter": "Allows to use services", "willdurand/geocoder": "Allows to use geocoding service" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "Ivory\\GoogleMap\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Eric GELOEN", "email": "geloen.eric@gmail.com" } ], "description": "Google Map API v3 integration for PHP 5.3+", "keywords": [ "google map" ], "support": { "source": "https://github.com/CodyReichert/ivory-google-map/tree/fix-loading-google-jsapi" }, "time": "2020-06-17T17:58:06+00:00" }, { "name": "egeloen/json-builder", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/egeloen/ivory-json-builder.git", "reference": "6209142ed808e9899473e9b6091b8a4f4d8de794" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/egeloen/ivory-json-builder/zipball/6209142ed808e9899473e9b6091b8a4f4d8de794", "reference": "6209142ed808e9899473e9b6091b8a4f4d8de794", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.3.0", "symfony/property-access": "~2.2" }, "require-dev": { "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "~0.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Ivory\\JsonBuilder\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eric GELOEN", "email": "geloen.eric@gmail.com" } ], "description": "JSON builder with escaping control for PHP 5.3+", "keywords": [ "Escape", "builder", "json" ], "time": "2014-11-08T10:51:34+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9", "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.17-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "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" } ], "time": "2020-05-12T16:14:59+00:00" }, { "name": "symfony/property-access", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", "reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-access/zipball/c8f10191183be9bb0d5a1b8364d3891f1bde07b6", "reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\PropertyAccess\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony PropertyAccess Component", "homepage": "https://symfony.com", "keywords": [ "access", "array", "extraction", "index", "injection", "object", "property", "property path", "reflection" ], "time": "2018-11-11T11:18:13+00:00" }, { "name": "widop/http-adapter", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/widop/http-adapter.git", "reference": "9f21040064d290cc70db4affe3191828f419f5af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/widop/http-adapter/zipball/9f21040064d290cc70db4affe3191828f419f5af", "reference": "9f21040064d290cc70db4affe3191828f419f5af", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "ext-curl": "*", "guzzle/guzzle": "*", "kriswallsmith/buzz": "*", "phpunit/phpunit": "3.7.*", "zendframework/zend-http": "*" }, "suggest": { "ext-curl": "Allows you to use cURL adapter", "guzzle/guzzle": "Allows you to use Guzzle adapter", "kriswallsmith/buzz": "Allows you to use Buzz adapter", "zendframework/zend-http": "Allows you to use Zend adapter" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-0": { "Widop\\HttpAdapter": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eric GELOEN", "email": "geloen.eric@gmail.com" }, { "name": "Widop", "email": "contact@widop.com" } ], "description": "Issue HTTP request.", "keywords": [ "http", "request" ], "time": "2014-07-20T18:29:58+00:00" } ], "packages-dev": [ { "name": "php-stubs/wordpress-stubs", "version": "v6.9.1", "source": { "type": "git", "url": "https://github.com/php-stubs/wordpress-stubs.git", "reference": "f12220f303e0d7c0844c0e5e957b0c3cee48d2f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/f12220f303e0d7c0844c0e5e957b0c3cee48d2f7", "reference": "f12220f303e0d7c0844c0e5e957b0c3cee48d2f7", "shasum": "" }, "conflict": { "phpdocumentor/reflection-docblock": "5.6.1" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "nikic/php-parser": "^5.5", "php": "^7.4 || ^8.0", "php-stubs/generator": "^0.8.3", "phpdocumentor/reflection-docblock": "^6.0", "phpstan/phpstan": "^2.1", "phpunit/phpunit": "^9.5", "symfony/polyfill-php80": "*", "szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^1.1.1", "wp-coding-standards/wpcs": "3.1.0 as 2.3.0" }, "suggest": { "paragonie/sodium_compat": "Pure PHP implementation of libsodium", "symfony/polyfill-php80": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan" }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "WordPress function and class declaration stubs for static analysis.", "homepage": "https://github.com/php-stubs/wordpress-stubs", "keywords": [ "PHPStan", "static analysis", "wordpress" ], "support": { "issues": "https://github.com/php-stubs/wordpress-stubs/issues", "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.9.1" }, "time": "2026-02-03T19:29:21+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "egeloen/google-map": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": {}, "platform-dev": {}, "plugin-api-version": "2.9.0" }