Skip to content

Commit

Permalink
Change composer.json requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
schvoy committed Jan 29, 2023
1 parent ab3828a commit 92d217b
Show file tree
Hide file tree
Showing 2 changed files with 5 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.8.3

* Change composer.json requirements

## 0.8.2

* Fix PasswordUpdater
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": "^8.1",
"symfony/framework-bundle": "^6.1",
"symfony/orm-pack": "*",
"eightmarq/core-bundle": "dev-master"
"eightmarq/core-bundle": "^0.8"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down

0 comments on commit 92d217b

Please sign in to comment.