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