Skip to content

Commit

Permalink
fix: Add missing deps to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Jan 16, 2024
1 parent 4bcc751 commit 2fc6fb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.5.14

* fix: Add missing deps to `composer.json`

## 0.5.13

* docs: Add rationale.
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
}
],
"require": {
"doctrine/collections": "^2.1",
"phpdocumentor/reflection-docblock": "^5.3",
"psr/container": "^2.0",
"symfony/cache": "^6.4 || ^7.0",
"symfony/clock": "^6.4 || ^7.0",
Expand All @@ -33,7 +35,6 @@
},
"require-dev": {
"bnf/phpstan-psr-container": "^1.0",
"doctrine/collections": "^2.1",
"ekino/phpstan-banned-code": "^1.0",
"phpstan/phpstan": "^1.10.50",
"phpstan/phpstan-deprecation-rules": "^1.1",
Expand Down

0 comments on commit 2fc6fb4

Please sign in to comment.