Merge branch '1.1.x' into '1.x'

Updated composer keywords

See merge request olive/PHP/map!7
This commit is contained in:
R. Eric Wheeler 2022-05-11 23:44:25 +00:00
commit 1741825342
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"name": "olive/map", "name": "olive/map",
"description": "Generic map for PHP", "description": "Generic map for PHP",
"type": "library", "type": "library",
"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"