{ "_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": "63c02c7b0b827c2d3d5c8d55ded573cd", "packages": [ { "name": "clue/stream-filter", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/clue/stream-filter.git", "reference": "049509fef80032cb3f051595029ab75b49a3c2f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/clue/stream-filter/zipball/049509fef80032cb3f051595029ab75b49a3c2f7", "reference": "049509fef80032cb3f051595029ab75b49a3c2f7", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "default-branch": true, "type": "library", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "Clue\\StreamFilter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering" } ], "description": "A simple and modern approach to stream filtering in PHP", "homepage": "https://github.com/clue/stream-filter", "keywords": [ "bucket brigade", "callback", "filter", "php_user_filter", "stream", "stream_filter_append", "stream_filter_register" ], "support": { "issues": "https://github.com/clue/stream-filter/issues", "source": "https://github.com/clue/stream-filter/tree/v1.7.0" }, "funding": [ { "url": "https://clue.engineering/support", "type": "custom" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2023-12-20T15:40:13+00:00" }, { "name": "geo6/geocoder-php-addok-provider", "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/geo6/geocoder-php-addok-provider.git", "reference": "6578d2b17b68d25213279ec575194a8b0107e5e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/geo6/geocoder-php-addok-provider/zipball/6578d2b17b68d25213279ec575194a8b0107e5e8", "reference": "6578d2b17b68d25213279ec575194a8b0107e5e8", "shasum": "" }, "require": { "geocoder-php/common-http": "^4.0", "php": "^7.4 || ^8.0", "willdurand/geocoder": "^4.0" }, "provide": { "geocoder-php/provider-implementation": "1.0" }, "require-dev": { "geocoder-php/provider-integration-tests": "^1.0", "php-http/curl-client": "^2.0", "php-http/message": "^1.0", "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { "psr-4": { "Geocoder\\Provider\\Addok\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Beliën", "email": "jbe@geo6.be" } ], "description": "Geocoder addok adapter", "support": { "issues": "https://github.com/geo6/geocoder-php-addok-provider/issues", "source": "https://github.com/geo6/geocoder-php-addok-provider/tree/v1.4.0" }, "time": "2022-07-31T09:17:47+00:00" }, { "name": "geocoder-php/common-http", "version": "4.5.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/php-common-http.git", "reference": "4ee2cee60d21631e2a09c196bf6b9fd296bca728" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/geocoder-php/php-common-http/zipball/4ee2cee60d21631e2a09c196bf6b9fd296bca728", "reference": "4ee2cee60d21631e2a09c196bf6b9fd296bca728", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", "php-http/client-implementation": "^1.0", "php-http/discovery": "^1.6", "php-http/httplug": "^1.0 || ^2.0", "php-http/message-factory": "^1.0.2", "psr/http-message": "^1.0", "psr/http-message-implementation": "^1.0", "willdurand/geocoder": "^4.0" }, "require-dev": { "nyholm/psr7": "^1.0", "php-http/message": "^1.0", "php-http/mock-client": "^1.0", "phpunit/phpunit": "^9.5", "symfony/stopwatch": "~2.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "autoload": { "psr-4": { "Geocoder\\Http\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com" } ], "description": "Common files for HTTP based Geocoders", "homepage": "http://geocoder-php.org", "keywords": [ "http geocoder" ], "support": { "source": "https://github.com/geocoder-php/php-common-http/tree/4.5.0" }, "time": "2022-07-30T12:09:30+00:00" }, { "name": "geocoder-php/free-geoip-provider", "version": "4.5.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/free-geoip-provider.git", "reference": "19b61dfe74add2383c3e6f4d23221fc600c7814a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/geocoder-php/free-geoip-provider/zipball/19b61dfe74add2383c3e6f4d23221fc600c7814a", "reference": "19b61dfe74add2383c3e6f4d23221fc600c7814a", "shasum": "" }, "require": { "geocoder-php/common-http": "^4.1", "php": "^7.4 || ^8.0", "willdurand/geocoder": "^4.0" }, "provide": { "geocoder-php/provider-implementation": "1.0" }, "require-dev": { "geocoder-php/provider-integration-tests": "^1.0", "php-http/curl-client": "^2.2", "php-http/message": "^1.0", "phpunit/phpunit": "^9.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "autoload": { "psr-4": { "Geocoder\\Provider\\FreeGeoIp\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "William Durand", "email": "william.durand1@gmail.com" } ], "description": "Geocoder FreeGeoIp adapter", "homepage": "http://geocoder-php.org/Geocoder/", "support": { "source": "https://github.com/geocoder-php/free-geoip-provider/tree/4.5.0" }, "time": "2022-07-30T12:09:30+00:00" }, { "name": "geocoder-php/google-maps-provider", "version": "4.7.1", "source": { "type": "git", "url": "https://github.com/geocoder-php/google-maps-provider.git", "reference": "ee0dbc229380903043542ae2a79b4518b9f0df17" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/geocoder-php/google-maps-provider/zipball/ee0dbc229380903043542ae2a79b4518b9f0df17", "reference": "ee0dbc229380903043542ae2a79b4518b9f0df17", "shasum": "" }, "require": { "geocoder-php/common-http": "^4.0", "php": "^7.4 || ^8.0", "willdurand/geocoder": "^4.0" }, "provide": { "geocoder-php/provider-implementation": "1.0" }, "require-dev": { "geocoder-php/provider-integration-tests": "^1.0", "php-http/curl-client": "^2.2", "php-http/message": "^1.0", "phpunit/phpunit": "^9.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "autoload": { "psr-4": { "Geocoder\\Provider\\GoogleMaps\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "William Durand", "email": "william.durand1@gmail.com" } ], "description": "Geocoder GoogleMaps adapter", "homepage": "http://geocoder-php.org/Geocoder/", "support": { "source": "https://github.com/geocoder-php/google-maps-provider/tree/4.7.1" }, "time": "2023-04-14T11:13:20+00:00" }, { "name": "geocoder-php/here-provider", "version": "0.6.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/here-provider.git", "reference": "d6b96e1bf5824714cbaea3486edd5b53956173dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/geocoder-php/here-provider/zipball/d6b96e1bf5824714cbaea3486edd5b53956173dd", "reference": "d6b96e1bf5824714cbaea3486edd5b53956173dd", "shasum": "" }, "require": { "geocoder-php/common-http": "^4.0", "php": "^7.3 || ^8.0", "willdurand/geocoder": "^4.0" }, "provide": { "geocoder-php/provider-implementation": "1.0" }, "require-dev": { "geocoder-php/provider-integration-tests": "^1.1", "php-http/curl-client": "^2.2", "php-http/message": "^1.0", "phpunit/phpunit": "^9.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Geocoder\\Provider\\Here\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "William Durand", "email": "william.durand1@gmail.com" } ], "description": "Geocoder here adapter", "homepage": "http://geocoder-php.org/Geocoder/", "support": { "source": "https://github.com/geocoder-php/here-provider/tree/0.6.0" }, "time": "2020-12-21T16:41:18+00:00" }, { "name": "geocoder-php/mapquest-provider", "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/mapquest-provider.git", "reference": "87644f213e6405b5d49817a9e033f8cada5e3562" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/geocoder-php/mapquest-provider/zipball/87644f213e6405b5d49817a9e033f8cada5e3562", "reference": "87644f213e6405b5d49817a9e033f8cada5e3562", "shasum": "" }, "require": { "geocoder-php/common-http": "^4.0", "php": "^7.4 || ^8.0", "willdurand/geocoder": "^4.0" }, "provide": { "geocoder-php/provider-implementation": "1.0" }, "require-dev": { "geocoder-php/provider-integration-tests": "^1.1", "php-http/curl-client": "^2.2", "php-http/message": "^1.0", "phpunit/phpunit": "^9.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "autoload": { "psr-4": { "Geocoder\\Provider\\MapQuest\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "William Durand", "email": "william.durand1@gmail.com" } ], "description": "Geocoder MapQuest adapter", "homepage": "http://geocoder-php.org/Geocoder/", "support": { "source": "https://github.com/geocoder-php/mapquest-provider/tree/4.3.0" }, "time": "2022-07-30T10:48:32+00:00" }, { "name": "geocoder-php/nominatim-provider", "version": "5.6.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/nominatim-provider.git", "reference": "a59c34388542e25e3ba3eecd4f07d731b1fa98fe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/geocoder-php/nominatim-provider/zipball/a59c34388542e25e3ba3eecd4f07d731b1fa98fe", "reference": "a59c34388542e25e3ba3eecd4f07d731b1fa98fe", "shasum": "" }, "require": { "geocoder-php/common-http": "^4.1", "php": "^7.4 || ^8.0", "willdurand/geocoder": "^4.0" }, "provide": { "geocoder-php/provider-implementation": "1.0" }, "require-dev": { "geocoder-php/provider-integration-tests": "^1.0", "php-http/curl-client": "^2.2", "php-http/message": "^1.0", "phpunit/phpunit": "^9.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "autoload": { "psr-4": { "Geocoder\\Provider\\Nominatim\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "William Durand", "email": "william.durand1@gmail.com" } ], "description": "Geocoder Nominatim adapter", "homepage": "http://geocoder-php.org/Geocoder/", "support": { "source": "https://github.com/geocoder-php/nominatim-provider/tree/5.6.0" }, "time": "2022-07-30T12:09:30+00:00" }, { "name": "php-http/discovery", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", "reference": "664ded67cc61abcaa5b77d27581777483d1c843d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/discovery/zipball/664ded67cc61abcaa5b77d27581777483d1c843d", "reference": "664ded67cc61abcaa5b77d27581777483d1c843d", "shasum": "" }, "require": { "composer-plugin-api": "^1.0|^2.0", "php": "^7.1 || ^8.0" }, "conflict": { "nyholm/psr7": "<1.0", "sebastian/comparator": ">=5.0", "zendframework/zend-diactoros": "*" }, "provide": { "php-http/async-client-implementation": "*", "php-http/client-implementation": "*", "psr/http-client-implementation": "*", "psr/http-factory-implementation": "*", "psr/http-message-implementation": "*" }, "require-dev": { "composer/composer": "^1.0.2|^2.0", "graham-campbell/phpspec-skip-example-extension": "^5.0", "php-http/httplug": "^1.0 || ^2.0", "php-http/message-factory": "^1.0", "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3", "symfony/phpunit-bridge": "^6.2" }, "default-branch": true, "type": "composer-plugin", "extra": { "class": "Http\\Discovery\\Composer\\Plugin", "plugin-optional": true }, "autoload": { "psr-4": { "Http\\Discovery\\": "src/" }, "exclude-from-classmap": [ "src/Composer/Plugin.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations", "homepage": "http://php-http.org", "keywords": [ "adapter", "client", "discovery", "factory", "http", "message", "psr17", "psr7" ], "support": { "issues": "https://github.com/php-http/discovery/issues", "source": "https://github.com/php-http/discovery/tree/1.x" }, "time": "2023-12-09T10:40:12+00:00" }, { "name": "php-http/httplug", "version": "2.x-dev", "source": { "type": "git", "url": "https://github.com/php-http/httplug.git", "reference": "87779285e14780b0a85209bfed8abd9d5fe0322e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/httplug/zipball/87779285e14780b0a85209bfed8abd9d5fe0322e", "reference": "87779285e14780b0a85209bfed8abd9d5fe0322e", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "php-http/promise": "^1.1", "psr/http-client": "^1.0", "psr/http-message": "^1.0 || ^2.0" }, "require-dev": { "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0", "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eric GELOEN", "email": "geloen.eric@gmail.com" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "HTTPlug, the HTTP client abstraction for PHP", "homepage": "http://httplug.io", "keywords": [ "client", "http" ], "support": { "issues": "https://github.com/php-http/httplug/issues", "source": "https://github.com/php-http/httplug/tree/2.x" }, "time": "2024-03-15T16:17:50+00:00" }, { "name": "php-http/message", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/php-http/message.git", "reference": "4cb00d6d316783d357a59ec94c234c50aca515f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/message/zipball/4cb00d6d316783d357a59ec94c234c50aca515f5", "reference": "4cb00d6d316783d357a59ec94c234c50aca515f5", "shasum": "" }, "require": { "clue/stream-filter": "^1.5", "php": "^7.2 || ^8.0", "psr/http-message": "^1.1 || ^2.0" }, "provide": { "php-http/message-factory-implementation": "1.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.6", "ext-zlib": "*", "guzzlehttp/psr7": "^1.0 || ^2.0", "laminas/laminas-diactoros": "^2.0 || ^3.0", "php-http/message-factory": "^1.0.2", "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", "slim/slim": "^3.0" }, "suggest": { "ext-zlib": "Used with compressor/decompressor streams", "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories", "laminas/laminas-diactoros": "Used with Diactoros Factories", "slim/slim": "Used with Slim Framework PSR-7 implementation" }, "default-branch": true, "type": "library", "autoload": { "files": [ "src/filters.php" ], "psr-4": { "Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "HTTP Message related tools", "homepage": "http://php-http.org", "keywords": [ "http", "message", "psr-7" ], "support": { "issues": "https://github.com/php-http/message/issues", "source": "https://github.com/php-http/message/tree/1.x" }, "time": "2024-03-16T19:07:08+00:00" }, { "name": "php-http/message-factory", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-http/message-factory.git", "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57", "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57", "shasum": "" }, "require": { "php": ">=5.4", "psr/http-message": "^1.0 || ^2.0" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "Factory interfaces for PSR-7 HTTP Message", "homepage": "http://php-http.org", "keywords": [ "factory", "http", "message", "stream", "uri" ], "support": { "issues": "https://github.com/php-http/message-factory/issues", "source": "https://github.com/php-http/message-factory/tree/1.1.0" }, "abandoned": "psr/http-factory", "time": "2023-04-14T14:16:17+00:00" }, { "name": "php-http/promise", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/php-http/promise.git", "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83", "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3", "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "Http\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joel Wurtz", "email": "joel.wurtz@gmail.com" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "Promise used for asynchronous HTTP requests", "homepage": "http://httplug.io", "keywords": [ "promise" ], "support": { "issues": "https://github.com/php-http/promise/issues", "source": "https://github.com/php-http/promise/tree/1.3.1" }, "time": "2024-03-15T13:55:21+00:00" }, { "name": "psr/http-client", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0 || ^2.0" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client" }, "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-message", "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "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/1.1" }, "time": "2023-04-04T09:50:52+00:00" }, { "name": "wikimedia/civicrm-data-table-provider", "version": "5.0.1", "source": { "type": "git", "url": "https://github.com/eileenmcnaughton/civicrm-data-table-provider.git", "reference": "c6b1b0d2ebcb27966d430d02845d890fe90e4fe2" }, "require": { "geocoder-php/common-http": "^4.5", "php": ">=7.4", "willdurand/geocoder": "^4" }, "provide": { "geocoder-php/provider-implementation": "1.0" }, "require-dev": { "geocoder-php/provider-integration-tests": "^1.0", "nyholm/psr7": ">1.6.1", "php-http/curl-client": "^1.7", "php-http/message": "^1.0", "phpunit/phpunit": "^6.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "autoload": { "psr-4": { "Geocoder\\Provider\\DataTable\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "scripts": { "test": [ "vendor/bin/phpunit" ], "test-ci": [ "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml" ] }, "license": [ "MIT" ], "authors": [ { "name": "Eileen McNaughton", "email": "emcnaughton@wikimedia.org" } ], "description": "CiviCRM datatable geocoder", "homepage": "http://geocoder-php.org/Geocoder/", "time": "2024-03-27T21:44:21+00:00" }, { "name": "willdurand/geocoder", "version": "4.6.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/php-common.git", "reference": "be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/geocoder-php/php-common/zipball/be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1", "reference": "be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "require-dev": { "nyholm/nsa": "^1.1", "phpunit/phpunit": "^9.5", "symfony/stopwatch": "~2.5" }, "suggest": { "symfony/stopwatch": "If you want to use the TimedGeocoder" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-4": { "Geocoder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "William Durand", "email": "william.durand1@gmail.com" } ], "description": "Common files for PHP Geocoder", "homepage": "http://geocoder-php.org", "keywords": [ "abstraction", "geocoder", "geocoding", "geoip" ], "support": { "source": "https://github.com/geocoder-php/php-common/tree/4.6.0" }, "time": "2022-07-30T11:09:43+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "ext-json": "*" }, "platform-dev": [], "platform-overrides": { "php": "7.4.33" }, "plugin-api-version": "2.3.0" }