Skip to content

Commit

Permalink
Merge pull request #31 from IsraelOrtuno/develop
Browse files Browse the repository at this point in the history
Add support for L8
  • Loading branch information
IsraelOrtuno committed Dec 17, 2020
2 parents bdc92bf + e6a352c commit 154853d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions composer.json
Expand Up @@ -17,14 +17,15 @@
}
],
"require": {
"illuminate/support": "^6.0|^7.0",
"illuminate/database": "^6.0|^7.0",
"illuminate/routing": "^6.0|^7.0",
"cviebrock/eloquent-sluggable": "^6.0|^7.0",
"arcanedev/seo-helper": "^2.0"
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/routing": "^6.0|^7.0|^8.0",
"cviebrock/eloquent-sluggable": "^6.0|^7.0|^8.0",
"arcanedev/seo-helper": "^2.0|^3.0|^4.0",
"laravel/legacy-factories": "^1.1"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "~8.0",
"mockery/mockery": "^1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/Router.php
Expand Up @@ -138,7 +138,7 @@ protected function addPermalink($permalink)
* @param mixed $action
* @return Route
*/
protected function newRoute($methods, $uri, $action)
public function newRoute($methods, $uri, $action)
{
return (new Route($methods, $uri, $action))
->setRouter($this)
Expand Down

0 comments on commit 154853d

Please sign in to comment.