Skip to content

Commit a9742cd

Browse files
committed
docs: Update README
1 parent c12f7d0 commit a9742cd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ large sets of data.
1414

1515
## Requirements
1616

17-
Currently, requires PHP 8 or above, but work to backport support for 7.4 is in progress. This package is designed
18-
for Laravel 8 and 9, but might play nicely with older versions, or with Lumen. Let us know.
17+
Currently, requires PHP 8.3 or above, and Laravel 10+.
1918

2019
## Installation
2120

@@ -110,9 +109,6 @@ $everything = FixedArray::merge(
110109
| toArray | Converts a fixed array into a standard array. | `FixedArray::toArray($array)` |
111110
| toCollection | Converts a fixed array into an Illuminate collection. | `FixedArray::toCollection($array)` |
112111

113-
**NB:** Methods `current`, `key`, `next`, `rewind`, and `valid` are legacy alias operations for pointer-based array
114-
methods and simply return `null` currently. They will be implemented in a future version.
115-
116112
## Testing
117113

118114
Tests are run using Pest. You can run the suite like so:

0 commit comments

Comments
 (0)