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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed Jan 22, 2024
1 parent 9c51bde commit 700237a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- [GH#9](https://github.com/jolicode/automapper-bundle/pull/9) Update dependencies

## [8.0.2] - 2024-01-04
### Added
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
],
"require": {
"php": "^8.2",
"jolicode/automapper": "^8.0"
"jolicode/automapper": "^8.0",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.25"
},
"require-dev": {
"moneyphp/money": "^4.2",
"phpdocumentor/reflection-docblock": "^5.3",
"phpunit/phpunit": "^8.0",
"symfony/framework-bundle": "^6.0 || ^7.0",
"symfony/uid": "^6.3 || ^7.0",
Expand Down

0 comments on commit 700237a

Please sign in to comment.