Skip to content

Commit f196f91

Browse files
authored
Update composer.json file [email protected] and format code (#6)
1 parent 4198979 commit f196f91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.2.5|^8.0"
23+
"php": "^7.2.5|^8.0.2"
2424
},
2525
"require-dev": {
2626
"illuminate/routing": "^8.0",

src/AutoRouteServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ protected function configPath(): string
6262
*/
6363
public function provides()
6464
{
65-
return [ AutoRoute::class ];
65+
return [AutoRoute::class];
6666
}
6767
}

0 commit comments

Comments
 (0)