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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user