update dependencies
This commit is contained in:
parent
7d208d1e42
commit
92c4da5217
3 changed files with 18 additions and 19 deletions
|
@ -49,12 +49,6 @@ steps:
|
|||
from_secret: SSH_PRIV_KEY
|
||||
depends_on:
|
||||
- ecs
|
||||
- name: phpstan
|
||||
image: git.php.fail/lubiana/container/php:82
|
||||
commands:
|
||||
- php ./vendor/bin/phpstan analyze
|
||||
depends_on:
|
||||
- git-ecs
|
||||
- name: git-push
|
||||
image: git.php.fail/lubiana/container/drone-plugin-signed-git:1.0.0
|
||||
settings:
|
||||
|
@ -65,7 +59,7 @@ steps:
|
|||
SSH_PRIV_KEY:
|
||||
from_secret: SSH_PRIV_KEY
|
||||
depends_on:
|
||||
- phpstan
|
||||
- git-ecs
|
||||
|
||||
volumes:
|
||||
- name: composer-cache
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^1.9.14",
|
||||
"lubiana/code-quality": "^1.1.4",
|
||||
"lubiana/code-quality": "^1.1.5",
|
||||
"phpstan/extension-installer": "^1.2",
|
||||
"phpstan/phpstan-strict-rules": "^1.4.5",
|
||||
"thecodingmachine/phpstan-strict-rules": "^1.0"
|
||||
|
|
27
composer.lock
generated
27
composer.lock
generated
|
@ -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": "a3a15ba06ace6b6c8e38ad904519981a",
|
||||
"content-hash": "67c93da84db344d918ed3183ce32d434",
|
||||
"packages": [
|
||||
{
|
||||
"name": "laravel/serializable-closure",
|
||||
|
@ -246,22 +246,27 @@
|
|||
},
|
||||
{
|
||||
"name": "psr/container",
|
||||
"version": "1.1.2",
|
||||
"version": "2.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/container.git",
|
||||
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
||||
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
||||
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
||||
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
||||
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.4.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Psr\\Container\\": "src/"
|
||||
|
@ -288,9 +293,9 @@
|
|||
],
|
||||
"support": {
|
||||
"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/2.0.2"
|
||||
},
|
||||
"time": "2021-11-05T16:50:12+00:00"
|
||||
"time": "2021-11-05T16:47:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/deprecation-contracts",
|
||||
|
@ -602,11 +607,11 @@
|
|||
},
|
||||
{
|
||||
"name": "lubiana/code-quality",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.php.fail/lubiana/code-quality.git",
|
||||
"reference": "b470778d3f3ff5002307090cddd096913f606de9"
|
||||
"reference": "27f6d414bf16bbbfd582fde9fe9b90a3ceeb7b36"
|
||||
},
|
||||
"require": {
|
||||
"rector/rector": "^0.15.10",
|
||||
|
@ -623,7 +628,7 @@
|
|||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"time": "2023-01-25T20:55:46+00:00"
|
||||
"time": "2023-01-25T21:33:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/extension-installer",
|
||||
|
@ -1111,7 +1116,7 @@
|
|||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=8.1"
|
||||
"php": ">=8.2"
|
||||
},
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.3.0"
|
||||
|
|
Loading…
Reference in a new issue