Fix broken code
This commit is contained in:
76
composer.lock
generated
76
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "c89391bfd2557bb2adbf7f31deda6b2d",
|
||||
"content-hash": "39f6633d9207dd645f0d1935ee11c483",
|
||||
"packages": [
|
||||
{
|
||||
"name": "almasaeed2010/adminlte",
|
||||
@@ -1934,16 +1934,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v8.63.0",
|
||||
"version": "v8.64.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "8f3d280f36a427730c8c8fa34316c79eed38781e"
|
||||
"reference": "3337c029e1bb31d9712d27437cc27010ba302c9e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/8f3d280f36a427730c8c8fa34316c79eed38781e",
|
||||
"reference": "8f3d280f36a427730c8c8fa34316c79eed38781e",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/3337c029e1bb31d9712d27437cc27010ba302c9e",
|
||||
"reference": "3337c029e1bb31d9712d27437cc27010ba302c9e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2101,7 +2101,7 @@
|
||||
"issues": "https://github.com/laravel/framework/issues",
|
||||
"source": "https://github.com/laravel/framework"
|
||||
},
|
||||
"time": "2021-10-05T14:04:25+00:00"
|
||||
"time": "2021-10-12T13:43:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/serializable-closure",
|
||||
@@ -2775,6 +2775,68 @@
|
||||
],
|
||||
"time": "2021-10-01T21:08:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mpociot/teamwork",
|
||||
"version": "6.1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mpociot/teamwork.git",
|
||||
"reference": "f306f97b424d382c129c0cc025229085f4a946fe"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mpociot/teamwork/zipball/f306f97b424d382c129c0cc025229085f4a946fe",
|
||||
"reference": "f306f97b424d382c129c0cc025229085f4a946fe",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laravel/framework": "^6.0|^7.0|^8.0",
|
||||
"php": "^7.2.5|^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/dbal": "^2.10",
|
||||
"illuminate/database": "^6.0|^7.0|^8.0",
|
||||
"mockery/mockery": "^1.3.3",
|
||||
"orchestra/testbench": "^4.0|^5.0|^6.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Mpociot\\Teamwork\\TeamworkServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"Teamwork": "Mpociot\\Teamwork\\Facades\\Teamwork"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Mpociot\\Teamwork\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Marcel Pociot",
|
||||
"email": "m.pociot@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "User to Team associations for the Laravel 5 Framework",
|
||||
"homepage": "http://github.com/mpociot/teamwork",
|
||||
"keywords": [
|
||||
"Invite",
|
||||
"Teams"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/mpociot/teamwork/issues",
|
||||
"source": "https://github.com/mpociot/teamwork"
|
||||
},
|
||||
"time": "2021-02-16T10:12:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nesbot/carbon",
|
||||
"version": "2.53.1",
|
||||
@@ -10345,5 +10407,5 @@
|
||||
"ext-json": "*"
|
||||
},
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.1.0"
|
||||
"plugin-api-version": "2.0.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user