Skip to content

Commit 9073d71

Browse files
Bumo Laravel min to 10.48; Remove DBAL v4 conflict clause from composer.json
- Let's see what happens
1 parent b49b47a commit 9073d71

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
php: ['8.2', '8.3', '8.4']
16-
laravel: ['10.0', '10.48', '11.0', '11.44', '12.0']
16+
laravel: ['10.48', '11.0', '11.45', '12.0', '12.28']
1717
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1818
steps:
1919
- name: Checkout

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# AppShell Changelog
22

3+
## Unreleased
4+
##### 2025-XX-YY
5+
6+
- Changed the minimum Laravel version from 10.0 to 10.48
7+
- Removed the doctrine/dbal >= 4 conflict from composer.json
8+
39
## 4.13.0
410
##### 2025-05-22
511

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,14 @@
3232
"laracasts/flash": "^3.2.1",
3333
"cviebrock/eloquent-sluggable": "^10.0|^11.0|^12.0",
3434
"diglactic/laravel-breadcrumbs": "^8.0|^9.0|^10",
35-
"laravel/framework": "^10.0|^11.0|^12.0"
35+
"laravel/framework": "^10.48|^11.0|^12.0"
3636
},
3737
"require-dev": {
3838
"ext-sqlite3": "*",
3939
"phpunit/phpunit": "^10.0|^11.0",
4040
"orchestra/testbench": "^8.0|^9.0|^10.0",
4141
"mockery/mockery": "^1.6.2"
4242
},
43-
"conflict": {
44-
"doctrine/dbal": ">=4.0"
45-
},
4643
"autoload": {
4744
"psr-4": {
4845
"Konekt\\AppShell\\": "src"

0 commit comments

Comments
 (0)