Skip to content

Commit

Permalink
Added Laravel 11 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Mar 13, 2024
1 parent 99287bd commit bb1442e
Show file tree
Hide file tree
Showing 3 changed files with 5 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:
matrix:
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
laravel: ['10.38', '10.48', '11.0']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Dropped Laravel 9 Support
- Upgraded to Konekt Address v3
- Added PHP 8.3 Support
- Added Laravel 11 Support
- Changed minimum Laravel version to v10.38.2
- Changed the minimal Enum requirement to v4.2
- BC: Changed the `TaxRate` interface so that it extends the `Configurable` interface
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"konekt/address": "^3.0",
"konekt/enum": "^4.2",
"konekt/laravel-migration-compatibility": "^1.6",
"laravel/framework": "^10.38.2",
"laravel/framework": "^10.38.2|^11.0",
"nette/schema": "^1.2.5",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^8.0"
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^8.0|^9.0"
},
"autoload": {
"psr-4": { "Vanilo\\Taxes\\": "" }
Expand Down

0 comments on commit bb1442e

Please sign in to comment.