Type Ratings | New Feature (#1360)

* Type Ratings

Adding "Type Rating" definition and assignment possibility to v7 core.

* Update ProfileController.php

* StyleFix 1

* Update settings.yml

Change description text as requested
This commit is contained in:
B.Fatih KOZ
2021-11-30 14:36:17 -05:00
committed by GitHub
parent 66d83c0ce6
commit 52e716d6ee
35 changed files with 1275 additions and 181 deletions
Generated
+55 -1
View File
@@ -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": "da29c23dc7b0e9f9c4939bbb2fc8359e",
"content-hash": "10a632e92b328969dad32f4d0dcbc65f",
"packages": [
{
"name": "akaunting/laravel-money",
@@ -6524,6 +6524,60 @@
],
"time": "2021-08-19T18:23:06+00:00"
},
{
"name": "staudenmeir/eloquent-has-many-deep",
"version": "v1.14.3",
"source": {
"type": "git",
"url": "https://github.com/staudenmeir/eloquent-has-many-deep.git",
"reference": "c44115684aa831b2b74fec8440f6e811602186ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/staudenmeir/eloquent-has-many-deep/zipball/c44115684aa831b2b74fec8440f6e811602186ed",
"reference": "c44115684aa831b2b74fec8440f6e811602186ed",
"shasum": ""
},
"require": {
"illuminate/database": "^8.0",
"php": "^7.3|^8.0"
},
"require-dev": {
"illuminate/pagination": "^8.0",
"laravel/homestead": "^11.0|^12.0",
"phpunit/phpunit": "^9.3",
"scrutinizer/ocular": "^1.8",
"staudenmeir/eloquent-eager-limit": "^1.6"
},
"type": "library",
"autoload": {
"psr-4": {
"Staudenmeir\\EloquentHasManyDeep\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonas Staudenmeir",
"email": "mail@jonas-staudenmeir.de"
}
],
"description": "Laravel Eloquent HasManyThrough relationships with unlimited levels",
"support": {
"issues": "https://github.com/staudenmeir/eloquent-has-many-deep/issues",
"source": "https://github.com/staudenmeir/eloquent-has-many-deep/tree/v1.14.3"
},
"funding": [
{
"url": "https://paypal.me/JonasStaudenmeir",
"type": "custom"
}
],
"time": "2021-08-21T16:45:45+00:00"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v6.3.0",