16 Commits

Author SHA1 Message Date
f974b15f78 Smarty Extended update 2025-01-17 18:01:21 +09:00
bd1972d894 Composer keywords 2024-12-10 14:52:50 +09:00
814ec50d3d phpstan 2.0 update 2024-11-18 18:34:31 +09:00
9818410889 Local phan/phpstan install and config update, merge in UrlRequest changes 2024-11-07 11:39:33 +09:00
29f4800e1a DB IO Placeholder regex fix for JSON/JSONB placeholders 2024-07-29 16:13:08 +09:00
eca62e53c9 Disabled workflow
For this to work we have to move the smarty-extended package to an official
composer package
2024-05-22 14:21:00 +09:00
4bd2568d94 composer.json file update 2024-05-22 14:15:59 +09:00
128d6533fc Remove composer install phan/phpstan/etc and switch to phive install 2023-10-04 14:49:49 +09:00
92214ae136 DB\IO bug fixes for unset returns 2023-08-28 09:52:51 +09:00
53c7dda9a0 JSON Array to convert fix, bool/false return fix 2023-08-02 16:34:57 +09:00
aa5c3b9dcc composer add psr/log 2023-05-31 16:50:21 +09:00
24f7a903ef Composer json update for psr\log required 2023-05-31 16:42:55 +09:00
f410d761ba Remove deprecated classes and methods, deprecate all named constants
All named constants used inside classes have been deprecated and
must now be set from method calls, class init, etc
2023-03-09 16:41:55 +09:00
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
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
cfcd601b3a Add src files for CoreLibs composer all package 2023-02-16 12:47:43 +09:00