Skip to content

Commit

Permalink
Merge pull request #31 from tarfin-labs/add-laravel-10-support
Browse files Browse the repository at this point in the history
Add laravel 10 support
  • Loading branch information
deligoez authored Feb 16, 2023
2 parents f1c6043 + b432a2a commit d9a9ac1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
php: [7.4, 8.0, 8.1]
laravel: [8.*, 9.*]
laravel: [8.*, 9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"require": {
"php": "^7.4|^8.0|^8.1",
"guzzlehttp/guzzle": "^7.1",
"illuminate/support": "^8.0|^9.0",
"illuminate/notifications": "^8.0|^9.0",
"illuminate/translation": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/notifications": "^8.0|^9.0|^10.0",
"illuminate/translation": "^8.0|^9.0|^10.0",
"nesbot/carbon": "^2.0",
"ext-simplexml": "*"
},
Expand Down

0 comments on commit d9a9ac1

Please sign in to comment.