Skip to content

Commit fdee3a7

Browse files
authored
Merge pull request #88 from Lomkit/feature/php-8.3
⬆️ php 8.3
2 parents 6f63144 + a2dc52a commit fdee3a7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: [ '8.1', '8.2' ]
17+
php-version: [ '8.1', '8.2', '8.3' ]
1818
laravel-version: [ '^10.0' ]
1919
database: [ 'sqlite', 'mysql', 'pgsql' ]
2020

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
"require": {
1313
"php": "^8.0",
1414
"ext-json": "*",
15-
"illuminate/contracts": "^10.0",
16-
"illuminate/http": "^10.0",
17-
"illuminate/support": "^10.0"
15+
"laravel/framework": "^10.0"
1816
},
1917
"require-dev": {
2018
"guzzlehttp/guzzle": "^6.0|^7.0",

0 commit comments

Comments
 (0)