|
1 | 1 | { |
2 | | - "name" : "league/geotools", |
3 | | - "type" : "library", |
4 | | - "description" : "Geo-related tools PHP 7.3+ library", |
5 | | - "keywords" : ["geotools", "geometry", "geocoder", "geocoding", "geoip", "bounds", "distance", "batch", "async", "geohash", "geolocation", "latlong", "latitude", "longitude"], |
6 | | - "license" : "MIT", |
7 | | - |
8 | | - "authors" : [{ |
9 | | - "name" : "Antoine Corcy", |
10 | | - "email" : "contact@sbin.dk", |
11 | | - "homepage" : "http://sbin.dk", |
12 | | - "role" : "Developer" |
13 | | - }], |
14 | | - |
15 | | - "support" : { |
16 | | - "issues" : "https://github.com/thephpleague/geotools/issues", |
17 | | - "source" : "https://github.com/thephpleague/geotools" |
18 | | - }, |
19 | | - |
20 | | - "replace" : { |
21 | | - "toin0u/geotools" : "*" |
22 | | - }, |
23 | | - |
24 | | - "require" : { |
25 | | - "php" : "^7.3 || ^7.4 || ^8.0", |
26 | | - "psr/cache" : "^1.0 || ^2.0 || ^3.0", |
27 | | - "willdurand/geocoder" : "^4.5 || ^5.0", |
28 | | - "react/promise" : "^2.8 || ^3.0", |
29 | | - "symfony/console" : "^4.4 || ^5.0 || ^6.0 || ^7.0", |
30 | | - "symfony/property-access" : "^4.4 || ^5.0 || ^6.0 || ^7.0", |
31 | | - "symfony/serializer" : "^4.4 || ^5.0 || ^6.0 || ^7.0", |
32 | | - "react/event-loop" : "^1.0", |
33 | | - "php-http/discovery" : "^1.0", |
34 | | - "ext-bcmath": "*", |
35 | | - "ext-json": "*" |
36 | | - }, |
37 | | - |
38 | | - "require-dev" : { |
39 | | - "phpunit/phpunit" : "^9.5", |
40 | | - "cache/array-adapter" : "^1.0" |
41 | | - }, |
42 | | - |
43 | | - "autoload" : { |
44 | | - "psr-4" : { |
45 | | - "League\\Geotools\\" : "src" |
46 | | - } |
47 | | - }, |
48 | | - |
49 | | - "autoload-dev" : { |
50 | | - "psr-4" : { |
51 | | - "League\\Geotools\\Tests\\" : "tests" |
52 | | - } |
53 | | - }, |
54 | | - |
55 | | - "bin" : ["bin/geotools"], |
56 | | - "config": { |
57 | | - "allow-plugins": { |
58 | | - "php-http/discovery": true |
59 | | - } |
| 2 | + "name": "league/geotools", |
| 3 | + "type": "library", |
| 4 | + "description": "Geo-related tools PHP 8.2+ library", |
| 5 | + "keywords": [ |
| 6 | + "geotools", |
| 7 | + "geometry", |
| 8 | + "geocoder", |
| 9 | + "geocoding", |
| 10 | + "geoip", |
| 11 | + "bounds", |
| 12 | + "distance", |
| 13 | + "batch", |
| 14 | + "async", |
| 15 | + "geohash", |
| 16 | + "geolocation", |
| 17 | + "latlong", |
| 18 | + "latitude", |
| 19 | + "longitude" |
| 20 | + ], |
| 21 | + "license": "MIT", |
| 22 | + "authors": [ |
| 23 | + { |
| 24 | + "name": "Antoine Corcy", |
| 25 | + "email": "contact@sbin.dk", |
| 26 | + "homepage": "http://sbin.dk", |
| 27 | + "role": "Developer" |
60 | 28 | } |
| 29 | + ], |
| 30 | + "support": { |
| 31 | + "issues": "https://github.com/thephpleague/geotools/issues", |
| 32 | + "source": "https://github.com/thephpleague/geotools" |
| 33 | + }, |
| 34 | + "replace": { |
| 35 | + "toin0u/geotools": "*" |
| 36 | + }, |
| 37 | + "require": { |
| 38 | + "php": "^8.2", |
| 39 | + "psr/cache": "^3.0", |
| 40 | + "willdurand/geocoder": "^4.5 || ^5.0", |
| 41 | + "react/promise": "^2.8 || ^3.0", |
| 42 | + "symfony/console": "^7.0 || ^8.0", |
| 43 | + "symfony/property-access": "^7.0 || ^8.0", |
| 44 | + "symfony/serializer": "^7.0 || ^8.0", |
| 45 | + "react/event-loop": "^1.0", |
| 46 | + "php-http/discovery": "^1.0", |
| 47 | + "ext-bcmath": "*", |
| 48 | + "ext-json": "*" |
| 49 | + }, |
| 50 | + "require-dev": { |
| 51 | + "phpunit/phpunit": "^11.0" |
| 52 | + }, |
| 53 | + "autoload": { |
| 54 | + "psr-4": { |
| 55 | + "League\\Geotools\\": "src" |
| 56 | + } |
| 57 | + }, |
| 58 | + "autoload-dev": { |
| 59 | + "psr-4": { |
| 60 | + "League\\Geotools\\Tests\\": "tests" |
| 61 | + } |
| 62 | + }, |
| 63 | + "bin": [ |
| 64 | + "bin/geotools" |
| 65 | + ], |
| 66 | + "config": { |
| 67 | + "allow-plugins": { |
| 68 | + "php-http/discovery": true |
| 69 | + } |
| 70 | + } |
61 | 71 | } |
0 commit comments