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 9ec60c7e
authored
Dec 18, 2019
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move dependencies from "require-dev" to "require"
1 parent
97d1d2f6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
composer.json
composer.lock
composer.json
View file @
9ec60c7
...
...
@@ -6,22 +6,20 @@
"type"
:
"project"
,
"require"
:
{
"php"
:
"^7.2"
,
"barryvdh/laravel-debugbar"
:
"^3.2"
,
"beyondcode/laravel-dump-server"
:
"^1.0"
,
"facade/ignition"
:
"^1.4"
,
"fideloper/proxy"
:
"^4.0"
,
"fzaninotto/faker"
:
"^1.4"
,
"inertiajs/inertia-laravel"
:
"^0.1"
,
"laravel/framework"
:
"^6.0"
,
"laravel/tinker"
:
"^1.0"
,
"league/glide"
:
"2.0.x-dev"
,
"reinink/remember-query-strings"
:
"^0.1.0"
,
"tightenco/ziggy"
:
"^0.8.0"
},
"require-dev"
:
{
"barryvdh/laravel-debugbar"
:
"^3.2"
,
"beyondcode/laravel-dump-server"
:
"^1.0"
,
"facade/ignition"
:
"^1.4"
,
"fzaninotto/faker"
:
"^1.4"
,
"mockery/mockery"
:
"^1.0"
,
"nunomaduro/collision"
:
"^3.0"
,
"phpunit/phpunit"
:
"^8.0"
"phpunit/phpunit"
:
"^8.0"
,
"reinink/remember-query-strings"
:
"^0.1.0"
,
"tightenco/ziggy"
:
"^0.8.0"
},
"autoload"
:
{
"classmap"
:
[
...
...
composer.lock
View file @
9ec60c7
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