dannyvankooten / PHP-Router

Simple PHP Router class (supports REST and reverse routing)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Array shorthand notation used, requires PHP 5.4

msielski opened this issue · comments

Line 45 of src/PHPRouter/RouteCollection.php uses shorthand array notation, which is a PHP >= 5.4 feature. I think either the composer.json requirements should reflect this, or traditional array notation should be used.

Fixed with PR #61