DNF Types in PHP 8.2

DNF Types in PHP 8.2

Since PHP 8.0, we can use union types, where the value should be one of the specified types. Since PHP 8.1, we can use intersection types, where the value should...
Clear Composer Cache

Clear Composer Cache

Composer store copies of downloaded PHP packages in the cache. It allows speeding up workflow because for the next time previously installed packages can be retrieved from the cache. Can...