Commit cf050ec
committed
chore: bump PHP requirement to 8.1+, use first-class callables
Raise minimum PHP version from 8.0 to 8.1 in composer.json and
use first-class callable syntax (self::method(...)) for array_map
calls in the Email constructor.1 parent 92aaa27 commit cf050ec
File tree
3 files changed
+29
-28
lines changed- src/Utopia/Messaging/Messages
3 files changed
+29
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments