mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Update example environment file and composer lock.
This commit is contained in:
@@ -11,3 +11,6 @@ DB_PASSWORD=secret
|
||||
CACHE_DRIVER=file
|
||||
SESSION_DRIVER=file
|
||||
|
||||
EMAIL_SMTP=
|
||||
EMAIL_USERNAME=
|
||||
EMAIL_PASSWORD=
|
||||
|
54
composer.lock
generated
54
composer.lock
generated
@@ -8,16 +8,16 @@
|
||||
"packages": [
|
||||
{
|
||||
"name": "barryvdh/laravel-ide-helper",
|
||||
"version": "v2.0.0",
|
||||
"version": "v2.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
|
||||
"reference": "317ef794a579474e96eaec1d6c1c5e0f7ac6ee5e"
|
||||
"reference": "81b7febfc64168ea1af57261aa4dfc9acefd5429"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/317ef794a579474e96eaec1d6c1c5e0f7ac6ee5e",
|
||||
"reference": "317ef794a579474e96eaec1d6c1c5e0f7ac6ee5e",
|
||||
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/81b7febfc64168ea1af57261aa4dfc9acefd5429",
|
||||
"reference": "81b7febfc64168ea1af57261aa4dfc9acefd5429",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -67,7 +67,7 @@
|
||||
"phpstorm",
|
||||
"sublime"
|
||||
],
|
||||
"time": "2015-02-04 08:12:01"
|
||||
"time": "2015-02-23 15:55:54"
|
||||
},
|
||||
{
|
||||
"name": "classpreloader/classpreloader",
|
||||
@@ -1013,16 +1013,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v5.0.6",
|
||||
"version": "v5.0.13",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "43637b796f1ac0b1a960984231251ff04b438006"
|
||||
"reference": "c263240daa383e6b9bd979600dc61dcb2c436d53"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/43637b796f1ac0b1a960984231251ff04b438006",
|
||||
"reference": "43637b796f1ac0b1a960984231251ff04b438006",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/c263240daa383e6b9bd979600dc61dcb2c436d53",
|
||||
"reference": "c263240daa383e6b9bd979600dc61dcb2c436d53",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1039,7 +1039,7 @@
|
||||
"mtdowling/cron-expression": "~1.0",
|
||||
"nesbot/carbon": "~1.0",
|
||||
"php": ">=5.4.0",
|
||||
"psy/psysh": "0.3.*",
|
||||
"psy/psysh": "0.4.*",
|
||||
"swiftmailer/swiftmailer": "~5.1",
|
||||
"symfony/console": "2.6.*",
|
||||
"symfony/debug": "2.6.*",
|
||||
@@ -1134,7 +1134,7 @@
|
||||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2015-02-20 16:22:21"
|
||||
"time": "2015-02-27 00:32:38"
|
||||
},
|
||||
{
|
||||
"name": "league/commonmark",
|
||||
@@ -1574,16 +1574,16 @@
|
||||
},
|
||||
{
|
||||
"name": "psy/psysh",
|
||||
"version": "v0.3.5",
|
||||
"version": "v0.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bobthecow/psysh.git",
|
||||
"reference": "2ce0e8f3020fd292c2ad2a496c5d83939823f642"
|
||||
"reference": "3787f3436f4fd898e0ac1eb6f5abd2ab6b24085b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/2ce0e8f3020fd292c2ad2a496c5d83939823f642",
|
||||
"reference": "2ce0e8f3020fd292c2ad2a496c5d83939823f642",
|
||||
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/3787f3436f4fd898e0ac1eb6f5abd2ab6b24085b",
|
||||
"reference": "3787f3436f4fd898e0ac1eb6f5abd2ab6b24085b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1601,6 +1601,7 @@
|
||||
},
|
||||
"suggest": {
|
||||
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
|
||||
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
|
||||
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
|
||||
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
|
||||
},
|
||||
@@ -1640,7 +1641,7 @@
|
||||
"interactive",
|
||||
"shell"
|
||||
],
|
||||
"time": "2015-02-12 19:35:52"
|
||||
"time": "2015-02-25 20:35:54"
|
||||
},
|
||||
{
|
||||
"name": "swiftmailer/swiftmailer",
|
||||
@@ -2545,16 +2546,16 @@
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "barryvdh/laravel-debugbar",
|
||||
"version": "v2.0.1",
|
||||
"version": "v2.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/barryvdh/laravel-debugbar.git",
|
||||
"reference": "77b9cc071f4bbd839923269668b14d308778d8b0"
|
||||
"reference": "7bdf8acf3b955f4fcf922e74abdfdec370369196"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/77b9cc071f4bbd839923269668b14d308778d8b0",
|
||||
"reference": "77b9cc071f4bbd839923269668b14d308778d8b0",
|
||||
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/7bdf8acf3b955f4fcf922e74abdfdec370369196",
|
||||
"reference": "7bdf8acf3b955f4fcf922e74abdfdec370369196",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2595,7 +2596,7 @@
|
||||
"profiler",
|
||||
"webprofiler"
|
||||
],
|
||||
"time": "2015-02-15 14:11:42"
|
||||
"time": "2015-02-19 10:26:39"
|
||||
},
|
||||
{
|
||||
"name": "codeception/c3",
|
||||
@@ -3183,16 +3184,16 @@
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/ringphp",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/RingPHP.git",
|
||||
"reference": "a903f51b692427318bc813217c0e6505287e79a4"
|
||||
"reference": "f43ab34aad69ca0ba04172cf2c3cd5c12fc0e5a4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/RingPHP/zipball/a903f51b692427318bc813217c0e6505287e79a4",
|
||||
"reference": "a903f51b692427318bc813217c0e6505287e79a4",
|
||||
"url": "https://api.github.com/repos/guzzle/RingPHP/zipball/f43ab34aad69ca0ba04172cf2c3cd5c12fc0e5a4",
|
||||
"reference": "f43ab34aad69ca0ba04172cf2c3cd5c12fc0e5a4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3229,7 +3230,8 @@
|
||||
"homepage": "https://github.com/mtdowling"
|
||||
}
|
||||
],
|
||||
"time": "2014-12-11 05:50:32"
|
||||
"description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
|
||||
"time": "2015-02-26 20:43:09"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/streams",
|
||||
|
Reference in New Issue
Block a user