/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Cache/composer.json
49 строк
2 KB
Graham Campbell
Revert "[13.x] Bump minimum versions (#61033)" (#61118)
10 авг 2026, 03:02
Не верифицирован
10 авг 2026, 03:02
0e0efb4
Код
Авторство
О чём код?
{ "name": "illuminate/cache", "description": "The Illuminate Cache package.", "license": "MIT", "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "require": { "php": "^8.3", "illuminate/collections": "^13.0", "illuminate/contracts": "^13.0", "illuminate/macroable": "^13.0", "illuminate/support": "^13.0" }, "provide": { "psr/simple-cache-implementation": "1.0 || 2.0 || 3.0" }, "suggest": { "ext-apcu": "Required to use the APC cache driver.", "ext-filter": "Required to use the DynamoDb cache driver.", "ext-memcached": "Required to use the memcache cache driver.", "illuminate/database": "Required to use the database cache driver (^13.0).", "illuminate/filesystem": "Required to use the file cache driver (^13.0).", "illuminate/redis": "Required to use the redis cache driver (^13.0).", "symfony/cache": "Required to use PSR-6 cache bridge (^7.4 || ^8.0)." }, "minimum-stability": "dev", "autoload": { "psr-4": { "Illuminate\\Cache\\": "" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "13.0.x-dev" } } }