We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2a502 commit 1f4ed69Copy full SHA for 1f4ed69
composer.json
@@ -1,6 +1,9 @@
1
{
2
"name": "navarr/iterable-to-array",
3
"description": "A method for converting an iterable to an array, no matter what type of iterable",
4
+ "license": [
5
+ "MIT"
6
+ ],
7
"require": {
8
"php": ">=7.4"
9
},
0 commit comments