Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 35cb4ef4
authored
Jul 29, 2020
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
1 parent
b375bd35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
44 deletions
composer.json
composer.lock
composer.json
View file @
35cb4ef
{
{
"name"
:
"laravel/laravel"
,
"name"
:
"laravel/laravel"
,
"type"
:
"project"
,
"description"
:
"The Laravel Framework."
,
"description"
:
"The Laravel Framework."
,
"keywords"
:
[
"framework"
,
"laravel"
],
"keywords"
:
[
"framework"
,
"laravel"
],
"license"
:
"MIT"
,
"license"
:
"MIT"
,
"type"
:
"project"
,
"require"
:
{
"require"
:
{
"php"
:
"^7.2"
,
"php"
:
"^7.2
.5
"
,
"ext-exif"
:
"*"
,
"ext-exif"
:
"*"
,
"ext-gd"
:
"*"
,
"ext-gd"
:
"*"
,
"
barryvdh/laravel-debugbar"
:
"^3.2
"
,
"
facade/ignition"
:
"^2.0
"
,
"
beyondcode/laravel-dump-server"
:
"^1.0
"
,
"
fideloper/proxy"
:
"^4.2
"
,
"f
acade/ignition"
:
"^1.4
"
,
"f
ruitcake/laravel-cors"
:
"^2.0
"
,
"f
ideloper/proxy"
:
"^4.0
"
,
"f
zaninotto/faker"
:
"^1.9.1
"
,
"
fzaninotto/faker"
:
"^1.4
"
,
"
guzzlehttp/guzzle"
:
"^6.3
"
,
"inertiajs/inertia-laravel"
:
"^0.2"
,
"inertiajs/inertia-laravel"
:
"^0.2"
,
"laravel/framework"
:
"^6.0"
,
"laravel/framework"
:
"^7.22.2"
,
"laravel/tinker"
:
"^1.0"
,
"laravel/tinker"
:
"^2.0"
,
"laravel/ui"
:
"^2.0"
,
"league/glide"
:
"2.0.x-dev"
,
"league/glide"
:
"2.0.x-dev"
,
"mockery/mockery"
:
"^1.
0
"
,
"mockery/mockery"
:
"^1.
3.1
"
,
"nunomaduro/collision"
:
"^
3.0
"
,
"nunomaduro/collision"
:
"^
4.1
"
,
"phpunit/phpunit"
:
"^8.
0
"
,
"phpunit/phpunit"
:
"^8.
5
"
,
"reinink/remember-query-strings"
:
"^0.1.0"
,
"reinink/remember-query-strings"
:
"^0.1.0"
,
"tightenco/ziggy"
:
"^0.8.0"
"tightenco/ziggy"
:
"^0.8.0"
},
},
"config"
:
{
"optimize-autoloader"
:
true
,
"preferred-install"
:
"dist"
,
"sort-packages"
:
true
},
"extra"
:
{
"laravel"
:
{
"dont-discover"
:
[]
}
},
"autoload"
:
{
"autoload"
:
{
"psr-4"
:
{
"App
\\
"
:
"app/"
},
"classmap"
:
[
"classmap"
:
[
"database/seeds"
,
"database/seeds"
,
"database/factories"
"database/factories"
],
]
"psr-4"
:
{
"App
\\
"
:
"app/"
}
},
},
"autoload-dev"
:
{
"autoload-dev"
:
{
"psr-4"
:
{
"psr-4"
:
{
"Tests
\\
"
:
"tests/"
"Tests
\\
"
:
"tests/"
}
}
},
},
"extra"
:
{
"minimum-stability"
:
"dev"
,
"laravel"
:
{
"prefer-stable"
:
true
,
"dont-discover"
:
[
]
}
},
"scripts"
:
{
"scripts"
:
{
"compile"
:
[
"post-autoload-dump"
:
[
"npm run prod"
,
"Illuminate
\\
Foundation
\\
ComposerScripts::postAutoloadDump"
,
"@php artisan migrate:fresh"
,
"@php artisan package:discover --ansi"
"@php artisan db:seed"
],
"reseed"
:
[
"@php artisan migrate:fresh"
,
"@php artisan db:seed"
],
],
"post-root-package-install"
:
[
"post-root-package-install"
:
[
"@php -r
\"
file_exists('.env') || copy('.env.example', '.env');
\"
"
"@php -r
\"
file_exists('.env') || copy('.env.example', '.env');
\"
"
],
],
"post-create-project-cmd"
:
[
"post-create-project-cmd"
:
[
"@php artisan key:generate"
"@php artisan key:generate --ansi"
],
"post-autoload-dump"
:
[
"Illuminate
\\
Foundation
\\
ComposerScripts::postAutoloadDump"
,
"@php artisan package:discover"
]
]
},
}
"config"
:
{
"preferred-install"
:
"dist"
,
"sort-packages"
:
true
,
"optimize-autoloader"
:
true
},
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
}
}
composer.lock
View file @
35cb4ef
This diff could not be displayed because it is too large.
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment