Skip to content

Commit

Permalink
Update composer.json file [email protected] and format code (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
laradocs authored Mar 27, 2022
1 parent 4198979 commit f196f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": "^7.2.5|^8.0"
"php": "^7.2.5|^8.0.2"
},
"require-dev": {
"illuminate/routing": "^8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/AutoRouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ protected function configPath(): string
*/
public function provides()
{
return [ AutoRoute::class ];
return [AutoRoute::class];
}
}

0 comments on commit f196f91

Please sign in to comment.