We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c02641 commit 72b6287Copy full SHA for 72b6287
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: true
18
matrix:
19
- php: [8.2]
+ php: [8.2, 8.3]
20
stability: [prefer-lowest, prefer-stable]
21
22
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
composer.json
@@ -43,6 +43,7 @@
43
"illuminate/view": "^11.0",
44
"illuminate/log": "^11.0",
45
"dragonmantank/cron-expression": "^3.1",
46
+ "laravel/prompts": "^0.1.17",
47
"nikic/fast-route": "^1.3",
48
"symfony/console": "^7.0",
49
"symfony/error-handler": "^7.0",
0 commit comments