mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 23:12:11 +00:00
Updates
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
|||||||
"ext-json": "*"
|
"ext-json": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^8",
|
"phpunit/phpunit": "^7",
|
||||||
"mockery/mockery": "^1",
|
"mockery/mockery": "^1",
|
||||||
"phpstan/phpstan": "^0",
|
"phpstan/phpstan": "^0",
|
||||||
"phpstan/phpstan-phpunit": "^0",
|
"phpstan/phpstan-phpunit": "^0",
|
||||||
|
|||||||
@@ -30,6 +30,9 @@ abstract class Route implements IRoute
|
|||||||
protected $urlRegex = '/^%s\/?$/u';
|
protected $urlRegex = '/^%s\/?$/u';
|
||||||
protected $group;
|
protected $group;
|
||||||
protected $parent;
|
protected $parent;
|
||||||
|
/**
|
||||||
|
* @var string|callable|null
|
||||||
|
*/
|
||||||
protected $callback;
|
protected $callback;
|
||||||
protected $defaultNamespace;
|
protected $defaultNamespace;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user