diff --git a/root/var/www/html/freepbx/contatta/composer.json b/root/var/www/html/freepbx/contatta/composer.json
index 90bfaf2..cb72193 100644
--- a/root/var/www/html/freepbx/contatta/composer.json
+++ b/root/var/www/html/freepbx/contatta/composer.json
@@ -1,6 +1,6 @@
{
"require": {
"slim/slim": "^3.0",
- "symfony/process": "^3.1"
+ "symfony/process": "^5.4"
}
}
diff --git a/root/var/www/html/freepbx/contatta/composer.lock b/root/var/www/html/freepbx/contatta/composer.lock
index 97109f3..4fc8f21 100644
--- a/root/var/www/html/freepbx/contatta/composer.lock
+++ b/root/var/www/html/freepbx/contatta/composer.lock
@@ -1,11 +1,10 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "hash": "3092f6301a8e8d42fbef70c1937b4386",
- "content-hash": "23dddc993bf368e86e3de997c2452b79",
+ "content-hash": "53657b52eb523f7caa02bbd545bf5ac4",
"packages": [
{
"name": "container-interop/container-interop",
@@ -32,7 +31,7 @@
"MIT"
],
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
- "time": "2014-12-30 15:22:37"
+ "time": "2014-12-30T15:22:37+00:00"
},
{
"name": "nikic/fast-route",
@@ -75,7 +74,7 @@
"router",
"routing"
],
- "time": "2016-06-12 19:08:51"
+ "time": "2016-06-12T19:08:51+00:00"
},
{
"name": "pimple/pimple",
@@ -121,7 +120,7 @@
"container",
"dependency injection"
],
- "time": "2015-09-11 15:10:35"
+ "time": "2015-09-11T15:10:35+00:00"
},
{
"name": "psr/http-message",
@@ -171,7 +170,7 @@
"request",
"response"
],
- "time": "2016-08-06 14:39:51"
+ "time": "2016-08-06T14:39:51+00:00"
},
{
"name": "slim/slim",
@@ -241,31 +240,107 @@
"micro",
"router"
],
- "time": "2016-07-26 15:12:13"
+ "time": "2016-07-26T15:12:13+00:00"
},
{
- "name": "symfony/process",
- "version": "v3.1.7",
+ "name": "symfony/polyfill-php80",
+ "version": "v1.31.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/process.git",
- "reference": "66de154ae86b1a07001da9fbffd620206e4faf94"
+ "url": "https://github.com/symfony/polyfill-php80.git",
+ "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/66de154ae86b1a07001da9fbffd620206e4faf94",
- "reference": "66de154ae86b1a07001da9fbffd620206e4faf94",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
+ "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
"shasum": ""
},
"require": {
- "php": ">=5.5.9"
+ "php": ">=7.2"
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "3.1-dev"
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php80\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ion Bazan",
+ "email": "ion.bazan@gmail.com"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
}
+ ],
+ "time": "2024-09-09T11:45:10+00:00"
+ },
+ {
+ "name": "symfony/process",
+ "version": "v5.4.46",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/process.git",
+ "reference": "01906871cb9b5e3cf872863b91aba4ec9767daf4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/process/zipball/01906871cb9b5e3cf872863b91aba4ec9767daf4",
+ "reference": "01906871cb9b5e3cf872863b91aba4ec9767daf4",
+ "shasum": ""
},
+ "require": {
+ "php": ">=7.2.5",
+ "symfony/polyfill-php80": "^1.16"
+ },
+ "type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
@@ -288,9 +363,26 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Process Component",
+ "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
- "time": "2016-09-29 14:13:09"
+ "support": {
+ "source": "https://github.com/symfony/process/tree/v5.4.46"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-11-06T09:18:28+00:00"
}
],
"packages-dev": [],
@@ -300,5 +392,6 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
- "platform-dev": []
+ "platform-dev": [],
+ "plugin-api-version": "2.6.0"
}