Skip to content

Commit 72a301e

Browse files
committed
prepare 7.0.0
1 parent 9214b38 commit 72a301e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

changelog.md renamed to CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
7.0.0 (2025-03-12)
5+
------------------
6+
7+
- Add support for Laravel 11
8+
- Add support for Doctrine DBAL 4.x
9+
- Drop support of Laravel prior to 10
10+
- Drop support of PHP prior to 8.2
11+
- Drop support of Doctrine DBAL prior to 3.4
12+
- Uppercase changelog and readme filename
13+
14+
415
6.6.1 (2024-11-30)
516
------------------
617

File renamed without changes.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"license": "MIT",
1414
"require": {
15-
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
16-
"doctrine/dbal": "^2.13 || ^3.1"
15+
"illuminate/support": "^10.0 || ^11.0",
16+
"doctrine/dbal": "^3.4 || ^4.2"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)