Skip to content

Commit 58d619c

Browse files
authored
Update supported PHP versions in introduction.md
1 parent a46c7b9 commit 58d619c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Flow is a PHP based, strongly typed data processing framework with low memory fo
99

1010
Supported PHP versions:
1111

12-
- 8.2
13-
- 8.3
12+
- 8.3
1413
- 8.4
14+
- 8.5
1515

1616
# Key Features
1717

@@ -27,4 +27,4 @@ Supported PHP versions:
2727
- **ASCII Table Display**: Visualize your datasets as neatly formatted ASCII tables, making it easier to read and analyze data directly from the console.
2828
- **Schema Validation**: Ensure data quality and consistency by validating your datasets against predefined schemas.
2929
- **Window Functions**: Utilize window functions for advanced data analysis, allowing you to perform calculations across sets of rows that are related to the current row.
30-
- **Built-In Caching Mechanism**: Improve performance with built-in caching, reducing processing time and enhancing overall efficiency, especially in repetitive data processing tasks.
30+
- **Built-In Caching Mechanism**: Improve performance with built-in caching, reducing processing time and enhancing overall efficiency, especially in repetitive data processing tasks.

0 commit comments

Comments
 (0)