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