Skip to content

Commit

Permalink
Merge pull request #793 from spiral/hotfix/composer-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Sep 13, 2022
1 parent 0fbc46c commit abc95eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Expand Up @@ -12,4 +12,4 @@ jobs:
os: >-
['ubuntu-latest']
php: >-
['8.1']
['8.1', '8.2']
2 changes: 0 additions & 2 deletions src/Bootloader/AnnotatedRoutesBootloader.php
Expand Up @@ -7,9 +7,7 @@
use Spiral\Boot\Bootloader\Bootloader;
use Spiral\Bootloader\Attributes\AttributesBootloader;
use Spiral\Bootloader\Http\RouterBootloader;
use Spiral\Console\Bootloader\ConsoleBootloader;
use Spiral\Core\Container\SingletonInterface;
use Spiral\Router\Command\ResetCommand;
use Spiral\Router\RouteLocatorListener;
use Spiral\Tokenizer\Bootloader\TokenizerListenerBootloader;
use Spiral\Tokenizer\TokenizerListenerRegistryInterface;
Expand Down

0 comments on commit abc95eb

Please sign in to comment.