Skip to content

Commit

Permalink
Merge pull request #19 from aydinfatih/master
Browse files Browse the repository at this point in the history
feat: Laravel 11 and PHP 8.3 Support
  • Loading branch information
frkcn authored Jul 30, 2024
2 parents 00899f2 + 5a58b7a commit 2431889
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 @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ 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 @@ -18,12 +18,12 @@
}
],
"require": {
"php": "^7.2|^7.3|^7.4|^8.0|^8.1|^8.2",
"php": "^7.2|^7.3|^7.4|^8.0|^8.1|^8.2|^8.3",
"ext-imagick": "*",
"symfony/process": "^4.4|^5.0|^6.0"
"symfony/process": "^4.4|^5.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.0||^10.0"
"phpunit/phpunit": "^8.5|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2431889

Please sign in to comment.