diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79b5bc99..01731c28 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2, 8.3] + php: [8.2, 8.3] name: PHP ${{ matrix.php }} diff --git a/composer.json b/composer.json index c8ef6460..1bd0ef3f 100644 --- a/composer.json +++ b/composer.json @@ -10,16 +10,16 @@ } ], "require": { - "php": "^8.1", - "illuminate/filesystem": "^10.20", - "illuminate/support": "^10.20", + "php": "^8.2", + "illuminate/filesystem": "^11.0", + "illuminate/support": "^11.0", "laravel/prompts": "^0.1", - "symfony/console": "^6.0", - "symfony/process": "^6.0" + "symfony/console": "^7.0", + "symfony/process": "^7.0" }, "require-dev": { "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.4" }, "bin": [ "bin/laravel" diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 53afb981..a4bf9625 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,22 +1,12 @@ - + ./tests ./tests/scaffolds + + + diff --git a/src/NewCommand.php b/src/NewCommand.php index e5225834..0903804f 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -133,7 +133,7 @@ protected function interact(InputInterface $input, OutputInterface $output) * @param \Symfony\Component\Console\Output\OutputInterface $output * @return int */ - protected function execute(InputInterface $input, OutputInterface $output) + protected function execute(InputInterface $input, OutputInterface $output): int { $this->validateStackOption($input);