],
"time": "2020-02-25T20:42:23+00:00"
},
+ {
+ "name": "cache/adapter-common",
+ "version": "1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-cache/adapter-common.git",
+ "reference": "6320bb5f5574cb88438059b59f8708da6b6f1d32"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-cache/adapter-common/zipball/6320bb5f5574cb88438059b59f8708da6b6f1d32",
+ "reference": "6320bb5f5574cb88438059b59f8708da6b6f1d32",
+ "shasum": ""
+ },
+ "require": {
+ "cache/tag-interop": "^1.0",
+ "php": "^5.6 || ^7.0",
+ "psr/cache": "^1.0",
+ "psr/log": "^1.0",
+ "psr/simple-cache": "^1.0"
+ },
+ "require-dev": {
+ "cache/integration-tests": "^0.16",
+ "phpunit/phpunit": "^5.7.21"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.1-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Cache\\Adapter\\Common\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Aaron Scherer",
+ "email": "aequasi@gmail.com",
+ "homepage": "https://github.com/aequasi"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ }
+ ],
+ "description": "Common classes for PSR-6 adapters",
+ "homepage": "http://www.php-cache.com/en/latest/",
+ "keywords": [
+ "cache",
+ "psr-6",
+ "tag"
+ ],
+ "time": "2018-07-08T13:04:33+00:00"
+ },
+ {
+ "name": "cache/filesystem-adapter",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-cache/filesystem-adapter.git",
+ "reference": "d50680b6dabbe39f9831f5fc9efa61c09d936017"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-cache/filesystem-adapter/zipball/d50680b6dabbe39f9831f5fc9efa61c09d936017",
+ "reference": "d50680b6dabbe39f9831f5fc9efa61c09d936017",
+ "shasum": ""
+ },
+ "require": {
+ "cache/adapter-common": "^1.0",
+ "league/flysystem": "^1.0",
+ "php": "^5.6 || ^7.0",
+ "psr/cache": "^1.0",
+ "psr/simple-cache": "^1.0"
+ },
+ "provide": {
+ "psr/cache-implementation": "^1.0"
+ },
+ "require-dev": {
+ "cache/integration-tests": "^0.16",
+ "phpunit/phpunit": "^5.7.21"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Cache\\Adapter\\Filesystem\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Aaron Scherer",
+ "email": "aequasi@gmail.com",
+ "homepage": "https://github.com/aequasi"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ }
+ ],
+ "description": "A PSR-6 cache implementation using filesystem. This implementation supports tags",
+ "homepage": "http://www.php-cache.com/en/latest/",
+ "keywords": [
+ "cache",
+ "filesystem",
+ "psr-6",
+ "tag"
+ ],
+ "time": "2017-07-16T21:09:25+00:00"
+ },
+ {
+ "name": "cache/hierarchical-cache",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-cache/hierarchical-cache.git",
+ "reference": "97173a5115765f72ccdc90dbc01132a3786ef5fd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-cache/hierarchical-cache/zipball/97173a5115765f72ccdc90dbc01132a3786ef5fd",
+ "reference": "97173a5115765f72ccdc90dbc01132a3786ef5fd",
+ "shasum": ""
+ },
+ "require": {
+ "cache/adapter-common": "^1.0",
+ "php": "^5.6 || ^7.0",
+ "psr/cache": "^1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^5.7.21"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Cache\\Hierarchy\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Aaron Scherer",
+ "email": "aequasi@gmail.com",
+ "homepage": "https://github.com/aequasi"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ }
+ ],
+ "description": "A helper trait and interface to your PSR-6 cache to support hierarchical keys.",
+ "homepage": "http://www.php-cache.com/en/latest/",
+ "keywords": [
+ "cache",
+ "hierarchical",
+ "hierarchy",
+ "psr-6"
+ ],
+ "time": "2017-07-16T21:58:17+00:00"
+ },
+ {
+ "name": "cache/predis-adapter",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-cache/predis-adapter.git",
+ "reference": "6efc9b24247451553ad9974981d0fed65159b676"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-cache/predis-adapter/zipball/6efc9b24247451553ad9974981d0fed65159b676",
+ "reference": "6efc9b24247451553ad9974981d0fed65159b676",
+ "shasum": ""
+ },
+ "require": {
+ "cache/adapter-common": "^1.0",
+ "cache/hierarchical-cache": "^1.0",
+ "php": "^5.6 || ^7.0",
+ "predis/predis": "^1.1",
+ "psr/cache": "^1.0",
+ "psr/simple-cache": "^1.0"
+ },
+ "provide": {
+ "psr/cache-implementation": "^1.0"
+ },
+ "require-dev": {
+ "cache/integration-tests": "^0.16",
+ "phpunit/phpunit": "^5.7.21"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Cache\\Adapter\\Predis\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Aaron Scherer",
+ "email": "aequasi@gmail.com",
+ "homepage": "https://github.com/aequasi"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ }
+ ],
+ "description": "A PSR-6 cache implementation using Redis (Predis). This implementation supports tags",
+ "homepage": "http://www.php-cache.com/en/latest/",
+ "keywords": [
+ "cache",
+ "predis",
+ "psr-6",
+ "redis",
+ "tag"
+ ],
+ "time": "2017-07-16T21:09:25+00:00"
+ },
+ {
+ "name": "cache/redis-adapter",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-cache/redis-adapter.git",
+ "reference": "95ab6c72739951c6cb44d0051b338bfd5aff806b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-cache/redis-adapter/zipball/95ab6c72739951c6cb44d0051b338bfd5aff806b",
+ "reference": "95ab6c72739951c6cb44d0051b338bfd5aff806b",
+ "shasum": ""
+ },
+ "require": {
+ "cache/adapter-common": "^1.0",
+ "cache/hierarchical-cache": "^1.0",
+ "php": "^5.6 || ^7.0",
+ "psr/cache": "^1.0",
+ "psr/simple-cache": "^1.0"
+ },
+ "provide": {
+ "psr/cache-implementation": "^1.0"
+ },
+ "require-dev": {
+ "cache/integration-tests": "^0.16",
+ "phpunit/phpunit": "^5.7.21"
+ },
+ "suggest": {
+ "ext-redis": "The extension required to use this pool."
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Cache\\Adapter\\Redis\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Aaron Scherer",
+ "email": "aequasi@gmail.com",
+ "homepage": "https://github.com/aequasi"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ }
+ ],
+ "description": "A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags",
+ "homepage": "http://www.php-cache.com/en/latest/",
+ "keywords": [
+ "cache",
+ "phpredis",
+ "psr-6",
+ "redis",
+ "tag"
+ ],
+ "time": "2017-07-16T21:09:25+00:00"
+ },
+ {
+ "name": "cache/tag-interop",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-cache/tag-interop.git",
+ "reference": "c7496dd81530f538af27b4f2713cde97bc292832"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/c7496dd81530f538af27b4f2713cde97bc292832",
+ "reference": "c7496dd81530f538af27b4f2713cde97bc292832",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.5 || ^7.0",
+ "psr/cache": "^1.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Cache\\TagInterop\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com",
+ "homepage": "https://github.com/nicolas-grekas"
+ }
+ ],
+ "description": "Framework interoperable interfaces for tags",
+ "homepage": "http://www.php-cache.com/en/latest/",
+ "keywords": [
+ "cache",
+ "psr",
+ "psr6",
+ "tag"
+ ],
+ "time": "2017-03-13T09:14:27+00:00"
+ },
{
"name": "chrisjean/php-ico",
"version": "1.0.4",
"source": {
"type": "git",
"url": "git://git.cubedesigners.com/cubist_cms-back.git",
- "reference": "669fa5b2f62d2d8d513524b45e50968abe4b8dd9"
+ "reference": "3ae0567cbf9a6341ad5d782591f74c7fd492fe4a"
},
"dist": {
"type": "tar",
- "url": "https://composer.cubedesigners.com/dist/cubist/cms-back/cubist-cms-back-dev-master-5868f3.tar",
- "reference": "669fa5b2f62d2d8d513524b45e50968abe4b8dd9",
- "shasum": "f0c60e405658dc08b596303ba802920ac5ff252e"
+ "url": "https://composer.cubedesigners.com/dist/cubist/cms-back/cubist-cms-back-dev-master-2933a2.tar",
+ "reference": "3ae0567cbf9a6341ad5d782591f74c7fd492fe4a",
+ "shasum": "acfae26a7c5eb36962343f1e4c48885f3bd186fa"
},
"require": {
"backpack/backupmanager": "^2.0",
"graham-campbell/markdown": "^11.0",
"lavary/laravel-menu": "^1.7",
"league/commonmark-ext-autolink": "^1.0",
- "league/commonmark-ext-table": "^2.1",
"php": ">=7.2.0",
"predis/predis": "^1.1",
"spatie/laravel-honeypot": "^1.4",
"spatie/laravel-translatable": "^4.2",
+ "swayok/alternative-laravel-cache": "^5.4",
"venturecraft/revisionable": "^1.33"
},
"require-dev": {
}
],
"description": "Cubist Backpack extension",
- "time": "2020-02-27T15:33:23+00:00"
+ "time": "2020-02-27T17:59:22+00:00"
},
{
"name": "cubist/cms-front",
],
"time": "2020-01-14T01:53:02+00:00"
},
- {
- "name": "league/commonmark-ext-table",
- "version": "v2.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/commonmark-ext-table.git",
- "reference": "3228888ea69636e855efcf6636ff8e6316933fe7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/commonmark-ext-table/zipball/3228888ea69636e855efcf6636ff8e6316933fe7",
- "reference": "3228888ea69636e855efcf6636ff8e6316933fe7",
- "shasum": ""
- },
- "require": {
- "league/commonmark": "~0.19.3|^1.0",
- "php": "^7.1"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^2.14",
- "phpstan/phpstan": "~0.11",
- "phpunit/phpunit": "^7.0|^8.0",
- "symfony/var-dumper": "^4.0",
- "vimeo/psalm": "^3.0"
- },
- "type": "commonmark-extension",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "League\\CommonMark\\Ext\\Table\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Martin HasoĊ",
- "email": "martin.hason@gmail.com"
- },
- {
- "name": "Webuni s.r.o.",
- "homepage": "https://www.webuni.cz"
- },
- {
- "name": "Colin O'Dell",
- "email": "colinodell@gmail.com",
- "homepage": "https://www.colinodell.com"
- }
- ],
- "description": "Table extension for league/commonmark",
- "homepage": "https://github.com/thephpleague/commonmark-ext-table",
- "keywords": [
- "commonmark",
- "extension",
- "markdown",
- "table"
- ],
- "time": "2019-09-26T13:28:33+00:00"
- },
{
"name": "league/csv",
"version": "9.5.0",
],
"time": "2019-09-04T04:10:03+00:00"
},
+ {
+ "name": "psr/cache",
+ "version": "1.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/cache.git",
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Cache\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for caching libraries",
+ "keywords": [
+ "cache",
+ "psr",
+ "psr-6"
+ ],
+ "time": "2016-08-06T20:24:11+00:00"
+ },
{
"name": "psr/container",
"version": "1.0.0",
],
"time": "2020-02-23T13:13:32+00:00"
},
+ {
+ "name": "swayok/alternative-laravel-cache",
+ "version": "5.4.10",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/swayok/alternative-laravel-cache.git",
+ "reference": "b2597d23c4ea95e49cea19968fc4dc5e80bc5848"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/swayok/alternative-laravel-cache/zipball/b2597d23c4ea95e49cea19968fc4dc5e80bc5848",
+ "reference": "b2597d23c4ea95e49cea19968fc4dc5e80bc5848",
+ "shasum": ""
+ },
+ "require": {
+ "cache/filesystem-adapter": "^1.0.0",
+ "cache/predis-adapter": "^1.0.0",
+ "cache/redis-adapter": "^1.0.0",
+ "laravel/framework": ">=5.4|>=6.0",
+ "php": ">=5.6"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "AlternativeLaravelCache\\Provider\\AlternativeCacheStoresServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "AlternativeLaravelCache": "/src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Alexander Filippov"
+ }
+ ],
+ "description": "Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/",
+ "keywords": [
+ "cache",
+ "laravel",
+ "php",
+ "redis cache",
+ "redis tagged cache",
+ "tagged cache"
+ ],
+ "time": "2019-10-19T11:42:37+00:00"
+ },
{
"name": "swiftmailer/swiftmailer",
"version": "v6.2.3",