1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-29 10:59:50 +02:00

fix phpunit on older php versions

This commit is contained in:
Danny van Kooten
2019-02-07 09:52:34 +01:00
parent ecb5f69042
commit dce6efdea2
3 changed files with 5 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ echo $router->generate( 'user-details', array( 'id' => 5 ) ); // Output: "/users
## Getting started
You need PHP >= 5.3 to use AltoRouter.
You need PHP >= 5.3 to use AltoRouter, although we highly recommend you [use an officially supported PHP version](https://secure.php.net/supported-versions.php).
- [Install AltoRouter](http://altorouter.com/usage/install.html)
- [Rewrite all requests to AltoRouter](http://altorouter.com/usage/rewrite-requests.html)