seeder-migration-issues
This commit is contained in:
@@ -7,6 +7,32 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"type": "project",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/RafficMohammed/laravel-push-notification.git"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/RafficMohammed/Datatable.git"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/RafficMohammed/Zipper.git"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/RafficMohammed/Laravel-FCM.git"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/RafficMohammed/laravel-ckeditor.git"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/sandesh556/laravel-gravatar.git"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"laravel/framework": "^9.46",
|
||||
@@ -32,7 +58,13 @@
|
||||
"laravel/tinker": "^2.7",
|
||||
"laravel/ui": "^3.3",
|
||||
"guzzlehttp/guzzle": "^7.2",
|
||||
"league/flysystem-aws-s3-v3": "^3.0"
|
||||
"league/flysystem-aws-s3-v3": "^3.0",
|
||||
"davibennun/laravel-push-notification": "dev-master",
|
||||
"chumper/datatable": "dev-master",
|
||||
"chumper/zipper": "dev-master",
|
||||
"brozot/laravel-fcm": "dev-master",
|
||||
"unisharp/laravel-ckeditor": "dev-master",
|
||||
"thomaswelton/laravel-gravatar": "dev-master"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5.10",
|
||||
@@ -44,7 +76,8 @@
|
||||
"mockery/mockery": "^1.4.4",
|
||||
"fakerphp/faker": "^1.9.1",
|
||||
"barryvdh/laravel-debugbar": "^3.7",
|
||||
"spatie/laravel-ignition": "^1.4"
|
||||
"spatie/laravel-ignition": "^1.4",
|
||||
"laravel/pint": "^1.4"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
Reference in New Issue
Block a user