update composer

This commit is contained in:
Dennis Eichhorn 2022-04-10 17:54:25 +02:00
parent 3207946802
commit d77f090e33
3 changed files with 13 additions and 13 deletions

View File

@ -84,7 +84,7 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
ref: develop ref: develop
repository: Karaka/Build repository: Karaka-Management/Build
path: Build path: Build
- name: Checkout Resource Repository - name: Checkout Resource Repository
uses: actions/checkout@master uses: actions/checkout@master
@ -135,7 +135,7 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
ref: develop ref: develop
repository: Karaka/Build repository: Karaka-Management/Build
path: Build path: Build
- name: Setup PHP, with composer and extensions - name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@master uses: shivammathur/setup-php@master
@ -177,7 +177,7 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
ref: develop ref: develop
repository: Karaka/Build repository: Karaka-Management/Build
path: Build path: Build
- name: Setup PHP, with composer and extensions - name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@master uses: shivammathur/setup-php@master
@ -216,7 +216,7 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
ref: develop ref: develop
repository: Karaka/Build repository: Karaka-Management/Build
path: Build path: Build
- name: Setup PHP, with composer and extensions - name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@master uses: shivammathur/setup-php@master

View File

@ -9,7 +9,7 @@
], ],
"require-dev": { "require-dev": {
"phpunit/phpunit": ">=9.4", "phpunit/phpunit": ">=9.4",
"friendsofphp/php-cs-fixer": ">=3.2", "friendsofphp/php-cs-fixer": ">=3.8",
"squizlabs/php_codesniffer": ">=3.6", "squizlabs/php_codesniffer": ">=3.6",
"phpmd/phpmd": ">=2.9", "phpmd/phpmd": ">=2.9",
"phpstan/phpstan": ">=1.5.4", "phpstan/phpstan": ">=1.5.4",

16
composer.lock generated
View File

@ -25,7 +25,7 @@
"php": "^5.3.2 || ^7.0 || ^8.0" "php": "^5.3.2 || ^7.0 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^0.12.54", "phpstan/phpstan": ">=1.5.4",
"symfony/phpunit-bridge": "^4.2 || ^5" "symfony/phpunit-bridge": "^4.2 || ^5"
}, },
"type": "library", "type": "library",
@ -107,7 +107,7 @@
"psr/log": "^1 || ^2 || ^3" "psr/log": "^1 || ^2 || ^3"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^0.12.55", "phpstan/phpstan": ">=1.5.4",
"symfony/phpunit-bridge": "^4.2 || ^5" "symfony/phpunit-bridge": "^4.2 || ^5"
}, },
"type": "library", "type": "library",
@ -175,7 +175,7 @@
"require-dev": { "require-dev": {
"doctrine/cache": "^1.11 || ^2.0", "doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^6.0 || ^8.1", "doctrine/coding-standard": "^6.0 || ^8.1",
"phpstan/phpstan": "^0.12.20", "phpstan/phpstan": ">=1.5.4",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
"symfony/cache": "^4.4 || ^5.2" "symfony/cache": "^4.4 || ^5.2"
}, },
@ -246,7 +246,7 @@
"ext-pdo": "*", "ext-pdo": "*",
"ext-phar": "*", "ext-phar": "*",
"phpbench/phpbench": "^0.13 || 1.0.0-alpha2", "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
"phpstan/phpstan": "^0.12", "phpstan/phpstan": ">=1.5.4",
"phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
}, },
@ -312,7 +312,7 @@
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^6.0", "doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8", "phpstan/phpstan": ">=1.5.4",
"phpunit/phpunit": "^8.2" "phpunit/phpunit": "^8.2"
}, },
"type": "library", "type": "library",
@ -2026,8 +2026,8 @@
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "~2.16.1", "friendsofphp/php-cs-fixer": ">=3.8",
"phpstan/phpstan": "^0.12", "phpstan/phpstan": ">=1.5.4",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
}, },
"type": "library", "type": "library",
@ -4835,7 +4835,7 @@
"symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8"
}, },
"conflict": { "conflict": {
"phpstan/phpstan": "<0.12.20", "phpstan/phpstan": ">=1.5.4",
"vimeo/psalm": "<4.6.1 || 4.6.2" "vimeo/psalm": "<4.6.1 || 4.6.2"
}, },
"require-dev": { "require-dev": {