Browse Source

Update the INSTALL documentation to point to DockerHub

Update the dependencies
pull/1178/merge
Timothée Jaussoin 2 years ago
parent
commit
eeab4159db
  1. 2
      INSTALL.md
  2. 114
      composer.lock

2
INSTALL.md

@ -44,7 +44,7 @@ You can simply follow the GIT tags or download a stable snapshot of this reposit
### Docker
You can also deploy Movim using our official [Docker Compose repository](https://github.com/movim/movim_docker).
You can also deploy Movim using our official [Docker Hub repository](https://hub.docker.com/r/movim/movim).
## Development version (repository)

114
composer.lock

@ -1142,16 +1142,16 @@
},
{
"name": "embed/embed",
"version": "v4.4.7",
"version": "v4.4.8",
"source": {
"type": "git",
"url": "https://github.com/oscarotero/Embed.git",
"reference": "72ea7eb8226008dd10834bc0c9becc708f7a7871"
"reference": "49134080764018bc6b8a2488dd1c8cc2c47d15fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/oscarotero/Embed/zipball/72ea7eb8226008dd10834bc0c9becc708f7a7871",
"reference": "72ea7eb8226008dd10834bc0c9becc708f7a7871",
"url": "https://api.github.com/repos/oscarotero/Embed/zipball/49134080764018bc6b8a2488dd1c8cc2c47d15fc",
"reference": "49134080764018bc6b8a2488dd1c8cc2c47d15fc",
"shasum": ""
},
"require": {
@ -1165,7 +1165,7 @@
"php": "^7.4|^8",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
"psr/http-message": "^1.0|^2.0"
},
"require-dev": {
"brick/varexporter": "^0.3.1",
@ -1211,7 +1211,7 @@
"support": {
"email": "oom@oscarotero.com",
"issues": "https://github.com/oscarotero/Embed/issues",
"source": "https://github.com/oscarotero/Embed/tree/v4.4.7"
"source": "https://github.com/oscarotero/Embed/tree/v4.4.8"
},
"funding": [
{
@ -1227,7 +1227,7 @@
"type": "patreon"
}
],
"time": "2022-12-12T14:45:19+00:00"
"time": "2023-05-22T18:48:30+00:00"
},
{
"name": "evenement/evenement",
@ -1526,21 +1526,21 @@
},
{
"name": "guzzlehttp/guzzle",
"version": "7.6.1",
"version": "7.7.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "8444a2bacf1960bc6a2b62ed86b8e72e11eebe51"
"reference": "fb7566caccf22d74d1ab270de3551f72a58399f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",
"reference": "8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5",
"reference": "fb7566caccf22d74d1ab270de3551f72a58399f5",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.5",
"guzzlehttp/promises": "^1.5.3 || ^2.0",
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
@ -1552,7 +1552,8 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"ext-curl": "*",
"php-http/client-integration-tests": "^3.0",
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
"php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
@ -1631,7 +1632,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.6.1"
"source": "https://github.com/guzzle/guzzle/tree/7.7.0"
},
"funding": [
{
@ -1647,38 +1648,37 @@
"type": "tidelift"
}
],
"time": "2023-05-15T20:43:01+00:00"
"time": "2023-05-21T14:04:53+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "1.5.2",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
"reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
"url": "https://api.github.com/repos/guzzle/promises/zipball/3a494dc7dc1d7d12e511890177ae2d0e6c107da6",
"reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6",
"shasum": ""
},
"require": {
"php": ">=5.5"
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
"bamarni/composer-bin-plugin": "^1.8.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
@ -1715,7 +1715,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.5.2"
"source": "https://github.com/guzzle/promises/tree/2.0.0"
},
"funding": [
{
@ -1731,7 +1731,7 @@
"type": "tidelift"
}
],
"time": "2022-08-28T14:55:35+00:00"
"time": "2023-05-21T13:50:22+00:00"
},
{
"name": "guzzlehttp/psr7",
@ -6513,16 +6513,16 @@
},
{
"name": "web-token/jwt-core",
"version": "3.1.7",
"version": "3.2.7",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-core.git",
"reference": "ec2580e8cdd17410016216fbf1b645052c35f644"
"reference": "db58b6ebbe1a7d5869688e989b1cf110c6ab888f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-core/zipball/ec2580e8cdd17410016216fbf1b645052c35f644",
"reference": "ec2580e8cdd17410016216fbf1b645052c35f644",
"url": "https://api.github.com/repos/web-token/jwt-core/zipball/db58b6ebbe1a7d5869688e989b1cf110c6ab888f",
"reference": "db58b6ebbe1a7d5869688e989b1cf110c6ab888f",
"shasum": ""
},
"require": {
@ -6577,7 +6577,7 @@
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-core/tree/3.1.7"
"source": "https://github.com/web-token/jwt-core/tree/3.2.7"
},
"funding": [
{
@ -6585,20 +6585,20 @@
"type": "patreon"
}
],
"time": "2023-02-02T17:25:26+00:00"
"time": "2023-02-02T17:35:17+00:00"
},
{
"name": "web-token/jwt-key-mgmt",
"version": "3.1.7",
"version": "3.2.7",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-key-mgmt.git",
"reference": "bf6dec304f2a718d70f7316e498c612317c59e08"
"reference": "3b51eeeff38ac58ee86ec83d073b88b8294b1c7e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/bf6dec304f2a718d70f7316e498c612317c59e08",
"reference": "bf6dec304f2a718d70f7316e498c612317c59e08",
"url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/3b51eeeff38ac58ee86ec83d073b88b8294b1c7e",
"reference": "3b51eeeff38ac58ee86ec83d073b88b8294b1c7e",
"shasum": ""
},
"require": {
@ -6606,7 +6606,7 @@
"php": ">=8.1",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"web-token/jwt-core": "^3.0"
"web-token/jwt-core": "^3.2"
},
"suggest": {
"ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
@ -6655,7 +6655,7 @@
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-key-mgmt/tree/3.1.7"
"source": "https://github.com/web-token/jwt-key-mgmt/tree/3.2.7"
},
"funding": [
{
@ -6663,25 +6663,25 @@
"type": "patreon"
}
],
"time": "2023-02-02T17:25:26+00:00"
"time": "2023-05-18T16:20:51+00:00"
},
{
"name": "web-token/jwt-signature",
"version": "3.1.7",
"version": "3.2.7",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-signature.git",
"reference": "14b71230d9632564e356b785366ad36880964190"
"reference": "156e0b0ef534e53eecf23a32a92ee6d8cb4fdac4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature/zipball/14b71230d9632564e356b785366ad36880964190",
"reference": "14b71230d9632564e356b785366ad36880964190",
"url": "https://api.github.com/repos/web-token/jwt-signature/zipball/156e0b0ef534e53eecf23a32a92ee6d8cb4fdac4",
"reference": "156e0b0ef534e53eecf23a32a92ee6d8cb4fdac4",
"shasum": ""
},
"require": {
"php": ">=8.1",
"web-token/jwt-core": "^3.0"
"web-token/jwt-core": "^3.2"
},
"suggest": {
"web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms",
@ -6732,7 +6732,7 @@
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-signature/tree/3.1.7"
"source": "https://github.com/web-token/jwt-signature/tree/3.2.7"
},
"funding": [
{
@ -6740,26 +6740,26 @@
"type": "patreon"
}
],
"time": "2023-02-02T17:25:26+00:00"
"time": "2023-05-18T16:20:51+00:00"
},
{
"name": "web-token/jwt-signature-algorithm-ecdsa",
"version": "3.1.7",
"version": "3.2.7",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-signature-algorithm-ecdsa.git",
"reference": "e09159600f19832cf4a68921e7299e564bc0eaf9"
"reference": "34b119d6b5eca53914ad3b96660e5bd7fb5538b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/e09159600f19832cf4a68921e7299e564bc0eaf9",
"reference": "e09159600f19832cf4a68921e7299e564bc0eaf9",
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/34b119d6b5eca53914ad3b96660e5bd7fb5538b9",
"reference": "34b119d6b5eca53914ad3b96660e5bd7fb5538b9",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"php": ">=8.1",
"web-token/jwt-signature": "^3.0"
"web-token/jwt-signature": "^3.2"
},
"type": "library",
"autoload": {
@ -6802,7 +6802,7 @@
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-signature-algorithm-ecdsa/tree/3.1.7"
"source": "https://github.com/web-token/jwt-signature-algorithm-ecdsa/tree/3.2.7"
},
"funding": [
{
@ -6810,11 +6810,11 @@
"type": "patreon"
}
],
"time": "2022-08-04T21:04:09+00:00"
"time": "2023-05-18T16:20:51+00:00"
},
{
"name": "web-token/jwt-util-ecc",
"version": "3.1.7",
"version": "3.2.7",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-util-ecc.git",
@ -6875,7 +6875,7 @@
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-util-ecc/tree/3.1.7"
"source": "https://github.com/web-token/jwt-util-ecc/tree/3.2.7"
},
"funding": [
{

Loading…
Cancel
Save