Update all dependancies

This commit is contained in:
Deon George 2021-05-02 22:20:35 +10:00
parent df849c0cfd
commit 6f4c58f01f
3 changed files with 5209 additions and 1629 deletions

View File

@ -3,13 +3,13 @@ root = true
[*] [*]
charset = utf-8 charset = utf-8
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = false
indent_style = space indent_style = tab
indent_size = 4 indent_size = 4
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[*.yml] [*.{yml,yaml}]
indent_size = 2 indent_size = 2

View File

@ -5,19 +5,20 @@
"license": "MIT", "license": "MIT",
"type": "project", "type": "project",
"require": { "require": {
"php": "^7.1.3", "php": "^8.0",
"fideloper/proxy": "^4.0", "ext-sockets": "*",
"laravel/framework": "5.8.*", "ext-pcntl": "*",
"laravel/tinker": "^1.0", "laravel/framework": "^8.0",
"nbj/cockroachdb-laravel": "^0.0.6@alpha" "fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^2.0",
"repat/laravel-job-models": "^0.5.1"
}, },
"require-dev": { "require-dev": {
"beyondcode/laravel-dump-server": "^1.0", "barryvdh/laravel-ide-helper": "^2.10",
"filp/whoops": "^2.0", "facade/ignition": "^2.5",
"fzaninotto/faker": "^1.4", "fakerphp/faker": "^1.9.1",
"mockery/mockery": "^1.0", "mockery/mockery": "^1.4.2",
"nunomaduro/collision": "^3.0", "phpunit/phpunit": "^9.3.3"
"phpunit/phpunit": "^7.5"
}, },
"autoload": { "autoload": {
"files": [ "files": [

6809
composer.lock generated

File diff suppressed because it is too large Load Diff