mirror of
https://github.com/Rogiel/php-mpq
synced 2025-12-06 00:13:04 +00:00
Initial commit
This commit is contained in:
21
composer.json
Normal file
21
composer.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "rogiel/mpq",
|
||||
"type": "library",
|
||||
"description": "A MPQ reader in PHP",
|
||||
"keywords": ["MPQ", "File Management"],
|
||||
"homepage": "https://github.com/rogiel/php-mpq",
|
||||
"license": "MIT",
|
||||
"authors": [{
|
||||
"name": "Rogiel Sulzbach",
|
||||
"email": "rogiel@rogiel.com",
|
||||
"homepage": "https://rogiel.com"
|
||||
}],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Rogiel\\MPQ\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user