Add redis; use alpine images

This commit is contained in:
Nabeel Shahzad
2019-05-12 10:51:06 -05:00
parent 047a72f3da
commit 1b1cf2a891
5 changed files with 256 additions and 9 deletions

225
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "876193d327157c01998b33e3d095b7f4",
"content-hash": "ed94de0aeb7e741af9d56f1b364ddab0",
"packages": [
{
"name": "akaunting/money",
@@ -126,6 +126,126 @@
],
"time": "2019-02-25T10:51:21+00:00"
},
{
"name": "appstract/laravel-opcache",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/appstract/laravel-opcache.git",
"reference": "ef41a0f5e6d717317d5434b39add6e17152b620b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/appstract/laravel-opcache/zipball/ef41a0f5e6d717317d5434b39add6e17152b620b",
"reference": "ef41a0f5e6d717317d5434b39add6e17152b620b",
"shasum": ""
},
"require": {
"appstract/lush-http": "^0.5",
"illuminate/console": ">=5.5",
"illuminate/filesystem": ">=5.5",
"illuminate/routing": ">=5.5",
"illuminate/support": ">=5.5",
"php": ">=5.6"
},
"require-dev": {
"orchestra/testbench": "^3.3",
"phpunit/phpunit": "5.*"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Appstract\\Opcache\\OpcacheServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Appstract\\Opcache\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Olav van Schie",
"email": "hello@appstract.team",
"homepage": "https://appstract.team",
"role": "Developer"
}
],
"description": "OPcache helper for Laravel.",
"homepage": "https://github.com/appstract/laravel-opcache",
"keywords": [
"Opcache",
"appstract",
"laravel",
"php"
],
"time": "2018-07-19T12:41:58+00:00"
},
{
"name": "appstract/lush-http",
"version": "0.5.4",
"source": {
"type": "git",
"url": "https://github.com/appstract/lush-http.git",
"reference": "771c501e1ea6a16b6c33917f595a04e5e37ad9b7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/appstract/lush-http/zipball/771c501e1ea6a16b6c33917f595a04e5e37ad9b7",
"reference": "771c501e1ea6a16b6c33917f595a04e5e37ad9b7",
"shasum": ""
},
"require": {
"illuminate/support": ">=5.4",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"Lush": "Appstract\\LushHttp\\LushFacade"
}
}
},
"autoload": {
"psr-4": {
"Appstract\\LushHttp\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Olav van Schie",
"email": "hello@appstract.team",
"homepage": "https://appstract.team",
"role": "Developer"
}
],
"description": "Smart Http Client for PHP.",
"homepage": "https://github.com/appstract/lush-http",
"keywords": [
"appstract",
"client",
"curl",
"http",
"lush",
"lush-http",
"php"
],
"time": "2018-05-28T08:35:31+00:00"
},
{
"name": "arrilot/laravel-widgets",
"version": "3.13.0",
@@ -1953,6 +2073,59 @@
],
"time": "2019-05-07T14:37:11+00:00"
},
{
"name": "laravel/helpers",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/helpers.git",
"reference": "7f47ef43aaa76335d74e604fd2fc57a0e6f5a59f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/helpers/zipball/7f47ef43aaa76335d74e604fd2fc57a0e6f5a59f",
"reference": "7f47ef43aaa76335d74e604fd2fc57a0e6f5a59f",
"shasum": ""
},
"require": {
"illuminate/support": "~5.8.0|~5.9.0",
"php": ">=7.1.3"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Dries Vints",
"email": "dries.vints@gmail.com"
}
],
"description": "Provides backwards compatibility for helpers in the latest Laravel release.",
"keywords": [
"helpers",
"laravel"
],
"time": "2019-04-18T21:20:57+00:00"
},
{
"name": "laravelcollective/html",
"version": "v5.8.0",
@@ -3098,6 +3271,56 @@
],
"time": "2018-09-22T17:12:12+00:00"
},
{
"name": "predis/predis",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/nrk/predis.git",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"suggest": {
"ext-curl": "Allows access to Webdis when paired with phpiredis",
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
},
"type": "library",
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
"homepage": "http://clorophilla.net"
}
],
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
"homepage": "http://github.com/nrk/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
"time": "2016-06-16T16:22:20+00:00"
},
{
"name": "prettus/l5-repository",
"version": "2.6.32",