-
-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update laravel sanctum version in gitpod
- Loading branch information
1 parent
1a9cdaf
commit 5e0a72a
Showing
2 changed files
with
91 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,84 @@ | ||
{ | ||
"name": "laravel/laravel", | ||
"type": "project", | ||
"description": "The Laravel Framework.", | ||
"keywords": [ | ||
"framework", | ||
"laravel" | ||
"name": "laravel/laravel", | ||
"type": "project", | ||
"description": "The Laravel Framework.", | ||
"keywords": [ | ||
"framework", | ||
"laravel" | ||
], | ||
"license": "MIT", | ||
"require": { | ||
"php": "^8.2", | ||
"laravel/framework": "^11.0", | ||
"laravel/tinker": "^2.9", | ||
"laravel-doctrine/orm": "2.1", | ||
"psr/http-message": "1.1", | ||
"arcanedev/log-viewer": "^11.0", | ||
"darkaonline/l5-swagger": "^8.6", | ||
"phpstan/phpstan": "^1.11", | ||
"spatie/laravel-backup": "^8.8", | ||
"unisharp/laravel-filemanager": "^2.9", | ||
"spatie/laravel-activitylog": "^4.8", | ||
"php-open-source-saver/jwt-auth": "^2.3", | ||
"google/apiclient": "^2.16", | ||
"spatie/flysystem-dropbox": "^3.0", | ||
"masbug/flysystem-google-drive-ext": "^2.3", | ||
"laravel/octane": "^2.3", | ||
"laravel/sanctum": "^4.0", | ||
"laravel/ui": "^4.5", | ||
"webpatser/laravel-uuid": "^4.0", | ||
"predis/predis": "^2.2", | ||
"league/flysystem-aws-s3-v3": "^3.28", | ||
"league/flysystem": "^3.28", | ||
"doctrine/dbal": "^3.8" | ||
}, | ||
"require-dev": { | ||
"fakerphp/faker": "^1.23", | ||
"laravel/pint": "^1.13", | ||
"laravel/sail": "^1.26", | ||
"mockery/mockery": "^1.6", | ||
"nunomaduro/collision": "^8.0", | ||
"phpunit/phpunit": "^11.0.1", | ||
"spatie/laravel-ignition": "^2.4" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"App\\": "app/", | ||
"Database\\Factories\\": "database/factories/", | ||
"Database\\Seeders\\": "database/seeders/", | ||
"Uasoft\\Badaso\\": "packages/badaso/core/src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\": "tests/" | ||
} | ||
}, | ||
"scripts": { | ||
"post-autoload-dump": [ | ||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", | ||
"@php artisan package:discover --ansi" | ||
], | ||
"license": "MIT", | ||
"require": { | ||
"php": "^7.3|^8.0", | ||
"fruitcake/laravel-cors": "^2.0", | ||
"laravel/framework": "^8.75", | ||
"masbug/flysystem-google-drive-ext": "*", | ||
"google/apiclient": "^2.12", | ||
"arcanedev/log-viewer": "^8.1|^9.0", | ||
"darkaonline/l5-swagger": "^8.0|^8.3", | ||
"doctrine/dbal": "^2.5", | ||
"guzzlehttp/guzzle": "^7.2", | ||
"larapack/doctrine-support": "^0.1.9", | ||
"laravel/octane": "^1.2", | ||
"laravel/sanctum": "^2.14.1", | ||
"laravel/tinker": "^2.7", | ||
"laravel/ui": "^3.4", | ||
"league/flysystem": "~1.1|~2.0|~3.0", | ||
"league/flysystem-aws-s3-v3": "^1.0.28|^3.0", | ||
"php-open-source-saver/jwt-auth": "^1.4", | ||
"phpstan/phpstan": "^1.4", | ||
"predis/predis": "^1.1", | ||
"symfony/var-exporter": "^5.2.0|^6.0", | ||
"spatie/flysystem-dropbox": "^1.2.2|^2.0", | ||
"spatie/laravel-activitylog": "^3.17|^4.4", | ||
"spatie/laravel-backup": "^6.16|^8.1.0", | ||
"unisharp/laravel-filemanager": "^2.4", | ||
"webpatser/laravel-uuid": "^4.0", | ||
"zircote/swagger-php": "^3.2" | ||
}, | ||
"require-dev": { | ||
"facade/ignition": "^2.5", | ||
"fakerphp/faker": "^1.9.1", | ||
"laravel/sail": "^1.0.1", | ||
"mockery/mockery": "^1.4.4", | ||
"nunomaduro/collision": "^5.10", | ||
"phpunit/phpunit": "^9.5.10" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"App\\": "app/", | ||
"Database\\Factories\\": "database/factories/", | ||
"Database\\Seeders\\": "database/seeders/", | ||
"Uasoft\\Badaso\\": "packages/badaso/core/src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\": "tests/" | ||
} | ||
}, | ||
"scripts": { | ||
"post-autoload-dump": [ | ||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", | ||
"@php artisan package:discover --ansi" | ||
], | ||
"post-update-cmd": [ | ||
"@php artisan vendor:publish --tag=laravel-assets --ansi --force" | ||
], | ||
"post-root-package-install": [ | ||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | ||
], | ||
"post-create-project-cmd": [ | ||
"@php artisan key:generate --ansi" | ||
] | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"dont-discover": [] | ||
} | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"preferred-install": "dist", | ||
"sort-packages": true | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
"post-update-cmd": [ | ||
"@php artisan vendor:publish --tag=laravel-assets --ansi --force" | ||
], | ||
"post-root-package-install": [ | ||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | ||
], | ||
"post-create-project-cmd": [ | ||
"@php artisan key:generate --ansi" | ||
] | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"dont-discover": [] | ||
} | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"preferred-install": "dist", | ||
"sort-packages": true | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters