Breaking change: VarSetType/VarSetTypeNull classes have been renamed to SetVarType/SetVarTypeNull Added phan/phpstan static checkes and settings Add phpunit tests (in test/phpunit) that are an exact copy from the trunk folder unit tests The phan/phpstan tests have been updated to work with the composer layout config files with static defines needed for certain classes are stored in test/configs (config.php, config.other.php, config.master.php)
26 lines
654 B
Markdown
26 lines
654 B
Markdown
# Composer package from CoreLibs
|
|
|
|
This is just the lib/CoreLibs folder in a composer package.
|
|
|
|
For local install only
|
|
|
|
**Note**: for following classes the `egrajp/smarty-extended` has to be installed
|
|
|
|
- Template\SmartyExtended
|
|
- Admin\EditBase
|
|
|
|
## Setup from central composer
|
|
|
|
Setup from gitea internal servers
|
|
|
|
```sh
|
|
composer config repositories.git.egplusww.jp.Composer composer https://git.egplusww.jp/api/packages/Composer/composer
|
|
```
|
|
|
|
Alternative setup composer local zip file repot:
|
|
`composer config repositories.composer.egplusww.jp composer http://composer.egplusww.jp`
|
|
|
|
## Install package
|
|
|
|
`composer require egrajp/corelibs-composer-all:^7.11`
|