update composer

This commit is contained in:
Dennis Eichhorn 2022-04-10 17:54:25 +02:00
parent 03f50a364d
commit b634a57a25
3 changed files with 12 additions and 12 deletions

View File

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

View File

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

14
composer.lock generated
View File

@ -25,7 +25,7 @@
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.54",
"phpstan/phpstan": ">=1.5.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
@ -173,7 +173,7 @@
"require-dev": {
"doctrine/cache": "1.*",
"doctrine/coding-standard": "^6.0 || ^8.1",
"phpstan/phpstan": "^0.12.20",
"phpstan/phpstan": ">=1.5.4",
"phpunit/phpunit": "^7.5 || ^9.1.5"
},
"type": "library",
@ -248,7 +248,7 @@
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan": ">=1.5.4",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
@ -314,7 +314,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpstan/phpstan": ">=1.5.4",
"phpunit/phpunit": "^8.2"
},
"type": "library",
@ -1993,8 +1993,8 @@
"php": "^7.1 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.16.1",
"phpstan/phpstan": "^0.12",
"friendsofphp/php-cs-fixer": ">=3.8",
"phpstan/phpstan": ">=1.5.4",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
},
"type": "library",
@ -4731,7 +4731,7 @@
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"phpstan/phpstan": ">=1.5.4",
"vimeo/psalm": "<3.9.1"
},
"require-dev": {