Skip to content

Commit

Permalink
Increase required PHP version to 7.2, phpBB to 3.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ober committed Nov 4, 2023
1 parent c4431fd commit 2e7138d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.2",
"ext-curl": "*",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Discord Notifications",
"soft-require": {
"phpbb/phpbb": ">=3.3.0"
"phpbb/phpbb": ">=3.3.11"
}
},
"require-dev": {
Expand Down

0 comments on commit 2e7138d

Please sign in to comment.