mirror of
https://github.com/Rogiel/star-replay
synced 2025-12-06 06:32:46 +00:00
32 lines
814 B
JSON
32 lines
814 B
JSON
{
|
|
"name": "rogiel/star-replay",
|
|
"type": "library",
|
|
"description": "A StarCraft II replay parser in PHP",
|
|
"keywords": ["StarCraft II", "Replay parsing", "Gaming", "Blizzard"],
|
|
"homepage": "https://rogiel.com/portfolio/star-replay",
|
|
"license": "BSD-2.0",
|
|
"authors": [{
|
|
"name": "Rogiel Sulzbach",
|
|
"email": "rogiel@rogiel.com",
|
|
"homepage": "https://rogiel.com"
|
|
}],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Rogiel\\StarReplay\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Rogiel\\StarReplay\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^5.5.0",
|
|
"rogiel/mpq": "^0.2.1",
|
|
"ocramius/generated-hydrator": "^1.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8"
|
|
}
|
|
}
|