Composer php unit install and composer.json update

This commit is contained in:
Clemens Schwaighofer
2021-10-27 17:56:46 +09:00
parent 0b7dba5e2f
commit 60b6fae33a
1345 changed files with 135780 additions and 17 deletions

View File

@@ -2,6 +2,14 @@
/*
* TEST sets only
*
* composer.json
* autoloader: {
* ...
* "psr-4": {
* "gullevek\\CoreLibs\\": "src/"
* }
* }
*/
declare(strict_types=1);