Commit c6f2b704 authored by Marco Schmiedel's avatar Marco Schmiedel

Merge branch 'development' into 'master'

Development

See merge request nexus/laravel!2
parents fe091835 c9ab0d82
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
...@@ -10,3 +10,4 @@ Homestead.json ...@@ -10,3 +10,4 @@ Homestead.json
Homestead.yaml Homestead.yaml
npm-debug.log npm-debug.log
yarn-error.log yarn-error.log
composer.lock
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
{ {
"name": "laravel/laravel", "name":"laravel/laravel",
"type": "project", "type":"project",
"description": "The Laravel Framework.", "description":"The Laravel Framework.",
"keywords": [ "keywords":[
"framework", "framework",
"laravel" "laravel"
], ],
"license": "MIT", "license":"MIT",
"require": { "require":{
"php": "^7.2", "php":"^7.2",
"fideloper/proxy": "^4.0", "fideloper/proxy":"^4.0",
"laravel/framework": "^6.2", "laravel/framework":"^6.2",
"laravel/tinker": "^2.0" "laravel/tinker":"^2.0",
}, "nexus/ninox":"dev-master"
"require-dev": { },
"facade/ignition": "^1.4", "require-dev":{
"fzaninotto/faker": "^1.4", "facade/ignition":"^1.4",
"mockery/mockery": "^1.0", "fzaninotto/faker":"^1.4",
"nunomaduro/collision": "^3.0", "mockery/mockery":"^1.0",
"phpunit/phpunit": "^8.0" "nunomaduro/collision":"^3.0",
}, "phpunit/phpunit":"^8.0"
"config": { },
"optimize-autoloader": true, "config":{
"preferred-install": "dist", "optimize-autoloader":true,
"sort-packages": true "preferred-install":"dist",
}, "sort-packages":true
"extra": { },
"laravel": { "extra":{
"dont-discover": [] "laravel":{
"dont-discover":[
]
} }
}, },
"autoload": { "autoload":{
"psr-4": { "psr-4":{
"App\\": "app/" "App\\":"app/"
}, },
"classmap": [ "classmap":[
"database/seeds", "database/seeds",
"database/factories" "database/factories"
] ]
}, },
"autoload-dev": { "autoload-dev":{
"psr-4": { "psr-4":{
"Tests\\": "tests/" "Tests\\":"tests/"
} }
}, },
"minimum-stability": "dev", "minimum-stability":"dev",
"prefer-stable": true, "prefer-stable":true,
"scripts": { "scripts":{
"post-autoload-dump": [ "post-autoload-dump":[
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi" "@php artisan package:discover --ansi"
], ],
"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 --ansi" "@php artisan key:generate --ansi"
] ]
},
"repositories":[
{
"type":"git",
"url":"git@gitlab.bugsmasher.online:nexus/packages/ninox-api.git"
} }
]
} }
This source diff could not be displayed because it is too large. You can view the blob instead.
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
...@@ -18,7 +18,7 @@ return [ ...@@ -18,7 +18,7 @@ return [
| |
*/ */
'default' => env('CACHE_DRIVER', 'file'), 'default' => env('CACHE_DRIVER', 'redis'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment