Commit 94a63c93 by Bayu Hendra Winata

require laravolt/epilog

parent a028cb98
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
"laravolt/acl": "dev-master", "laravolt/acl": "dev-master",
"laravolt/auth": "dev-master", "laravolt/auth": "dev-master",
"laravolt/epicentrum": "dev-master", "laravolt/epicentrum": "dev-master",
"laravolt/epilog": "dev-master",
"laravolt/password": "dev-master", "laravolt/password": "dev-master",
"laravolt/semantic-form": "dev-master", "laravolt/semantic-form": "dev-master",
"laravolt/suitable": "dev-master", "laravolt/suitable": "dev-master",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "82e5fe1dacf79d7988c62c0f666ef09e", "content-hash": "1c22d3c10fb5bffab4311ef936fd5a1e",
"packages": [ "packages": [
{ {
"name": "anhskohbo/no-captcha", "name": "anhskohbo/no-captcha",
...@@ -155,74 +155,6 @@ ...@@ -155,74 +155,6 @@
"time": "2014-10-24T07:27:01+00:00" "time": "2014-10-24T07:27:01+00:00"
}, },
{ {
"name": "doctrine/annotations",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
"reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"php": "^7.1"
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "^6.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
"time": "2017-12-06T07:11:42+00:00"
},
{
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "v1.7.1", "version": "v1.7.1",
"source": { "source": {
...@@ -297,35 +229,50 @@ ...@@ -297,35 +229,50 @@
"time": "2017-08-25T07:02:50+00:00" "time": "2017-08-25T07:02:50+00:00"
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/dbal",
"version": "v1.5.0", "version": "v2.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/collections.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf" "reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf", "url": "https://api.github.com/repos/doctrine/dbal/zipball/5140a64c08b4b607b9bedaae0cedd26f04a0e621",
"reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf", "reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"php": "^7.1" "php": "^7.1"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "~0.1@dev", "doctrine/coding-standard": "^4.0",
"phpunit/phpunit": "^5.7" "jetbrains/phpstorm-stubs": "^2018.1.2",
"phpstan/phpstan": "^0.10.1",
"phpunit/phpunit": "^7.1.2",
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
"symfony/console": "^2.0.5|^3.0|^4.0",
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
}, },
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.3.x-dev" "dev-master": "2.8.x-dev",
"dev-develop": "3.0.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Doctrine\\Common\\Collections\\": "lib/" "Doctrine\\DBAL\\": "lib/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -348,50 +295,46 @@ ...@@ -348,50 +295,46 @@
{ {
"name": "Jonathan Wage", "name": "Jonathan Wage",
"email": "jonwage@gmail.com" "email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
} }
], ],
"description": "Collections Abstraction library", "description": "Database Abstraction Layer",
"homepage": "http://www.doctrine-project.org", "homepage": "http://www.doctrine-project.org",
"keywords": [ "keywords": [
"array", "database",
"collections", "dbal",
"iterator" "persistence",
"queryobject"
], ],
"time": "2017-07-22T10:37:32+00:00" "time": "2018-07-13T03:16:35+00:00"
}, },
{ {
"name": "doctrine/common", "name": "doctrine/event-manager",
"version": "v2.8.1", "version": "v1.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/common.git", "url": "https://github.com/doctrine/event-manager.git",
"reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66" "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
"reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/annotations": "1.*", "php": "^7.1"
"doctrine/cache": "1.*", },
"doctrine/collections": "1.*", "conflict": {
"doctrine/inflector": "1.*", "doctrine/common": "<2.9@dev"
"doctrine/lexer": "1.*",
"php": "~7.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.7" "doctrine/coding-standard": "^4.0",
"phpunit/phpunit": "^7.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.8.x-dev" "dev-master": "1.0.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -423,93 +366,20 @@ ...@@ -423,93 +366,20 @@
{ {
"name": "Johannes Schmitt", "name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com" "email": "schmittjoh@gmail.com"
}
],
"description": "Common Library for Doctrine projects",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"collections",
"eventmanager",
"persistence",
"spl"
],
"time": "2017-08-31T08:43:38+00:00"
},
{
"name": "doctrine/dbal",
"version": "v2.7.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "11037b4352c008373561dc6fc836834eed80c3b5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/11037b4352c008373561dc6fc836834eed80c3b5",
"reference": "11037b4352c008373561dc6fc836834eed80c3b5",
"shasum": ""
},
"require": {
"doctrine/common": "^2.7.1",
"ext-pdo": "*",
"php": "^7.1"
},
"require-dev": {
"doctrine/coding-standard": "^4.0",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
"symfony/console": "^2.0.5||^3.0",
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\DBAL\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
}, },
{ {
"name": "Benjamin Eberlei", "name": "Marco Pivetta",
"email": "kontakt@beberlei.de" "email": "ocramius@gmail.com"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
} }
], ],
"description": "Database Abstraction Layer", "description": "Doctrine Event Manager component",
"homepage": "http://www.doctrine-project.org", "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [ "keywords": [
"database", "event",
"dbal", "eventdispatcher",
"persistence", "eventmanager"
"queryobject"
], ],
"time": "2018-04-07T18:44:18+00:00" "time": "2018-06-11T11:59:03+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
...@@ -1243,16 +1113,16 @@ ...@@ -1243,16 +1113,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.6.26", "version": "v5.6.27",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "7047df295e77cecb6a2f84736a732af66cc6789c" "reference": "2fe661f2444410a576aa40054ad9b7fe0bb5cee5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/7047df295e77cecb6a2f84736a732af66cc6789c", "url": "https://api.github.com/repos/laravel/framework/zipball/2fe661f2444410a576aa40054ad9b7fe0bb5cee5",
"reference": "7047df295e77cecb6a2f84736a732af66cc6789c", "reference": "2fe661f2444410a576aa40054ad9b7fe0bb5cee5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1378,7 +1248,7 @@ ...@@ -1378,7 +1248,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2018-06-20T14:21:11+00:00" "time": "2018-07-10T13:47:01+00:00"
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
...@@ -1449,7 +1319,7 @@ ...@@ -1449,7 +1319,7 @@
"dist": { "dist": {
"type": "path", "type": "path",
"url": "../acl", "url": "../acl",
"reference": "33f8a177df9a50270d8df14c5b8359173a631ab0", "reference": "c69d6b9d243f3bbe7b394924917c5ba80e5fbb8a",
"shasum": null "shasum": null
}, },
"require": { "require": {
...@@ -1503,7 +1373,7 @@ ...@@ -1503,7 +1373,7 @@
"dist": { "dist": {
"type": "path", "type": "path",
"url": "../auth", "url": "../auth",
"reference": "b228ec66b769dd5a18133a5678bb139cf3adcdfc", "reference": "beeb73d9968325cc697914a092b528a0670d5b5b",
"shasum": null "shasum": null
}, },
"require": { "require": {
...@@ -1643,7 +1513,7 @@ ...@@ -1643,7 +1513,7 @@
"dist": { "dist": {
"type": "path", "type": "path",
"url": "../epicentrum", "url": "../epicentrum",
"reference": "d4dd06e99dc956d799f2b6ef60d51bc7a8de16e9", "reference": "f8a3993f69f82e14a0e9f0d390e236bdd07b8365",
"shasum": null "shasum": null
}, },
"require": { "require": {
...@@ -1651,7 +1521,7 @@ ...@@ -1651,7 +1521,7 @@
"laravolt/acl": "dev-master", "laravolt/acl": "dev-master",
"laravolt/avatar": "^2.0", "laravolt/avatar": "^2.0",
"laravolt/password": "^1.0", "laravolt/password": "^1.0",
"laravolt/semantic-form": "^1.3", "laravolt/semantic-form": "dev-master",
"laravolt/suitable": "dev-master", "laravolt/suitable": "dev-master",
"league/fractal": "^0.13.0", "league/fractal": "^0.13.0",
"myclabs/php-enum": "^1.4", "myclabs/php-enum": "^1.4",
...@@ -1667,6 +1537,7 @@ ...@@ -1667,6 +1537,7 @@
"providers": [ "providers": [
"Laravolt\\Epicentrum\\ServiceProvider", "Laravolt\\Epicentrum\\ServiceProvider",
"Laravolt\\SemanticForm\\ServiceProvider", "Laravolt\\SemanticForm\\ServiceProvider",
"Laravolt\\Suitable\\ServiceProvider",
"Laravolt\\Password\\ServiceProvider" "Laravolt\\Password\\ServiceProvider"
], ],
"aliases": { "aliases": {
...@@ -1704,6 +1575,56 @@ ...@@ -1704,6 +1575,56 @@
} }
}, },
{ {
"name": "laravolt/epilog",
"version": "9999999-dev",
"dist": {
"type": "path",
"url": "../epilog",
"reference": "6af4f222f2bd07821f16a165820c379697ce526b",
"shasum": null
},
"require": {
"league/flysystem": "^1.0",
"php": ">=7.0",
"pulse00/monolog-parser": "^0.0.3"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laravolt\\Epilog\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravolt\\Epilog\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Bayu Hendra Winata",
"email": "uyab.exe@gmail.com",
"homepage": "http://id-laravel.com",
"role": "Developer"
}
],
"description": "Epic Laravel log viewer",
"homepage": "https://github.com/laravolt/epilog",
"keywords": [
"laravel",
"laravolt",
"log",
"viewer"
],
"transport-options": {
"symlink": true
}
},
{
"name": "laravolt/password", "name": "laravolt/password",
"version": "dev-master", "version": "dev-master",
"dist": { "dist": {
...@@ -1764,27 +1685,22 @@ ...@@ -1764,27 +1685,22 @@
}, },
{ {
"name": "laravolt/semantic-form", "name": "laravolt/semantic-form",
"version": "1.10.8", "version": "9999999-dev",
"source": {
"type": "git",
"url": "https://github.com/laravolt/semantic-form.git",
"reference": "b8dee55f43fabcb8b2c76d168ab6f8b053bc97be"
},
"dist": { "dist": {
"type": "zip", "type": "path",
"url": "https://api.github.com/repos/laravolt/semantic-form/zipball/b8dee55f43fabcb8b2c76d168ab6f8b053bc97be", "url": "../semantic-form",
"reference": "b8dee55f43fabcb8b2c76d168ab6f8b053bc97be", "reference": "779c5687173c5e82b965cfebb094c394e624ee9b",
"shasum": "" "shasum": null
}, },
"require": { "require": {
"illuminate/support": "~5.2", "illuminate/support": "~5.2",
"jenssegers/date": "^3.2", "jenssegers/date": "^3.2",
"nesbot/carbon": "~1.20", "nesbot/carbon": "~1.20",
"php": ">=5.5.0" "php": ">=5.6"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "0.9.*", "mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0" "phpunit/phpunit": "~5.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -1802,7 +1718,11 @@ ...@@ -1802,7 +1718,11 @@
"Laravolt\\SemanticForm\\": "src" "Laravolt\\SemanticForm\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "autoload-dev": {
"psr-4": {
"Laravolt\\SemanticForm\\Test\\": "tests"
}
},
"license": [ "license": [
"MIT" "MIT"
], ],
...@@ -1820,9 +1740,11 @@ ...@@ -1820,9 +1740,11 @@
"form", "form",
"laravel", "laravel",
"laravolt", "laravolt",
"semantic-ui" "semantic-UI"
], ],
"time": "2017-09-04T00:39:07+00:00" "transport-options": {
"symlink": true
}
}, },
{ {
"name": "laravolt/suitable", "name": "laravolt/suitable",
...@@ -1830,7 +1752,7 @@ ...@@ -1830,7 +1752,7 @@
"dist": { "dist": {
"type": "path", "type": "path",
"url": "../suitable", "url": "../suitable",
"reference": "dd1bf615517236e9fdb2584ce45b55ac42d1a598", "reference": "3ee8650c2af61271c2bccefe03b4e29f557277c1",
"shasum": null "shasum": null
}, },
"require": { "require": {
...@@ -1899,7 +1821,7 @@ ...@@ -1899,7 +1821,7 @@
"dist": { "dist": {
"type": "path", "type": "path",
"url": "../ui", "url": "../ui",
"reference": "84f5c0a56ec5b940195cf9be64b5c0974fceeac4", "reference": "b5946e9f1426e71a8b0434c35e2d2eff62d3ba28",
"shasum": null "shasum": null
}, },
"require": { "require": {
...@@ -2375,16 +2297,16 @@ ...@@ -2375,16 +2297,16 @@
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
"version": "v2.0.15", "version": "v2.0.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paragonie/random_compat.git", "url": "https://github.com/paragonie/random_compat.git",
"reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09" "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/10bcb46e8f3d365170f6de9d05245aa066b81f09", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
"reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09", "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2420,7 +2342,7 @@ ...@@ -2420,7 +2342,7 @@
"pseudorandom", "pseudorandom",
"random" "random"
], ],
"time": "2018-06-08T15:26:40+00:00" "time": "2018-07-04T16:31:37+00:00"
}, },
{ {
"name": "prettus/l5-repository", "name": "prettus/l5-repository",
...@@ -2792,6 +2714,45 @@ ...@@ -2792,6 +2714,45 @@
"time": "2018-06-10T17:57:20+00:00" "time": "2018-06-10T17:57:20+00:00"
}, },
{ {
"name": "pulse00/monolog-parser",
"version": "0.0.3",
"source": {
"type": "git",
"url": "https://github.com/pulse00/monolog-parser.git",
"reference": "2ef54746f428f0efe959a9bdeb11294aa8872d2f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pulse00/monolog-parser/zipball/2ef54746f428f0efe959a9bdeb11294aa8872d2f",
"reference": "2ef54746f428f0efe959a9bdeb11294aa8872d2f",
"shasum": ""
},
"require": {
"monolog/monolog": "1.*"
},
"require-dev": {
"phpunit/phpunit": "~4.5"
},
"type": "library",
"autoload": {
"psr-0": {
"Dubture": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Robert Gruendler",
"email": "r.gruendler@gmail.com"
}
],
"description": "A parser for monolog log entries",
"time": "2015-05-21T16:25:17+00:00"
},
{
"name": "ramsey/uuid", "name": "ramsey/uuid",
"version": "3.7.3", "version": "3.7.3",
"source": { "source": {
...@@ -2873,16 +2834,16 @@ ...@@ -2873,16 +2834,16 @@
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
"version": "v6.0.2", "version": "v6.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git", "url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "412333372fb6c8ffb65496a2bbd7321af75733fc" "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
"reference": "412333372fb6c8ffb65496a2bbd7321af75733fc", "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2893,10 +2854,14 @@ ...@@ -2893,10 +2854,14 @@
"mockery/mockery": "~0.9.1", "mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "~3.3@dev" "symfony/phpunit-bridge": "~3.3@dev"
}, },
"suggest": {
"ext-intl": "Needed to support internationalized email addresses",
"true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "6.0-dev" "dev-master": "6.1-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -2918,13 +2883,13 @@ ...@@ -2918,13 +2883,13 @@
} }
], ],
"description": "Swiftmailer, free feature-rich PHP mailer", "description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "http://swiftmailer.symfony.com", "homepage": "https://swiftmailer.symfony.com",
"keywords": [ "keywords": [
"email", "email",
"mail", "mail",
"mailer" "mailer"
], ],
"time": "2017-09-30T22:39:41+00:00" "time": "2018-07-13T07:04:35+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
...@@ -3844,28 +3809,28 @@ ...@@ -3844,28 +3809,28 @@
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
"version": "v2.4.0", "version": "v2.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vlucas/phpdotenv.git", "url": "https://github.com/vlucas/phpdotenv.git",
"reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c" "reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/6ae3e2e6494bb5e58c2decadafc3de7f1453f70a",
"reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", "reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.9" "php": ">=5.3.9"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8 || ^5.0" "phpunit/phpunit": "^4.8.35 || ^5.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.4-dev" "dev-master": "2.5-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3875,7 +3840,7 @@ ...@@ -3875,7 +3840,7 @@
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"BSD-3-Clause-Attribution" "BSD-3-Clause"
], ],
"authors": [ "authors": [
{ {
...@@ -3890,7 +3855,7 @@ ...@@ -3890,7 +3855,7 @@
"env", "env",
"environment" "environment"
], ],
"time": "2016-09-01T10:05:43+00:00" "time": "2018-07-01T10:25:50+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
...@@ -4011,16 +3976,16 @@ ...@@ -4011,16 +3976,16 @@
}, },
{ {
"name": "fzaninotto/faker", "name": "fzaninotto/faker",
"version": "v1.7.1", "version": "v1.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fzaninotto/Faker.git", "url": "https://github.com/fzaninotto/Faker.git",
"reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d" "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
"reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4028,7 +3993,7 @@ ...@@ -4028,7 +3993,7 @@
}, },
"require-dev": { "require-dev": {
"ext-intl": "*", "ext-intl": "*",
"phpunit/phpunit": "^4.0 || ^5.0", "phpunit/phpunit": "^4.8.35 || ^5.7",
"squizlabs/php_codesniffer": "^1.5" "squizlabs/php_codesniffer": "^1.5"
}, },
"type": "library", "type": "library",
...@@ -4057,7 +4022,7 @@ ...@@ -4057,7 +4022,7 @@
"faker", "faker",
"fixtures" "fixtures"
], ],
"time": "2017-08-15T16:48:10+00:00" "time": "2018-07-12T10:23:15+00:00"
}, },
{ {
"name": "hamcrest/hamcrest-php", "name": "hamcrest/hamcrest-php",
...@@ -4981,16 +4946,16 @@ ...@@ -4981,16 +4946,16 @@
}, },
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",
"version": "3.0.1", "version": "3.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git", "url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "591a30922f54656695e59b1f39501aec513403da" "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/591a30922f54656695e59b1f39501aec513403da", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "591a30922f54656695e59b1f39501aec513403da", "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5041,7 +5006,7 @@ ...@@ -5041,7 +5006,7 @@
"compare", "compare",
"equality" "equality"
], ],
"time": "2018-06-14T15:05:28+00:00" "time": "2018-07-12T15:12:46+00:00"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
...@@ -5594,7 +5559,11 @@ ...@@ -5594,7 +5559,11 @@
"laravolt/acl": 20, "laravolt/acl": 20,
"laravolt/auth": 20, "laravolt/auth": 20,
"laravolt/epicentrum": 20, "laravolt/epicentrum": 20,
"laravolt/suitable": 20 "laravolt/epilog": 20,
"laravolt/password": 20,
"laravolt/semantic-form": 20,
"laravolt/suitable": 20,
"laravolt/ui": 20
}, },
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment