You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @Feathur. Unfortunately I won't be able to use the contribution for a few reasons:
Namespace integration has already begun on the 1.0 branch (see 33aaa39).
For 1.0 the framework is being decomposed into independent libraries, and bridged over for backwards compatibility with version 0.x.
One issue you may wish to correct in your commit, is the use of multiple root namespaces. For example, you put Model in Lib\Model. A better choice might be Minphp\Lib\Model (essentially everything in minphp should live behind Minphp\). As I said the framework is being decomposed, so Model will end up in Minphp\Mvc\Model -- part of a totally independent library.
Add namespace support for core.
Increase PHP requirement to 5.3+
The text was updated successfully, but these errors were encountered: