I made a small framework for my site using php 5.6. Unfortunately, I noticed just before uploading to the Hosting plateform that its web server has php 5.1.3. The minimum version for my website must be php 5.3 because of the use of namespaces (and composer).
Can I make php 5.1 ignore the namespaces or do I have to rewrite the scripts?