Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
92f1e125
authored
2023-11-21 18:53:07 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
predis
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
ebd5a4a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
67 additions
and
4 deletions
wp-content/themes/msf-child/composer.json
wp-content/themes/msf-child/composer.lock
wp-content/themes/msf-child/composer.json
View file @
92f1e12
...
...
@@ -17,7 +17,8 @@
}
],
"require"
:
{
"php"
:
">=5.6"
"php"
:
">=5.6"
,
"predis/predis"
:
"^2.2"
},
"require-dev"
:
{
"php-parallel-lint/php-parallel-lint"
:
"^1.3.2"
,
...
...
wp-content/themes/msf-child/composer.lock
View file @
92f1e12
...
...
@@ -4,8 +4,70 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "8aeb936a685cb2ff32537ac3ac870e0c",
"packages": [],
"content-hash": "2fcdbf42ec49376f8ebcb431a9fb7d17",
"packages": [
{
"name": "predis/predis",
"version": "v2.2.2",
"source": {
"type": "git",
"url": "https://github.com/predis/predis.git",
"reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
"reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.3",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^8.0 || ~9.4.4"
},
"suggest": {
"ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
},
"type": "library",
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Till Krüss",
"homepage": "https://till.im",
"role": "Maintainer"
}
],
"description": "A flexible and feature-complete Redis client for PHP.",
"homepage": "http://github.com/predis/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
"support": {
"issues": "https://github.com/predis/predis/issues",
"source": "https://github.com/predis/predis/tree/v2.2.2"
},
"funding": [
{
"url": "https://github.com/sponsors/tillkruss",
"type": "github"
}
],
"time": "2023-09-13T16:42:03+00:00"
}
],
"packages-dev": [
{
"name": "composer/pcre",
...
...
@@ -2312,5 +2374,5 @@
"php": ">=5.6"
},
"platform-dev": [],
"plugin-api-version": "2.
1
.0"
"plugin-api-version": "2.
6
.0"
}
...
...
Please
register
or
sign in
to post a comment