Skip to content

Commit

Permalink
Update dev tools (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed May 3, 2022
1 parent 19eda4e commit d031a1b
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 450 deletions.
2 changes: 2 additions & 0 deletions .dev-tools/.php-cs-fixer.php
Expand Up @@ -9,6 +9,8 @@
* the LICENSE file that was distributed with this source code.
*/

require_once __DIR__ . '/vendor/autoload.php';

$config = PhpCsFixerConfig\Factory::createForLibrary('Types checker', 'Kuba Werłos', 2016)
->setUsingCache(false)
->setFinder(
Expand Down
12 changes: 6 additions & 6 deletions .dev-tools/composer.json
@@ -1,18 +1,18 @@
{
"require": {
"php": "^8.0",
"ergebnis/composer-normalize": "^2.25.1",
"ergebnis/composer-normalize": "^2.26.0",
"kubawerlos/composer-smaller-lock": "^1.0.0",
"kubawerlos/php-cs-fixer-config": "^3.8.0",
"kubawerlos/php-cs-fixer-config": "^3.10.0",
"maglnet/composer-require-checker": "^4.0.0",
"mi-schi/phpmd-extension": "^4.3.0",
"phpmd/phpmd": "^2.12.0",
"phpstan/extension-installer": "^1.1.0",
"phpstan/phpstan": "^1.5.3",
"phpstan/phpstan-phpunit": "^1.1.0",
"phpstan/phpstan-strict-rules": "^1.1.0",
"phpstan/phpstan": "^1.6.4",
"phpstan/phpstan-phpunit": "^1.1.1",
"phpstan/phpstan-strict-rules": "^1.2.2",
"squizlabs/php_codesniffer": "^3.6.2",
"vimeo/psalm": "^4.22.0"
"vimeo/psalm": "^4.23.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit d031a1b

Please sign in to comment.