Update example environment file and composer lock.

This commit is contained in:
James Cole
2015-02-27 16:09:00 +01:00
parent aca096548c
commit add098d5c0
2 changed files with 31 additions and 26 deletions

View File

@@ -11,3 +11,6 @@ DB_PASSWORD=secret
CACHE_DRIVER=file CACHE_DRIVER=file
SESSION_DRIVER=file SESSION_DRIVER=file
EMAIL_SMTP=
EMAIL_USERNAME=
EMAIL_PASSWORD=

54
composer.lock generated
View File

@@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
"version": "v2.0.0", "version": "v2.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git", "url": "https://github.com/barryvdh/laravel-ide-helper.git",
"reference": "317ef794a579474e96eaec1d6c1c5e0f7ac6ee5e" "reference": "81b7febfc64168ea1af57261aa4dfc9acefd5429"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/317ef794a579474e96eaec1d6c1c5e0f7ac6ee5e", "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/81b7febfc64168ea1af57261aa4dfc9acefd5429",
"reference": "317ef794a579474e96eaec1d6c1c5e0f7ac6ee5e", "reference": "81b7febfc64168ea1af57261aa4dfc9acefd5429",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -67,7 +67,7 @@
"phpstorm", "phpstorm",
"sublime" "sublime"
], ],
"time": "2015-02-04 08:12:01" "time": "2015-02-23 15:55:54"
}, },
{ {
"name": "classpreloader/classpreloader", "name": "classpreloader/classpreloader",
@@ -1013,16 +1013,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.0.6", "version": "v5.0.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "43637b796f1ac0b1a960984231251ff04b438006" "reference": "c263240daa383e6b9bd979600dc61dcb2c436d53"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/43637b796f1ac0b1a960984231251ff04b438006", "url": "https://api.github.com/repos/laravel/framework/zipball/c263240daa383e6b9bd979600dc61dcb2c436d53",
"reference": "43637b796f1ac0b1a960984231251ff04b438006", "reference": "c263240daa383e6b9bd979600dc61dcb2c436d53",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1039,7 +1039,7 @@
"mtdowling/cron-expression": "~1.0", "mtdowling/cron-expression": "~1.0",
"nesbot/carbon": "~1.0", "nesbot/carbon": "~1.0",
"php": ">=5.4.0", "php": ">=5.4.0",
"psy/psysh": "0.3.*", "psy/psysh": "0.4.*",
"swiftmailer/swiftmailer": "~5.1", "swiftmailer/swiftmailer": "~5.1",
"symfony/console": "2.6.*", "symfony/console": "2.6.*",
"symfony/debug": "2.6.*", "symfony/debug": "2.6.*",
@@ -1134,7 +1134,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2015-02-20 16:22:21" "time": "2015-02-27 00:32:38"
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
@@ -1574,16 +1574,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.3.5", "version": "v0.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "2ce0e8f3020fd292c2ad2a496c5d83939823f642" "reference": "3787f3436f4fd898e0ac1eb6f5abd2ab6b24085b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/2ce0e8f3020fd292c2ad2a496c5d83939823f642", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/3787f3436f4fd898e0ac1eb6f5abd2ab6b24085b",
"reference": "2ce0e8f3020fd292c2ad2a496c5d83939823f642", "reference": "3787f3436f4fd898e0ac1eb6f5abd2ab6b24085b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1601,6 +1601,7 @@
}, },
"suggest": { "suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "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-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." "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
}, },
@@ -1640,7 +1641,7 @@
"interactive", "interactive",
"shell" "shell"
], ],
"time": "2015-02-12 19:35:52" "time": "2015-02-25 20:35:54"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
@@ -2545,16 +2546,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
"version": "v2.0.1", "version": "v2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "77b9cc071f4bbd839923269668b14d308778d8b0" "reference": "7bdf8acf3b955f4fcf922e74abdfdec370369196"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/77b9cc071f4bbd839923269668b14d308778d8b0", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/7bdf8acf3b955f4fcf922e74abdfdec370369196",
"reference": "77b9cc071f4bbd839923269668b14d308778d8b0", "reference": "7bdf8acf3b955f4fcf922e74abdfdec370369196",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2595,7 +2596,7 @@
"profiler", "profiler",
"webprofiler" "webprofiler"
], ],
"time": "2015-02-15 14:11:42" "time": "2015-02-19 10:26:39"
}, },
{ {
"name": "codeception/c3", "name": "codeception/c3",
@@ -3183,16 +3184,16 @@
}, },
{ {
"name": "guzzlehttp/ringphp", "name": "guzzlehttp/ringphp",
"version": "1.0.5", "version": "1.0.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/RingPHP.git", "url": "https://github.com/guzzle/RingPHP.git",
"reference": "a903f51b692427318bc813217c0e6505287e79a4" "reference": "f43ab34aad69ca0ba04172cf2c3cd5c12fc0e5a4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/RingPHP/zipball/a903f51b692427318bc813217c0e6505287e79a4", "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/f43ab34aad69ca0ba04172cf2c3cd5c12fc0e5a4",
"reference": "a903f51b692427318bc813217c0e6505287e79a4", "reference": "f43ab34aad69ca0ba04172cf2c3cd5c12fc0e5a4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3229,7 +3230,8 @@
"homepage": "https://github.com/mtdowling" "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", "name": "guzzlehttp/streams",