File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## 1.X Series
44
5- ## Unreleased
6- ##### 2026-XX-YY
5+ ## 1.18.0
6+ ##### 2026-04-17
77
88- Added Laravel 13 support
99- Dropped Laravel 10 support
Original file line number Diff line number Diff line change @@ -25,9 +25,10 @@ It also offers some conventions that help you to better structure complex system
2525| 7.x | 1.5 - 1.10 |
2626| 8.x | 1.8 - 1.11 |
2727| 9.x | 1.10.2 - 1.15 |
28- | 10.x | 1.13+ |
28+ | 10.x | 1.13 - 1.17 |
2929| 11.x | 1.14+ |
3030| 12.x | 1.16+ |
31+ | 13.x | 1.18+ |
3132
3233## Basics
3334
Original file line number Diff line number Diff line change 1313| 7.x | 1.5 - 1.10 |
1414| 8.x | 1.8 - 1.11 |
1515| 9.x | 1.10.2 - 1.15 |
16- | 10.x | 1.13+ |
16+ | 10.x | 1.13 - 1.17 |
1717| 11.x | 1.14+ |
1818| 12.x | 1.16+ |
19+ | 13.x | 1.18+ |
1920
2021## Installing Concord with Composer
2122
Original file line number Diff line number Diff line change 2727
2828class Concord implements ConcordContract
2929{
30- const VERSION = '1.17.1 ' ;
30+ const VERSION = '1.18.0 ' ;
3131
3232 /** @var Collection */
3333 protected $ modules ;
You can’t perform that action at this time.
0 commit comments