Skip to content

Commit

Permalink
add agreed field
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeri de Bruin committed Jul 18, 2020
1 parent b8ddc6a commit a373963
Showing 1 changed file with 25 additions and 14 deletions.
39 changes: 25 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,56 +7,65 @@
"laravel"
],
"license": "MIT",
"require": {
"require":
{
"php": "^7.2.5",
"bigbluebutton/bigbluebutton-api-php": "~2.0.0",
"caouecs/laravel-lang": "^6.0",
"doctrine/dbal": "^2.10",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^1.0",
"guzzlehttp/guzzle": "^6.3",
"joedixon/laravel-translation": "^1.1",
"laravel/framework": "^7.0",
"laravel/tinker": "^2.0",
"laravel/ui": "^2.0",
"tcg/voyager": "^1.4",
"tremby/laravel-git-version": "^1.2"
},
"require-dev": {
"require-dev":
{
"facade/ignition": "^2.0",
"fzaninotto/faker": "^1.9.1",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^4.1",
"phpunit/phpunit": "^8.5",
"phpmd/phpmd": "@stable"
},
"config": {
"config":
{
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"extra": {
"laravel": {
"extra":
{
"laravel":
{
"dont-discover": []
}
},
"autoload": {
"psr-4": {
"autoload":
{
"psr-4":
{
"App\\": "app/"
},
"classmap": [
"database/seeds",
"database/factories"
]
},
"autoload-dev": {
"psr-4": {
"autoload-dev":
{
"psr-4":
{
"Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"scripts":
{
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
Expand All @@ -68,10 +77,12 @@
"@php artisan key:generate --ansi"
]
},
"repositories": {
"hooks": {
"repositories":
{
"hooks":
{
"type": "composer",
"url": "https://larapack.io"
}
}
}
}

0 comments on commit a373963

Please sign in to comment.