From 9498542f30647d8960d7c66abad9530d7d00f8af Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Wed, 18 Feb 2015 20:17:09 -0500 Subject: [PATCH] Allow Route target to be a callable, string, or instance --- .idea/inspectionProfiles/Project_Default.xml | 1 + composer.json | 2 +- composer.lock | 289 +++++++++++++++---- src/pjdietz/WellRESTed/Routes/BaseRoute.php | 34 ++- test/Routes/BaseRouteTest.php | 68 ++++- 5 files changed, 308 insertions(+), 86 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index c66df00..cd68ccb 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -2,6 +2,7 @@