mirror of
https://github.com/marcostoll/FF-DataStructures.git
synced 2025-01-17 06:38:18 +01:00
36 lines
790 B
JSON
36 lines
790 B
JSON
{
|
|
"name": "fastforward/data-structures",
|
|
"description": "A component providing basic and generic data structure implementations - part of the Fast Forward Components Collection",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"minimum-stability": "stable",
|
|
"authors": [
|
|
{
|
|
"name": "Marco Stoll",
|
|
"email": "marco@fast-forward-encoding.de",
|
|
"homepage": "http://marcostoll.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"fastforward/utils": "^1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/marcostoll/FF-Utils"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FF\\DataStructures\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
}
|
|
} |