Skip to content

Commit

Permalink
Update constraints to meet prompts requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Jul 28, 2023
1 parent e6db8be commit ed09901
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, '8.0', 8.1, 8.2]
php: [8.1, 8.2]

name: PHP ${{ matrix.php }}

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^8.1",
"laravel/prompts": "^0.1",
"symfony/console": "^4.0|^5.0|^6.0",
"symfony/process": "^4.2|^5.0|^6.0"
"symfony/console": "^6.0",
"symfony/process": "^6.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^8.0|^9.3"
"phpunit/phpunit": "^9.3"
},
"bin": [
"bin/laravel"
Expand Down

0 comments on commit ed09901

Please sign in to comment.