Skip to content

Commit

Permalink
Update composer dev dependencies to stable versions
Browse files Browse the repository at this point in the history
This commit updates the versions of the "phpstan/extension-installer" and "phpunit/phpunit" packages in composer.json to "@stable". This ensures we are using the latest stable versions of these packages that have been thoroughly tested and validated by the community, improving the overall reliability of our application. A "composer.lock" file change comes along with the composer.json file modification, reflecting the updated dependencies.
  • Loading branch information
o0h committed Dec 22, 2023
1 parent c943a2e commit 86f9676
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -9,10 +9,10 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "@stable",
"phpstan/extension-installer": "^1.3",
"phpstan/extension-installer": "@stable",
"phpstan/phpstan": "@stable",
"phpstan/phpstan-phpunit": "@stable",
"phpunit/phpunit": "^10.3"
"phpunit/phpunit": "@stable"
},
"license": "MIT",
"autoload": {
Expand Down
6 changes: 4 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 86f9676

Please sign in to comment.