Update to latest laravel framework version
This commit is contained in:
parent
57b6a4ac29
commit
aad157da1b
1 changed files with 119 additions and 116 deletions
235
composer.lock
generated
235
composer.lock
generated
|
@ -8,16 +8,16 @@
|
|||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.52.19",
|
||||
"version": "3.52.23",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "d64c6f8715dacfba6276dd43c4bc5f0002d660a5"
|
||||
"reference": "3ce95b96c217a699168d937c4ed700e6a27ec783"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d64c6f8715dacfba6276dd43c4bc5f0002d660a5",
|
||||
"reference": "d64c6f8715dacfba6276dd43c4bc5f0002d660a5",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3ce95b96c217a699168d937c4ed700e6a27ec783",
|
||||
"reference": "3ce95b96c217a699168d937c4ed700e6a27ec783",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -84,7 +84,7 @@
|
|||
"s3",
|
||||
"sdk"
|
||||
],
|
||||
"time": "2018-02-28T20:46:05+00:00"
|
||||
"time": "2018-03-08T22:51:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bosnadev/database",
|
||||
|
@ -998,19 +998,20 @@
|
|||
},
|
||||
{
|
||||
"name": "erusev/parsedown",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/erusev/parsedown.git",
|
||||
"reference": "6678d59be48c4be64eaca6ce70bea48a09488cc2"
|
||||
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/erusev/parsedown/zipball/6678d59be48c4be64eaca6ce70bea48a09488cc2",
|
||||
"reference": "6678d59be48c4be64eaca6ce70bea48a09488cc2",
|
||||
"url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
|
||||
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -1039,7 +1040,7 @@
|
|||
"markdown",
|
||||
"parser"
|
||||
],
|
||||
"time": "2018-02-28T11:41:37+00:00"
|
||||
"time": "2018-03-08T01:11:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ezyang/htmlpurifier",
|
||||
|
@ -1942,16 +1943,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v5.6.7",
|
||||
"version": "v5.6.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "18402cd4b83fd1d944f3baa0d8cc26d7dfcce333"
|
||||
"reference": "195ba6a67bdad2a23105c7ab410cd43e0f20bb73"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/18402cd4b83fd1d944f3baa0d8cc26d7dfcce333",
|
||||
"reference": "18402cd4b83fd1d944f3baa0d8cc26d7dfcce333",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/195ba6a67bdad2a23105c7ab410cd43e0f20bb73",
|
||||
"reference": "195ba6a67bdad2a23105c7ab410cd43e0f20bb73",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1962,7 +1963,7 @@
|
|||
"ext-openssl": "*",
|
||||
"league/flysystem": "~1.0",
|
||||
"monolog/monolog": "~1.12",
|
||||
"nesbot/carbon": "^1.22.1",
|
||||
"nesbot/carbon": "^1.24.1",
|
||||
"php": "^7.1.3",
|
||||
"psr/container": "~1.0",
|
||||
"psr/simple-cache": "^1.0",
|
||||
|
@ -1979,6 +1980,9 @@
|
|||
"tijsverkoyen/css-to-inline-styles": "^2.2.1",
|
||||
"vlucas/phpdotenv": "~2.2"
|
||||
},
|
||||
"conflict": {
|
||||
"tightenco/collect": "<5.5.33"
|
||||
},
|
||||
"replace": {
|
||||
"illuminate/auth": "self.version",
|
||||
"illuminate/broadcasting": "self.version",
|
||||
|
@ -2007,8 +2011,7 @@
|
|||
"illuminate/support": "self.version",
|
||||
"illuminate/translation": "self.version",
|
||||
"illuminate/validation": "self.version",
|
||||
"illuminate/view": "self.version",
|
||||
"tightenco/collect": "<5.5.33"
|
||||
"illuminate/view": "self.version"
|
||||
},
|
||||
"require-dev": {
|
||||
"aws/aws-sdk-php": "~3.0",
|
||||
|
@ -2074,7 +2077,7 @@
|
|||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2018-02-28T14:50:53+00:00"
|
||||
"time": "2018-03-09T16:53:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/horizon",
|
||||
|
@ -2211,16 +2214,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laravel/tinker",
|
||||
"version": "v1.0.3",
|
||||
"version": "v1.0.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/tinker.git",
|
||||
"reference": "852c2abe0b0991555a403f1c0583e64de6acb4a6"
|
||||
"reference": "94f6daf2131508cebd11cd6f8632ba586d7ecc41"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/tinker/zipball/852c2abe0b0991555a403f1c0583e64de6acb4a6",
|
||||
"reference": "852c2abe0b0991555a403f1c0583e64de6acb4a6",
|
||||
"url": "https://api.github.com/repos/laravel/tinker/zipball/94f6daf2131508cebd11cd6f8632ba586d7ecc41",
|
||||
"reference": "94f6daf2131508cebd11cd6f8632ba586d7ecc41",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2270,7 +2273,7 @@
|
|||
"laravel",
|
||||
"psysh"
|
||||
],
|
||||
"time": "2017-12-18T16:25:11+00:00"
|
||||
"time": "2018-03-06T17:34:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "lcobucci/jwt",
|
||||
|
@ -2781,20 +2784,20 @@
|
|||
},
|
||||
{
|
||||
"name": "nesbot/carbon",
|
||||
"version": "1.23.0",
|
||||
"version": "1.24.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/briannesbitt/Carbon.git",
|
||||
"reference": "4a874a39b2b00d7e0146cd46fab6f47c41ce9e65"
|
||||
"reference": "ef12cbd8ba5ce624f0a6a95e0850c4cc13e71e41"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4a874a39b2b00d7e0146cd46fab6f47c41ce9e65",
|
||||
"reference": "4a874a39b2b00d7e0146cd46fab6f47c41ce9e65",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ef12cbd8ba5ce624f0a6a95e0850c4cc13e71e41",
|
||||
"reference": "ef12cbd8ba5ce624f0a6a95e0850c4cc13e71e41",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"php": ">=5.3.9",
|
||||
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -2830,7 +2833,7 @@
|
|||
"datetime",
|
||||
"time"
|
||||
],
|
||||
"time": "2018-02-28T09:22:05+00:00"
|
||||
"time": "2018-03-09T15:49:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
@ -2885,16 +2888,16 @@
|
|||
},
|
||||
{
|
||||
"name": "p3k/http",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aaronpk/p3k-http.git",
|
||||
"reference": "171fe2e71a83b1155cdfc93cdc3156ad97165712"
|
||||
"reference": "1826647c4902a18dea5ec532f21509ba4d51210b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/171fe2e71a83b1155cdfc93cdc3156ad97165712",
|
||||
"reference": "171fe2e71a83b1155cdfc93cdc3156ad97165712",
|
||||
"url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/1826647c4902a18dea5ec532f21509ba4d51210b",
|
||||
"reference": "1826647c4902a18dea5ec532f21509ba4d51210b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2919,7 +2922,7 @@
|
|||
],
|
||||
"description": "A simple wrapper API around the PHP curl functions",
|
||||
"homepage": "https://github.com/aaronpk/p3k-http",
|
||||
"time": "2018-01-22T20:06:21+00:00"
|
||||
"time": "2018-03-04T15:21:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "paragonie/random_compat",
|
||||
|
@ -3286,16 +3289,16 @@
|
|||
},
|
||||
{
|
||||
"name": "psr/simple-cache",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/simple-cache.git",
|
||||
"reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
|
||||
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
|
||||
"reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
|
||||
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
||||
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3330,7 +3333,7 @@
|
|||
"psr-16",
|
||||
"simple-cache"
|
||||
],
|
||||
"time": "2017-01-02T13:31:39+00:00"
|
||||
"time": "2017-10-23T01:57:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psy/psysh",
|
||||
|
@ -3638,16 +3641,16 @@
|
|||
},
|
||||
{
|
||||
"name": "spatie/image-optimizer",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/image-optimizer.git",
|
||||
"reference": "e2388cb0152b4d5454b7b714c3301ae350b04074"
|
||||
"reference": "91603599eb29024cc9849a4a511a629ebce97850"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/image-optimizer/zipball/e2388cb0152b4d5454b7b714c3301ae350b04074",
|
||||
"reference": "e2388cb0152b4d5454b7b714c3301ae350b04074",
|
||||
"url": "https://api.github.com/repos/spatie/image-optimizer/zipball/91603599eb29024cc9849a4a511a629ebce97850",
|
||||
"reference": "91603599eb29024cc9849a4a511a629ebce97850",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3683,7 +3686,7 @@
|
|||
"image-optimizer",
|
||||
"spatie"
|
||||
],
|
||||
"time": "2018-02-26T13:36:42+00:00"
|
||||
"time": "2018-03-07T13:42:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/temporary-directory",
|
||||
|
@ -3788,16 +3791,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v4.0.4",
|
||||
"version": "v4.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488"
|
||||
"reference": "555c8dbe0ae9e561740451eabdbed2cc554b6a51"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/36d5b41e7d4e1ccf0370f6babe966c08ef0a1488",
|
||||
"reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/555c8dbe0ae9e561740451eabdbed2cc554b6a51",
|
||||
"reference": "555c8dbe0ae9e561740451eabdbed2cc554b6a51",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3852,20 +3855,20 @@
|
|||
],
|
||||
"description": "Symfony Console Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-01-29T09:06:29+00:00"
|
||||
"time": "2018-02-26T15:55:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
"version": "v4.0.4",
|
||||
"version": "v4.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/css-selector.git",
|
||||
"reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7"
|
||||
"reference": "c69f1e93aa898fd9fec627ebef467188151c8dc2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f97600434e3141ef3cbb9ea42cf500fba88022b7",
|
||||
"reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/c69f1e93aa898fd9fec627ebef467188151c8dc2",
|
||||
"reference": "c69f1e93aa898fd9fec627ebef467188151c8dc2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3905,20 +3908,20 @@
|
|||
],
|
||||
"description": "Symfony CssSelector Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-01-03T07:38:00+00:00"
|
||||
"time": "2018-02-03T14:58:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/debug",
|
||||
"version": "v4.0.4",
|
||||
"version": "v4.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/debug.git",
|
||||
"reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54"
|
||||
"reference": "1721e4e7effb23480966690cdcdc7d2a4152d489"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/c77bb31d0f6310a2ac11e657475d396a92e5dc54",
|
||||
"reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/1721e4e7effb23480966690cdcdc7d2a4152d489",
|
||||
"reference": "1721e4e7effb23480966690cdcdc7d2a4152d489",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3961,20 +3964,20 @@
|
|||
],
|
||||
"description": "Symfony Debug Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-01-18T22:19:33+00:00"
|
||||
"time": "2018-02-28T21:50:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v4.0.4",
|
||||
"version": "v4.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
"reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb"
|
||||
"reference": "85eaf6a8ec915487abac52e133efc4a268204428"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74d33aac36208c4d6757807d9f598f0133a3a4eb",
|
||||
"reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/85eaf6a8ec915487abac52e133efc4a268204428",
|
||||
"reference": "85eaf6a8ec915487abac52e133efc4a268204428",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4024,20 +4027,20 @@
|
|||
],
|
||||
"description": "Symfony EventDispatcher Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-01-03T07:38:00+00:00"
|
||||
"time": "2018-02-14T14:11:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
"version": "v4.0.4",
|
||||
"version": "v4.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/finder.git",
|
||||
"reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601"
|
||||
"reference": "44a796d2ecc2a16a5fc8f2956a34ee617934d55f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
|
||||
"reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/44a796d2ecc2a16a5fc8f2956a34ee617934d55f",
|
||||
"reference": "44a796d2ecc2a16a5fc8f2956a34ee617934d55f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4073,20 +4076,20 @@
|
|||
],
|
||||
"description": "Symfony Finder Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-01-03T07:38:00+00:00"
|
||||
"time": "2018-03-05T18:28:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v4.0.4",
|
||||
"version": "v4.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4"
|
||||
"reference": "6c181e81a3a9a7996c62ebd7803592536e729c5a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4",
|
||||
"reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/6c181e81a3a9a7996c62ebd7803592536e729c5a",
|
||||
"reference": "6c181e81a3a9a7996c62ebd7803592536e729c5a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4126,20 +4129,20 @@
|
|||
],
|
||||
"description": "Symfony HttpFoundation Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-01-29T09:06:29+00:00"
|
||||
"time": "2018-03-05T16:01:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
"version": "v4.0.4",
|
||||
"version": "v4.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-kernel.git",
|
||||
"reference": "194bd224ec27952eac6d4fea6264b22990834eca"
|
||||
"reference": "2a1ebfe8c37240500befcb17bceb3893adacffa3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/194bd224ec27952eac6d4fea6264b22990834eca",
|
||||
"reference": "194bd224ec27952eac6d4fea6264b22990834eca",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/2a1ebfe8c37240500befcb17bceb3893adacffa3",
|
||||
"reference": "2a1ebfe8c37240500befcb17bceb3893adacffa3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4151,7 +4154,7 @@
|
|||
},
|
||||
"conflict": {
|
||||
"symfony/config": "<3.4",
|
||||
"symfony/dependency-injection": "<3.4",
|
||||
"symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
|
||||
"symfony/var-dumper": "<3.4",
|
||||
"twig/twig": "<1.34|<2.4,>=2"
|
||||
},
|
||||
|
@ -4164,7 +4167,7 @@
|
|||
"symfony/config": "~3.4|~4.0",
|
||||
"symfony/console": "~3.4|~4.0",
|
||||
"symfony/css-selector": "~3.4|~4.0",
|
||||
"symfony/dependency-injection": "~3.4|~4.0",
|
||||
"symfony/dependency-injection": "^3.4.5|^4.0.5",
|
||||
"symfony/dom-crawler": "~3.4|~4.0",
|
||||
"symfony/expression-language": "~3.4|~4.0",
|
||||
"symfony/finder": "~3.4|~4.0",
|
||||
|
@ -4212,7 +4215,7 @@
|
|||
],
|
||||
"description": "Symfony HttpKernel Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-01-29T13:27:08+00:00"
|
||||
"time": "2018-03-05T22:27:01+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-mbstring",
|
||||
|
@ -4330,16 +4333,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/process",
|
||||
"version": "v4.0.4",
|
||||
"version": "v4.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/process.git",
|
||||
"reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4"
|
||||
"reference": "6ed08502a7c9559da8e60ea343bdbd19c3350b3e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/e1712002d81de6f39f854bc5bbd9e9f4bb6345b4",
|
||||
"reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/6ed08502a7c9559da8e60ea343bdbd19c3350b3e",
|
||||
"reference": "6ed08502a7c9559da8e60ea343bdbd19c3350b3e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4375,20 +4378,20 @@
|
|||
],
|
||||
"description": "Symfony Process Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-01-29T09:06:29+00:00"
|
||||
"time": "2018-02-19T12:18:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/routing",
|
||||
"version": "v4.0.4",
|
||||
"version": "v4.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/routing.git",
|
||||
"reference": "a69bd948700b672e036147762f46749bcae33796"
|
||||
"reference": "9c6268c1970c7e507bedc8946bece32a7db23515"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/a69bd948700b672e036147762f46749bcae33796",
|
||||
"reference": "a69bd948700b672e036147762f46749bcae33796",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/9c6268c1970c7e507bedc8946bece32a7db23515",
|
||||
"reference": "9c6268c1970c7e507bedc8946bece32a7db23515",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4453,20 +4456,20 @@
|
|||
"uri",
|
||||
"url"
|
||||
],
|
||||
"time": "2018-01-16T18:04:12+00:00"
|
||||
"time": "2018-02-28T21:50:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation",
|
||||
"version": "v4.0.4",
|
||||
"version": "v4.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/translation.git",
|
||||
"reference": "a9c4e4cc56f7eff0960c4f6c157da8f6b13211fc"
|
||||
"reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/a9c4e4cc56f7eff0960c4f6c157da8f6b13211fc",
|
||||
"reference": "a9c4e4cc56f7eff0960c4f6c157da8f6b13211fc",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/e20a9b7f9f62cb33a11638b345c248e7d510c938",
|
||||
"reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4521,20 +4524,20 @@
|
|||
],
|
||||
"description": "Symfony Translation Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-01-18T22:19:33+00:00"
|
||||
"time": "2018-02-22T10:50:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/var-dumper",
|
||||
"version": "v4.0.4",
|
||||
"version": "v4.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/var-dumper.git",
|
||||
"reference": "6d63cc74f3e2d4961411ccb77389a00332653104"
|
||||
"reference": "c7d89044ed6ed3b7d8b558d509cca0666b947e58"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/6d63cc74f3e2d4961411ccb77389a00332653104",
|
||||
"reference": "6d63cc74f3e2d4961411ccb77389a00332653104",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/c7d89044ed6ed3b7d8b558d509cca0666b947e58",
|
||||
"reference": "c7d89044ed6ed3b7d8b558d509cca0666b947e58",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4590,7 +4593,7 @@
|
|||
"debug",
|
||||
"dump"
|
||||
],
|
||||
"time": "2018-01-29T09:06:29+00:00"
|
||||
"time": "2018-02-26T15:55:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "themattharris/tmhoauth",
|
||||
|
@ -4847,16 +4850,16 @@
|
|||
},
|
||||
{
|
||||
"name": "codedungeon/phpunit-result-printer",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git",
|
||||
"reference": "34659fcb48ef35fc27c09ded46ac79b25ee95d2f"
|
||||
"reference": "e4cbf937b422bd2ce5ff9929e77592eb8188dbe6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/34659fcb48ef35fc27c09ded46ac79b25ee95d2f",
|
||||
"reference": "34659fcb48ef35fc27c09ded46ac79b25ee95d2f",
|
||||
"url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/e4cbf937b422bd2ce5ff9929e77592eb8188dbe6",
|
||||
"reference": "e4cbf937b422bd2ce5ff9929e77592eb8188dbe6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4892,7 +4895,7 @@
|
|||
"printer",
|
||||
"result-printer"
|
||||
],
|
||||
"time": "2018-02-04T21:48:07+00:00"
|
||||
"time": "2018-03-02T23:02:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/instantiator",
|
||||
|
@ -5268,16 +5271,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laravel/dusk",
|
||||
"version": "v3.0.3",
|
||||
"version": "v3.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/dusk.git",
|
||||
"reference": "558771932216d5b9fef4ce27ca3a4b106a811633"
|
||||
"reference": "df287183e521d761141352b59ec106a45a87f1b0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/dusk/zipball/558771932216d5b9fef4ce27ca3a4b106a811633",
|
||||
"reference": "558771932216d5b9fef4ce27ca3a4b106a811633",
|
||||
"url": "https://api.github.com/repos/laravel/dusk/zipball/df287183e521d761141352b59ec106a45a87f1b0",
|
||||
"reference": "df287183e521d761141352b59ec106a45a87f1b0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5325,7 +5328,7 @@
|
|||
"testing",
|
||||
"webdriver"
|
||||
],
|
||||
"time": "2018-02-28T13:53:00+00:00"
|
||||
"time": "2018-03-07T16:24:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "maximebf/debugbar",
|
||||
|
@ -6870,16 +6873,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v4.0.4",
|
||||
"version": "v4.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028"
|
||||
"reference": "de5f125ea39de846b90b313b2cfb031a0152d223"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/ffc60bda1d4a00ec0b32eeabf39dc017bf480028",
|
||||
"reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/de5f125ea39de846b90b313b2cfb031a0152d223",
|
||||
"reference": "de5f125ea39de846b90b313b2cfb031a0152d223",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -6924,7 +6927,7 @@
|
|||
],
|
||||
"description": "Symfony Yaml Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-01-21T19:06:11+00:00"
|
||||
"time": "2018-02-19T20:08:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "theseer/tokenizer",
|
||||
|
|
Loading…
Add table
Reference in a new issue