Updated composer to prevent ambiguous warnings

This commit is contained in:
snipe 2017-04-27 18:50:00 -07:00
parent d7f6d8e997
commit f6be7caaeb
2 changed files with 7 additions and 9 deletions

View file

@ -40,9 +40,7 @@
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [
"database", "database"
"app/Helpers/Helper.php",
"app/Http/Transformers"
], ],
"psr-4": { "psr-4": {
"App\\": "app/" "App\\": "app/"

12
composer.lock generated
View file

@ -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"
], ],
"hash": "2c4e1850f1c201a14230655c3af73110", "hash": "f8ae0ee617caf38992aa66b4618aa438",
"content-hash": "ccef89dfe3219e8cfee41abb55be8fbd", "content-hash": "ccef89dfe3219e8cfee41abb55be8fbd",
"packages": [ "packages": [
{ {
@ -1244,16 +1244,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.4.19", "version": "v5.4.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "02444b7450350db17a7607c8a52f7268ebdb0dad" "reference": "851aad458bcc904178ded02954d55d36c2c35f8b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/02444b7450350db17a7607c8a52f7268ebdb0dad", "url": "https://api.github.com/repos/laravel/framework/zipball/851aad458bcc904178ded02954d55d36c2c35f8b",
"reference": "02444b7450350db17a7607c8a52f7268ebdb0dad", "reference": "851aad458bcc904178ded02954d55d36c2c35f8b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1369,7 +1369,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2017-04-16 13:33:34" "time": "2017-04-27 13:04:35"
}, },
{ {
"name": "laravel/passport", "name": "laravel/passport",