Commit Graph

8 Commits

Author SHA1 Message Date
Clemens Schwaighofer
672de694ee Readme file update 2024-06-18 10:00:11 +09:00
Clemens Schwaighofer
3f5b3f02ad Update Readme to reflect that current version is v9 2024-03-08 14:41:07 +09:00
Clemens Schwaighofer
128d6533fc Remove composer install phan/phpstan/etc and switch to phive install 2023-10-04 14:49:49 +09:00
Clemens Schwaighofer
bea8629d10 ReadMe updates, add composer releae documentation 2023-03-02 09:12:51 +09:00
Clemens Schwaighofer
6f653c24a0 VarSetType rename to SetVarType, add phan/phpstan/phpunit tests
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)
2023-02-22 07:52:51 +09:00
Clemens Schwaighofer
b56f889c5e Update readme file 2023-02-20 15:41:07 +09:00
Clemens Schwaighofer
0680c2fd4a Update gitignore file and readme 2023-02-17 13:15:55 +09:00
Clemens Schwaighofer
552854b90e Fix namespace in composer file, add readme + test file
Corelibs -> CoreLibs

test/ folder for test files (future phpunit test)
2023-02-16 13:02:27 +09:00