1
0
mirror of https://github.com/Rogiel/php-mpq synced 2025-12-06 00:13:04 +00:00

Improves testing and documentation

This commit is contained in:
2016-01-07 01:54:34 -02:00
parent e02bd6da17
commit aeb01ce902
28 changed files with 1377 additions and 28 deletions

View File

@@ -15,7 +15,15 @@
"Rogiel\\MPQ\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Rogiel\\MPQ\\Tests\\": "tests/"
}
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8.1"
}
}