0b0f4998b4
Updated repository to standards of PHP 8.1.
...
- Dropped support for PHP 7.4 and 8.0.
- Updated shutdown to no longer halt execution on an error if logger error handlers are disabled.
- Logger::enable() and ::disable() now control the screen log, as it used to in the old days.
2022-12-10 12:37:49 +01:00
4e8bb7ede3
Imlemented the autoloader into libraries.
...
Libraries can now provide classes to be added to the autoloader, although this is not required.
2019-07-27 17:22:12 +02:00
f364245d90
Implemented Priority for componentPaths.
2019-01-21 17:19:09 +01:00
be449b4f0d
Implemented ComponentPathsTrait.
...
Now every classes that uses paths doesn't have its own code anymore. All methods for handling paths have been standardized.
2019-01-18 11:00:22 +01:00
0c569a9eb1
Updated copyright notice to 2019
2019-01-10 23:59:00 +01:00
f5fd1143fb
Made test directories uppercase to make them compatible with Linux.
2019-01-10 23:54:33 +01:00
ef149a953f
Moved 'tests' to 'test' folder to make consistent with other FuzeWorks projects.
2018-12-23 19:21:31 +01:00