Skip to content

Commit

Permalink
drop php 7.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 2, 2024
1 parent 165af28 commit 29e36b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ jobs:
with:
enable_backend_testing: true
enable_phpstan: true
php_versions: '["7.4", "8.0, "8.1", "8.2", "8.3"]'

backend_directory: .
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"flarum/core": "^1.8.1",
"league/oauth1-client": "^1.10.1",
"league/oauth2-facebook": "^2.2.0",
Expand Down

0 comments on commit 29e36b0

Please sign in to comment.