#13 show airport map on details page with aerodome info
This commit is contained in:
846
composer.lock
generated
846
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "2a812ab5f98781a23f47744c8a1f4fdd",
|
||||
"content-hash": "54a87d4ef6ab895374f978fe8563b529",
|
||||
"packages": [
|
||||
{
|
||||
"name": "barryvdh/laravel-ide-helper",
|
||||
@@ -121,6 +121,56 @@
|
||||
],
|
||||
"time": "2016-06-13T19:28:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "cornford/googlmapper",
|
||||
"version": "v2.25.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bradcornford/Googlmapper.git",
|
||||
"reference": "4ad8ed16874143b475154a61f867af59bb1d4251"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bradcornford/Googlmapper/zipball/4ad8ed16874143b475154a61f867af59bb1d4251",
|
||||
"reference": "4ad8ed16874143b475154a61f867af59bb1d4251",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "5.*",
|
||||
"illuminate/view": "5.*",
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "0.9.1",
|
||||
"phpspec/phpspec": "2.0.*@dev"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Cornford\\Googlmapper": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Bradley Cornford",
|
||||
"email": "me@bradleycornford.co.uk"
|
||||
}
|
||||
],
|
||||
"description": "An easy way to integrate Google Maps with Laravel.",
|
||||
"keywords": [
|
||||
"google",
|
||||
"laravel",
|
||||
"map",
|
||||
"mapping",
|
||||
"maps",
|
||||
"streetview"
|
||||
],
|
||||
"time": "2017-04-20T08:30:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
"version": "v1.4.0",
|
||||
@@ -652,6 +702,85 @@
|
||||
"homepage": "https://github.com/dompdf/dompdf",
|
||||
"time": "2016-05-11T00:36:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "egeloen/http-adapter",
|
||||
"version": "0.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/egeloen/ivory-http-adapter.git",
|
||||
"reference": "9641f11487ec26b24c6bbcee4f267cf62f60b855"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/egeloen/ivory-http-adapter/zipball/9641f11487ec26b24c6bbcee4f267cf62f60b855",
|
||||
"reference": "9641f11487ec26b24c6bbcee4f267cf62f60b855",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.8",
|
||||
"zendframework/zend-diactoros": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"cakephp/cakephp": "^3.0.3",
|
||||
"ext-curl": "*",
|
||||
"guzzle/guzzle": "^3.9.4@dev",
|
||||
"guzzlehttp/guzzle": "^4.1.4|^5.0|^6.0",
|
||||
"kriswallsmith/buzz": "^0.13",
|
||||
"nategood/httpful": "^0.2.17",
|
||||
"phpunit/phpunit": "^4.0",
|
||||
"phpunit/phpunit-mock-objects": "dev-matcher-verify as 2.3.x-dev",
|
||||
"psr/log": "^1.0",
|
||||
"react/dns": "^0.4.1",
|
||||
"react/http-client": "^0.4",
|
||||
"satooshi/php-coveralls": "^0.6",
|
||||
"symfony/event-dispatcher": "^2.0",
|
||||
"zendframework/zend-http": "^2.3.4",
|
||||
"zendframework/zendframework1": ">=1.12.9,<=1.12.14|^1.12.16"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-curl": "Allows you to use the cURL adapter",
|
||||
"ext-http": "Allows you to use the PECL adapter",
|
||||
"guzzle/guzzle": "Allows you to use the Guzzle 3 adapter",
|
||||
"guzzlehttp/guzzle": "Allows you to use the Guzzle 4 adapter",
|
||||
"kriswallsmith/buzz": "Allows you to use the Buzz adapter",
|
||||
"nategood/httpful": "Allows you to use the httpful adapter",
|
||||
"psr/log": "Allows you to use the logger event subscriber",
|
||||
"symfony/event-dispatcher": "Allows you to use the event lifecycle",
|
||||
"symfony/stopwatch": "Allows you to use the stopwatch http adapter and event subscriber",
|
||||
"zendframework/zend-http": "Allows you to use the Zend 2 adapter",
|
||||
"zendframework/zendframework1": "Allows you to use the Zend 1 adapter"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "0.8-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Ivory\\HttpAdapter\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Eric GELOEN",
|
||||
"email": "geloen.eric@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Issue HTTP request for PHP 5.3+.",
|
||||
"keywords": [
|
||||
"http",
|
||||
"http-adapter",
|
||||
"http-client",
|
||||
"psr-7"
|
||||
],
|
||||
"abandoned": "php-http/httplug",
|
||||
"time": "2015-08-12T09:35:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "erusev/parsedown",
|
||||
"version": "1.6.2",
|
||||
@@ -694,6 +823,51 @@
|
||||
],
|
||||
"time": "2017-03-29T16:04:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "igorw/get-in",
|
||||
"version": "v1.0.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/igorw/get-in.git",
|
||||
"reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/igorw/get-in/zipball/170ded831f49abc6a6061f655aba9bdbcf7b8111",
|
||||
"reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/get_in.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Igor Wiedler",
|
||||
"email": "igor@wiedler.ch"
|
||||
}
|
||||
],
|
||||
"description": "Functions for for hash map (assoc array) traversal.",
|
||||
"keywords": [
|
||||
"assoc-array",
|
||||
"hash-map"
|
||||
],
|
||||
"time": "2014-12-15T23:03:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "infyomlabs/adminlte-templates",
|
||||
"version": "5.3.x-dev",
|
||||
@@ -737,7 +911,7 @@
|
||||
"laravel",
|
||||
"templates"
|
||||
],
|
||||
"time": "2017-05-20 10:43:37"
|
||||
"time": "2017-05-20T10:43:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "infyomlabs/laravel-generator",
|
||||
@@ -792,7 +966,7 @@
|
||||
"test",
|
||||
"view"
|
||||
],
|
||||
"time": "2016-08-18 14:19:50"
|
||||
"time": "2016-08-18T14:19:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "infyomlabs/swagger-generator",
|
||||
@@ -829,7 +1003,7 @@
|
||||
"swagger",
|
||||
"templates"
|
||||
],
|
||||
"time": "2016-02-14 10:41:03"
|
||||
"time": "2016-02-14T10:41:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "jeremeamia/SuperClosure",
|
||||
@@ -932,7 +1106,7 @@
|
||||
"laravel",
|
||||
"swagger"
|
||||
],
|
||||
"time": "2016-01-25 15:38:17"
|
||||
"time": "2016-01-25T15:38:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laracasts/flash",
|
||||
@@ -979,16 +1153,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v5.4.25",
|
||||
"version": "v5.4.26",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "6bcc9b1f542b3deed16d51f6aa1fe318ab407c2a"
|
||||
"reference": "a7ebbfab64111e24f8e584db64e2be9279ded357"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/6bcc9b1f542b3deed16d51f6aa1fe318ab407c2a",
|
||||
"reference": "6bcc9b1f542b3deed16d51f6aa1fe318ab407c2a",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/a7ebbfab64111e24f8e584db64e2be9279ded357",
|
||||
"reference": "a7ebbfab64111e24f8e584db64e2be9279ded357",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1104,7 +1278,7 @@
|
||||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2017-06-07T13:35:12+00:00"
|
||||
"time": "2017-06-13T18:58:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravelcollective/html",
|
||||
@@ -1307,6 +1481,80 @@
|
||||
],
|
||||
"time": "2017-03-12T01:28:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "league/geotools",
|
||||
"version": "0.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/geotools.git",
|
||||
"reference": "011c9649aed56e355de0fb7d51c9ccde0343da8e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/geotools/zipball/011c9649aed56e355de0fb7d51c9ccde0343da8e",
|
||||
"reference": "011c9649aed56e355de0fb7d51c9ccde0343da8e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
"react/event-loop": "0.4.*",
|
||||
"react/promise": "~2.2",
|
||||
"symfony/console": "~2.7|~3.0",
|
||||
"symfony/property-access": "~2.7|~3.0",
|
||||
"symfony/serializer": "~2.7|~3.0",
|
||||
"willdurand/geocoder": "~3.2"
|
||||
},
|
||||
"replace": {
|
||||
"toin0u/geotools": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"guzzle/guzzle": "~3.7",
|
||||
"kriswallsmith/buzz": "~0.10",
|
||||
"predis/predis": "~1.0",
|
||||
"zendframework/zend-http": "~2.2"
|
||||
},
|
||||
"bin": [
|
||||
"bin/geotools"
|
||||
],
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "0.7-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"League\\Geotools\\": "src",
|
||||
"League\\Geotools\\Tests\\": "tests"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Antoine Corcy",
|
||||
"email": "contact@sbin.dk",
|
||||
"homepage": "http://sbin.dk",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Geo-related tools PHP 5.4+ library (use 0.4 if you're using PHP 5.3)",
|
||||
"homepage": "http://geotools-php.org/",
|
||||
"keywords": [
|
||||
"async",
|
||||
"batch",
|
||||
"bounds",
|
||||
"distance",
|
||||
"geocoder",
|
||||
"geocoding",
|
||||
"geoip",
|
||||
"geometry",
|
||||
"geotools"
|
||||
],
|
||||
"time": "2016-02-03T16:31:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "maatwebsite/excel",
|
||||
"version": "2.1.17",
|
||||
@@ -1874,6 +2122,56 @@
|
||||
],
|
||||
"time": "2015-06-08T23:53:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/http-message",
|
||||
"version": "1.0.1",
|
||||
"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"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.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"
|
||||
],
|
||||
"time": "2016-08-06T14:39:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/log",
|
||||
"version": "1.0.2",
|
||||
@@ -2003,6 +2301,94 @@
|
||||
],
|
||||
"time": "2017-03-26T20:37:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "react/event-loop",
|
||||
"version": "v0.4.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/reactphp/event-loop.git",
|
||||
"reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
|
||||
"reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.8"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-event": "~1.0",
|
||||
"ext-libev": "*",
|
||||
"ext-libevent": ">=0.1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"React\\EventLoop\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "Event loop abstraction layer that libraries can use for evented I/O.",
|
||||
"keywords": [
|
||||
"asynchronous",
|
||||
"event-loop"
|
||||
],
|
||||
"time": "2017-04-27T10:56:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "react/promise",
|
||||
"version": "v2.5.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/reactphp/promise.git",
|
||||
"reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
|
||||
"reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.8"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"React\\Promise\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/functions_include.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jan Sorgalla",
|
||||
"email": "jsorgalla@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
||||
"keywords": [
|
||||
"promise",
|
||||
"promises"
|
||||
],
|
||||
"time": "2017-03-25T12:08:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-pjax",
|
||||
"version": "1.3.1",
|
||||
@@ -2650,6 +3036,63 @@
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2017-06-06T03:59:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/inflector",
|
||||
"version": "v3.3.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/inflector.git",
|
||||
"reference": "aed5a0874a3bcfd8d0393a2d91b4cf828f29c7fb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/inflector/zipball/aed5a0874a3bcfd8d0393a2d91b4cf828f29c7fb",
|
||||
"reference": "aed5a0874a3bcfd8d0393a2d91b4cf828f29c7fb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.9"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.3-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Component\\Inflector\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Bernhard Schussek",
|
||||
"email": "bschussek@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Symfony Inflector Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"keywords": [
|
||||
"inflection",
|
||||
"pluralize",
|
||||
"singularize",
|
||||
"string",
|
||||
"symfony",
|
||||
"words"
|
||||
],
|
||||
"time": "2017-04-12T14:14:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-mbstring",
|
||||
"version": "v1.4.0",
|
||||
@@ -2765,6 +3208,65 @@
|
||||
],
|
||||
"time": "2017-06-09T08:25:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-php70",
|
||||
"version": "v1.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-php70.git",
|
||||
"reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/032fd647d5c11a9ceab8ee8747e13b5448e93874",
|
||||
"reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"paragonie/random_compat": "~1.0|~2.0",
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.4-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Polyfill\\Php70\\": ""
|
||||
},
|
||||
"files": [
|
||||
"bootstrap.php"
|
||||
],
|
||||
"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 backporting some PHP 7.0+ features to lower PHP versions",
|
||||
"homepage": "https://symfony.com",
|
||||
"keywords": [
|
||||
"compatibility",
|
||||
"polyfill",
|
||||
"portable",
|
||||
"shim"
|
||||
],
|
||||
"time": "2017-06-09T14:24:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-util",
|
||||
"version": "v1.4.0",
|
||||
@@ -2866,6 +3368,74 @@
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2017-05-22T12:32:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/property-access",
|
||||
"version": "v3.3.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/property-access.git",
|
||||
"reference": "70bbfe28f77070d41957495bc6fed34f139fe6f7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/property-access/zipball/70bbfe28f77070d41957495bc6fed34f139fe6f7",
|
||||
"reference": "70bbfe28f77070d41957495bc6fed34f139fe6f7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.9",
|
||||
"symfony/inflector": "~3.1",
|
||||
"symfony/polyfill-php70": "~1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/cache": "~3.1"
|
||||
},
|
||||
"suggest": {
|
||||
"psr/cache-implementation": "To cache access methods."
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.3-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": "2017-06-02T09:51:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/routing",
|
||||
"version": "v3.3.2",
|
||||
@@ -2944,6 +3514,83 @@
|
||||
],
|
||||
"time": "2017-06-02T09:51:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/serializer",
|
||||
"version": "v3.3.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/serializer.git",
|
||||
"reference": "cc9b41611f4853cd01216f8765faba3db91a1583"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/serializer/zipball/cc9b41611f4853cd01216f8765faba3db91a1583",
|
||||
"reference": "cc9b41611f4853cd01216f8765faba3db91a1583",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.9"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/dependency-injection": "<3.2",
|
||||
"symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
|
||||
"symfony/property-info": "<3.1",
|
||||
"symfony/yaml": "<3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/annotations": "~1.0",
|
||||
"doctrine/cache": "~1.0",
|
||||
"phpdocumentor/reflection-docblock": "~3.0",
|
||||
"symfony/cache": "~3.1",
|
||||
"symfony/config": "~2.8|~3.0",
|
||||
"symfony/dependency-injection": "~3.2",
|
||||
"symfony/http-foundation": "~2.8|~3.0",
|
||||
"symfony/property-access": "~2.8|~3.0",
|
||||
"symfony/property-info": "~3.1",
|
||||
"symfony/yaml": "~3.3"
|
||||
},
|
||||
"suggest": {
|
||||
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
|
||||
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
|
||||
"psr/cache-implementation": "For using the metadata cache.",
|
||||
"symfony/config": "For using the XML mapping loader.",
|
||||
"symfony/http-foundation": "To use the DataUriNormalizer.",
|
||||
"symfony/property-access": "For using the ObjectNormalizer.",
|
||||
"symfony/property-info": "To deserialize relations.",
|
||||
"symfony/yaml": "For using the default YAML mapping loader."
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.3-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Component\\Serializer\\": ""
|
||||
},
|
||||
"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 Serializer Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2017-05-22T09:36:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation",
|
||||
"version": "v3.3.2",
|
||||
@@ -3179,6 +3826,68 @@
|
||||
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
|
||||
"time": "2016-09-20T12:50:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "toin0u/geotools-laravel",
|
||||
"version": "1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/toin0u/Geotools-laravel.git",
|
||||
"reference": "262e4209bd6368c9b69a59b55bea90dbbb5d221b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/toin0u/Geotools-laravel/zipball/262e4209bd6368c9b69a59b55bea90dbbb5d221b",
|
||||
"reference": "262e4209bd6368c9b69a59b55bea90dbbb5d221b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"league/geotools": "~0.4",
|
||||
"php": ">=5.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "~2.0",
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"satooshi/php-coveralls": "~0.6"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "0.3-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Toin0u\\Geotools\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Antoine Corcy",
|
||||
"email": "contact@sbin.dk",
|
||||
"homepage": "http://sbin.dk",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Geo-related tools PHP 5.3 library for Laravel 5",
|
||||
"homepage": "http://geotools-php.org/",
|
||||
"keywords": [
|
||||
"async",
|
||||
"batch",
|
||||
"bounds",
|
||||
"distance",
|
||||
"geocoder",
|
||||
"geocoding",
|
||||
"geoip",
|
||||
"geometry",
|
||||
"geotools",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2015-02-23T12:40:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "vlucas/phpdotenv",
|
||||
"version": "v2.4.0",
|
||||
@@ -3229,6 +3938,66 @@
|
||||
],
|
||||
"time": "2016-09-01T10:05:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "willdurand/geocoder",
|
||||
"version": "v3.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/geocoder-php/Geocoder.git",
|
||||
"reference": "ccc178e2984c0af24881faa0ffe515f20e5e8c23"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/geocoder-php/Geocoder/zipball/ccc178e2984c0af24881faa0ffe515f20e5e8c23",
|
||||
"reference": "ccc178e2984c0af24881faa0ffe515f20e5e8c23",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"egeloen/http-adapter": "~0.8",
|
||||
"igorw/get-in": "~1.0",
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"geoip2/geoip2": "~2.0",
|
||||
"symfony/stopwatch": "~2.5"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
|
||||
"geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).",
|
||||
"geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider.",
|
||||
"symfony/stopwatch": "If you want to use the TimedGeocoder"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.3-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Geocoder": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "William Durand",
|
||||
"email": "william.durand1@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "The almost missing Geocoder PHP 5.4 library.",
|
||||
"homepage": "http://geocoder-php.org",
|
||||
"keywords": [
|
||||
"abstraction",
|
||||
"geocoder",
|
||||
"geocoding",
|
||||
"geoip"
|
||||
],
|
||||
"time": "2015-12-06T20:17:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "yajra/laravel-datatables-oracle",
|
||||
"version": "v6.24.1",
|
||||
@@ -3289,6 +4058,58 @@
|
||||
],
|
||||
"time": "2017-01-24T02:46:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "zendframework/zend-diactoros",
|
||||
"version": "1.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zendframework/zend-diactoros.git",
|
||||
"reference": "b03f285a333f51e58c95cce54109a4a9ed691436"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b03f285a333f51e58c95cce54109a4a9ed691436",
|
||||
"reference": "b03f285a333f51e58c95cce54109a4a9ed691436",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.4 || ^7.0",
|
||||
"psr/http-message": "~1.0"
|
||||
},
|
||||
"provide": {
|
||||
"psr/http-message-implementation": "1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-dom": "*",
|
||||
"ext-libxml": "*",
|
||||
"phpunit/phpunit": "^4.6 || ^5.5",
|
||||
"zendframework/zend-coding-standard": "~1.0.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.4-dev",
|
||||
"dev-develop": "1.5-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Zend\\Diactoros\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-2-Clause"
|
||||
],
|
||||
"description": "PSR HTTP Message implementations",
|
||||
"homepage": "https://github.com/zendframework/zend-diactoros",
|
||||
"keywords": [
|
||||
"http",
|
||||
"psr",
|
||||
"psr-7"
|
||||
],
|
||||
"time": "2017-04-06T16:18:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "zircote/swagger-php",
|
||||
"version": "2.0.10",
|
||||
@@ -3417,7 +4238,7 @@
|
||||
"permission",
|
||||
"roles"
|
||||
],
|
||||
"time": "2016-12-29 06:25:06"
|
||||
"time": "2016-12-29T06:25:06+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
@@ -4895,7 +5716,8 @@
|
||||
"infyomlabs/adminlte-templates": 20,
|
||||
"infyomlabs/swagger-generator": 20,
|
||||
"jlapp/swaggervel": 20,
|
||||
"zizaco/entrust": 20
|
||||
"zizaco/entrust": 20,
|
||||
"league/geotools": 0
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
|
||||
Reference in New Issue
Block a user