Skip to content

Commit 1eb1405

Browse files
Further submodule version/dependency adjustments for Vanilo 5
1 parent f6f2d82 commit 1eb1405

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

‎.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
php: ['8.2', '8.3', '8.4']
12-
laravel: ['10.43', '10.48', '11.0', '11.35']
11+
php: [ '8.3', '8.4' ]
12+
laravel: [ '10.48', '11.0', '11.44', '12.0' ]
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

‎Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Vanilo Properties Module Changelog
22

3+
## 5.x Series
4+
5+
## Unreleased
6+
##### 2025-XX-XX
7+
8+
- Dropped PHP 8.2 Support
9+
- Changed the minimum Laravel 10 version to v10.48
10+
- Added Laravel 12 Support
11+
312
## 4.x Series
413

514
## 4.2.0

‎composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.2",
21-
"konekt/concord": "^1.13",
22-
"laravel/framework": "^10.43|^11.0",
23-
"cviebrock/eloquent-sluggable": "^10.0|^11.0"
20+
"php": "^8.3",
21+
"konekt/concord": "^1.15",
22+
"laravel/framework": "^10.48|^11.0|^12.0",
23+
"cviebrock/eloquent-sluggable": "^10.0|^11.0|^12.0"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^10.0",
27-
"orchestra/testbench": "^8.0|^9.0",
26+
"phpunit/phpunit": "^10.0|^11.0",
27+
"orchestra/testbench": "^8.0|^9.0|^10.0",
2828
"laravel/legacy-factories": "^1.0.4"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)