Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.4', '8.5', 'nightly']
php-versions: ['8.5', 'nightly']

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Sources are defined in `import.php`. You can:

## System Requirements

Utopia Emails requires PHP 8.0 or later. We recommend using the latest PHP version whenever possible.
Utopia Emails requires PHP 8.5 or later. We recommend using the latest PHP version whenever possible.

## Authors

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"import:stats": "php import.php stats"
},
"require": {
"php": ">=8.4",
"utopia-php/validators": "0.*",
"php": ">=8.5",
Comment thread
ChiragAgg5k marked this conversation as resolved.
"utopia-php/validators": "^0.6",
"utopia-php/domains": "^3.0"
},
"require-dev": {
Expand Down
38 changes: 16 additions & 22 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading