File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 33Install the package into your application using Composer:
44
55``` bash
6- composer config minimum-stability rc
7- composer require cloudcreativity/ddd-modules:^2 .0
6+ composer config minimum-stability
7+ composer require cloudcreativity/ddd-modules:^5 .0
88```
99
1010## Versions
1111
1212| DDD Modules | PHP |
1313| -------------| --------|
14+ | ` 5.x ` | ` ^8.2 ` |
15+ | ` 4.x ` | ` ^8.2 ` |
16+ | ` 3.x ` | ` ^8.1 ` |
1417| ` 2.x ` | ` ^8.1 ` |
1518| ` 1.x ` | ` ^8.1 ` |
1619
20+ > Most major upgrades are extremely easy to upgrade, as the breaking changes tend to relate to classes implemented by
21+ > the package that you are unlikely to be implementing yourself. See the [ upgrade guide] ( ./upgrade.md ) for more
22+ > information.
23+
1724## License
1825
1926DDD Modules is licensed under the MIT license. See the
20- [ license file] ( https://github.com/cloudcreativity/ddd-modules/blob/develop/LICENSE ) for more information.
27+ [ licence file] ( https://github.com/cloudcreativity/ddd-modules/blob/develop/LICENSE ) for more information.
You can’t perform that action at this time.
0 commit comments