Fix namespace in composer file, add readme + test file

Corelibs -> CoreLibs

test/ folder for test files (future phpunit test)
This commit is contained in:
Clemens Schwaighofer
2023-02-16 13:02:27 +09:00
parent cfcd601b3a
commit 552854b90e
5 changed files with 30 additions and 5 deletions

23
ReadMe.md Normal file
View File

@@ -0,0 +1,23 @@
# Composer package from CoreLibs
This is just the lib/CoreLibs folder in a composer package.
For local install only
## Setup
In the composer.json file add the following
```json
{
"repositories": [
{
"type": "vcs",
"url": "https://git.egplusww.jp/Composer/CoreLibs-Composer-All"
}
],
"require": {
"egrajp/corelibs-composer-all": "@dev"
}
}
```