2023-06-07 |
Use 0770 as default perms. |
2023-06-07 |
Merge branch '4.next' into 5.x |
2023-06-07 |
remove deprecations |
2023-06-07 |
Use dirMask option to configure the folder perms. |
2023-04-08 |
Fix build errors |
2023-04-08 |
Merge remote-tracking branch 'origin/4.next' into 5.x |
2023-04-08 |
Namespace all functions.
Add global versions if not already defined. |
2023-04-08 |
Merge branch '4.next' into 5.x |
2023-04-08 |
Merge branch '4.x' into 4.next |
2023-04-08 |
Fix mistake |
2023-04-08 |
Update "provide" config of various packages. |
2023-04-08 |
Merge remote-tracking branch 'origin/4.next' into 5.x |
2023-04-08 |
Throw an Exception instead of an error on Cache::write() fail. See original #16932 (#17034)
Throw a CacheWriteException when a Cache::write() fails, instead of triggering an error.
This allows the developer more control over how to handle a Cache::write() issue. |
2023-04-08 |
Consolidate code fencing in exception messages. (#16956)
Consolidate code fencing in exception messages. |
2023-04-08 |
Fix up TypeError cases found by PHPStan level 7/8 |
2023-04-08 |
Fix up Psalm. |
2023-04-08 |
Fix up TypeError cases found by PHPStan level 7/8 |
2023-03-24 |
Update "provide" config of various packages. |