Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Nov 3, 2021
1 parent ad41b3b commit fb27b62
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.0.3
=====

* (improvement) Bump dependencies.


4.0.2
=====

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"ergebnis/composer-normalize": "^2.14.0",
"ergebnis/composer-normalize": "^2.15.0",
"phpstan/extension-installer": "^1.1.0",
"phpstan/phpstan": "^0.12.89",
"phpstan/phpstan-deprecation-rules": "^0.12.6",
"phpstan/phpstan-doctrine": "^0.12.38",
"phpstan/phpstan-symfony": "^0.12.35"
"phpstan/phpstan": "^1.0.1",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-doctrine": "^1.0.1",
"phpstan/phpstan-symfony": "^1.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0.0",
"friendsofphp/php-cs-fixer": "^3.2.1",
"roave/security-advisories": "dev-latest"
},
"config": {
Expand Down

0 comments on commit fb27b62

Please sign in to comment.