Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
R. Eric Wheeler | 3ffe6ee387 | |
R. Eric Wheeler | 1741825342 |
|
@ -4,12 +4,12 @@
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": ["map", "hashmap", "hash-map", "data", "data structure", "array", "arrayaccess"],
|
"keywords": ["map", "hashmap", "hash-map", "data", "data structure", "array", "arrayaccess"],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": ">=8.1",
|
||||||
"php-ds/php-ds": "^1.4"
|
"php-ds/php-ds": "^1.4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"friendsofphp/php-cs-fixer": "^3.14",
|
"friendsofphp/php-cs-fixer": "^3.13",
|
||||||
"phpunit/phpunit": "^9.6"
|
"phpunit/phpunit": "^9.5"
|
||||||
},
|
},
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue