File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : true
14
14
matrix :
15
15
php : [8.3, 8.4]
16
- laravel : [11.*, 12.*]
16
+ laravel : [12.*]
17
17
stability : [prefer-stable]
18
18
include :
19
- - laravel : 11.*
20
- testbench : 9.*
21
19
- laravel : 12.*
22
20
testbench : 9.*
23
21
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ All notable changes to `laravel-clean-architecture` will be documented in this f
24
24
### Features
25
25
- Clean Architecture implementation following DDD principles
26
26
- Automatic generation of Domain, Application, and Infrastructure layers
27
- - Support for Laravel 11.x and 12.x
27
+ - Support for Laravel 12.x
28
28
- PHP 8.3+ compatibility
29
29
- English validation messages and documentation
30
30
- Comprehensive test coverage templates
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ A Laravel package to easily implement Clean Architecture in your projects. 🚀
22
22
## 📋 Requirements
23
23
24
24
- 🐘 PHP 8.3+
25
- - ⚡ Laravel 11.x or 12.x
25
+ - ⚡ Laravel 12.x
26
26
27
27
## 📦 Installation
28
28
You can’t perform that action at this time.
0 commit comments