mirror of
https://github.com/Rogiel/star-replay
synced 2025-12-05 22:32:46 +00:00
Initial commit
This commit is contained in:
31
composer.json
Normal file
31
composer.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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": "dev-master",
|
||||
"ocramius/generated-hydrator": "^1.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user