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.
2 parents 6f63144 + a2dc52a commit fdee3a7Copy full SHA for fdee3a7
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- php-version: [ '8.1', '8.2' ]
+ php-version: [ '8.1', '8.2', '8.3' ]
18
laravel-version: [ '^10.0' ]
19
database: [ 'sqlite', 'mysql', 'pgsql' ]
20
composer.json
@@ -12,9 +12,7 @@
12
"require": {
13
"php": "^8.0",
"ext-json": "*",
- "illuminate/contracts": "^10.0",
- "illuminate/http": "^10.0",
- "illuminate/support": "^10.0"
+ "laravel/framework": "^10.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.0|^7.0",
0 commit comments