Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2015-11-30 21:53:45 +0000
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
b912eb9fe3f04fde2be3538230b93f3202900de4
b912eb9f
1 parent
3d908481
Updated composer.json with some basic info
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
composer.json
composer.json
View file @
b912eb9
{
"name"
:
"
laravel/laravel
"
,
"description"
:
"
The Laravel Framework.
"
,
"keywords"
:
[
"
framework"
,
"laravel
"
],
"name"
:
"
ssddanbrown/bookstack
"
,
"description"
:
"
BookStack documentation platform
"
,
"keywords"
:
[
"
BookStack"
,
"Documentation
"
],
"license"
:
"MIT"
,
"type"
:
"project"
,
"require"
:
{
"php"
:
">=5.5.9"
,
"laravel/framework"
:
"5.1.*"
,
"intervention/image"
:
"^2.3"
,
"barryvdh/laravel-ide-helper"
:
"^2.1"
,
"laravel/socialite"
:
"^2.0"
,
"barryvdh/laravel-debugbar"
:
"^2.0"
"laravel/socialite"
:
"^2.0"
},
"require-dev"
:
{
"fzaninotto/faker"
:
"~1.4"
,
"mockery/mockery"
:
"0.9.*"
,
"phpunit/phpunit"
:
"~4.0"
,
"phpspec/phpspec"
:
"~2.1"
"phpspec/phpspec"
:
"~2.1"
,
"barryvdh/laravel-ide-helper"
:
"^2.1"
,
"barryvdh/laravel-debugbar"
:
"^2.0"
},
"autoload"
:
{
"classmap"
:
[
...
...
Please
register
or
sign in
to post a comment