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 1313 fail-fast : true
1414 matrix :
1515 php : [8.3, 8.4]
16- laravel : [11.*, 12.*]
16+ laravel : [12.*]
1717 stability : [prefer-stable]
1818 include :
19- - laravel : 11.*
20- testbench : 9.*
2119 - laravel : 12.*
2220 testbench : 9.*
2321
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
2424### Features
2525- Clean Architecture implementation following DDD principles
2626- Automatic generation of Domain, Application, and Infrastructure layers
27- - Support for Laravel 11.x and 12.x
27+ - Support for Laravel 12.x
2828- PHP 8.3+ compatibility
2929- English validation messages and documentation
3030- 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. 🚀
2222## 📋 Requirements
2323
2424- 🐘 PHP 8.3+
25- - ⚡ Laravel 11.x or 12.x
25+ - ⚡ Laravel 12.x
2626
2727## 📦 Installation
2828
You can’t perform that action at this time.
0 commit comments