Skip to content

Commit

Permalink
Further submodule version/dependency adjustments for Vanilo 5
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Mar 5, 2025
1 parent 499a761 commit a71db79
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
php: [ '8.3', '8.4' ]
laravel: [ '10.48', '11.0', '11.44', '12.0' ]
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
##### 2025-XX-XX

- Dropped PHP 8.2 Support
- ~~Dropped Laravel 10 Support~~
- Changed the minimum Laravel 10 version to v10.48
- Added Laravel 12 Support
- Fixed the missing float cast of the order item's price field
- PHP 8.4 deprecation notice fixes
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.3",
"konekt/address": "^3.4.1",
"konekt/concord": "^1.13",
"konekt/concord": "^1.15",
"konekt/enum": "^4.2",
"konekt/laravel-migration-compatibility": "^1.6",
"konekt/user": "^3.0",
"laravel/framework": "^10.43|^11.0",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.2"
"laravel/framework": "^10.48|^11.0|^12.0",
"vanilo/contracts": "^5.0",
"vanilo/support": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^10.0|^11.0",
"orchestra/testbench": "^8.0|^9.0|^10.0",
"laravel/legacy-factories": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit a71db79

Please sign in to comment.