Skip to content

Commit

Permalink
Update and upgrade composer dependencies
Browse files Browse the repository at this point in the history
The versions of several composer dependencies including "laravel/pint", "phan/phan", "php-parallel-lint", "phpstan/extension-installer", "phpstan/phpstan-strict-rules", and "phpunit/phpunit" have been updated. This commit reflects the changes in the composer.json file.
  • Loading branch information
MarjovanLier committed Jan 11, 2024
1 parent 010a90f commit 4373684
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"require-dev": {
"enlightn/security-checker": "^2.0",
"infection/infection": "^0.27.9",
"laravel/pint": "^1.13",
"phan/phan": "^5.4",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/extension-installer": "^1.3",
"laravel/pint": "^1.13.8",
"phan/phan": "^5.4.3",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.55",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^10.5",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.5.5",
"psalm/plugin-phpunit": "^0.18.4",
"rector/rector": "^0.19",
"roave/no-floaters": "^1.10",
Expand Down Expand Up @@ -98,4 +98,4 @@
"test:rector": "php -d memory_limit=-1 ./vendor/bin/rector --dry-run",
"test:vulnerabilities-check": "php -d memory_limit=-1 ./vendor/bin/security-checker security:check"
}
}
}

0 comments on commit 4373684

Please sign in to comment.