{ "name": "illuminate/encryption", "description": "The Illuminate Encryption package.", "license": "MIT", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": "^8.1", "ext-hash": "*", "ext-mbstring": "*", "ext-openssl": "*", "illuminate/contracts": "^10.0", "illuminate/support": "^10.0" }, "autoload": { "psr-4": { "Illuminate\\Encryption\\": "" } }, "extra": { "branch-alias": { "dev-master": "10.x-dev" } }, "config": { "sort-packages": true }, "minimum-stability": "dev" }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.github | Folder | 0755 |
|
|
.gitattributes | File | 54 B | 0644 |
|
Encrypter.php | File | 8.16 KB | 0644 |
|
EncryptionServiceProvider.php | File | 2 KB | 0644 |
|
LICENSE.md | File | 1.07 KB | 0644 |
|
MissingAppKeyException.php | File | 403 B | 0644 |
|
composer.json | File | 950 B | 0644 |
|