Skip to content
Snippets Groups Projects
Commit 484e1f7e authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

CI: force deployer lock file to work with php 7.3

parent 265508b7
No related branches found
No related tags found
No related merge requests found
...@@ -5,5 +5,10 @@ ...@@ -5,5 +5,10 @@
"symfony/yaml": " ^5.0", "symfony/yaml": " ^5.0",
"deployer/deployer": " ^6.4", "deployer/deployer": " ^6.4",
"deployer/recipes": " ^6.2" "deployer/recipes": " ^6.2"
},
"config": {
"platform": {
"php": "7.3"
}
} }
} }
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "d437ac982bece41bb2b7cbfd03511766", "content-hash": "5648af569c512182216eb14dd25c05de",
"packages": [ "packages": [
{ {
"name": "deployer/deployer", "name": "deployer/deployer",
...@@ -251,20 +251,20 @@ ...@@ -251,20 +251,20 @@
}, },
{ {
"name": "psr/container", "name": "psr/container",
"version": "1.1.2", "version": "1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/container.git", "url": "https://github.com/php-fig/container.git",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea" "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.4.0" "php": ">=7.2.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -293,9 +293,9 @@ ...@@ -293,9 +293,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-fig/container/issues", "issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.2" "source": "https://github.com/php-fig/container/tree/1.1.1"
}, },
"time": "2021-11-05T16:50:12+00:00" "time": "2021-03-05T17:36:06+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
...@@ -1257,5 +1257,8 @@ ...@@ -1257,5 +1257,8 @@
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [], "platform-dev": [],
"platform-overrides": {
"php": "7.3"
},
"plugin-api-version": "2.1.0" "plugin-api-version": "2.1.0"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment