1
0
forked from metin2/web

Added metin2 database structure

This commit is contained in:
2024-04-06 17:47:21 +03:00
parent 181c7ce27c
commit 83f4f72b6e
66 changed files with 2533 additions and 66 deletions

75
composer.lock generated
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": "aa322c53454393ed775cfe4807d54a50",
"content-hash": "5aba036ca136fdffa9f6b0e347b244ee",
"packages": [
{
"name": "brick/math",
@ -5871,6 +5871,79 @@
},
"time": "2020-07-09T08:09:16+00:00"
},
{
"name": "kitloong/laravel-migrations-generator",
"version": "v7.0.1",
"source": {
"type": "git",
"url": "https://github.com/kitloong/laravel-migrations-generator.git",
"reference": "a21df90076f7c6c4325dded1ea7ed6d2ffb90c3d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kitloong/laravel-migrations-generator/zipball/a21df90076f7c6c4325dded1ea7ed6d2ffb90c3d",
"reference": "a21df90076f7c6c4325dded1ea7ed6d2ffb90c3d",
"shasum": ""
},
"require": {
"ext-pdo": "*",
"illuminate/support": "^10.43|^11.0",
"php": "^8.1"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.0|^3.0",
"friendsofphp/php-cs-fixer": "^3.1",
"larastan/larastan": "^1.0|^2.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^8.0|^9.0",
"phpmd/phpmd": "^2.10",
"slevomat/coding-standard": "^8.0",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"KitLoong\\MigrationsGenerator\\MigrationsGeneratorServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"KitLoong\\MigrationsGenerator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kit Loong",
"email": "kitloong1008@gmail.com"
}
],
"description": "Generates Laravel Migrations from an existing database",
"keywords": [
"artisan",
"generator",
"laravel",
"lumen",
"migration",
"migrations"
],
"support": {
"issues": "https://github.com/kitloong/laravel-migrations-generator/issues",
"source": "https://github.com/kitloong/laravel-migrations-generator/tree/v7.0.1"
},
"funding": [
{
"url": "https://www.buymeacoffee.com/kitloong",
"type": "custom"
}
],
"time": "2024-03-05T14:29:34+00:00"
},
{
"name": "laravel/pint",
"version": "v1.14.0",