File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " designcise/bitframe-fastroute" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "type" : " library" ,
55 "description" : " FastRoute router middleware for BitFrame microframework" ,
66 "license" : " MIT" ,
1212 ],
1313 "require" : {
1414 "php" : " >=7.1.0" ,
15- "designcise/bitframe" : " ^1.0.0 " ,
15+ "designcise/bitframe" : " ^1.0" ,
1616 "psr/http-server-middleware" : " ~1.0" ,
1717 "nikic/fast-route" : " ^1.3"
1818 },
Original file line number Diff line number Diff line change 66 * @author Daniyal Hamid
77 * @copyright Copyright (c) 2017-2018 Daniyal Hamid (https://designcise.com)
88 *
9- * @license https://github.com/designcise/bitframe/blob/master/LICENSE.md MIT License
9+ * @license https://github.com/designcise/bitframe-fastroute /blob/master/LICENSE.md MIT License
1010 */
1111
1212namespace BitFrame \Test ;
@@ -32,7 +32,7 @@ class FastRouteRouterTest extends TestCase
3232
3333 public function setUp ()
3434 {
35- $ this ->request = HttpMessageFactory::createServerRequestFromArray ();
35+ $ this ->request = HttpMessageFactory::createServerRequestFromArray ($ _SERVER );
3636 $ this ->router = new \BitFrame \Router \FastRouteRouter ();
3737 }
3838
You can’t perform that action at this time.
0 commit comments