Skip to content

Commit

Permalink
Now requiring PHP 7.2 in dependencies + change log
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreEkino committed Jul 24, 2020
1 parent 769eb8b commit 2920015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ CHANGELOG
master
------

* Required PHP version is now 7.2, breaking no dependency from 0.2.0

v0.2.0
------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"liip/monitor-bundle": "^2.8",
"php": "^7.1",
"php": "^7.2",
"sonata-project/admin-bundle": "^3.1",
"sonata-project/doctrine-orm-admin-bundle": "^3.0",
"sonata-project/media-bundle": "^3.0",
Expand Down

0 comments on commit 2920015

Please sign in to comment.