Skip to content

Commit cbdf3fa

Browse files
committed
Merge branch 'main' into develop
2 parents 17bb292 + 85fbcd7 commit cbdf3fa

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/guide/installation.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,25 @@
33
Install 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

1926
DDD 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.

0 commit comments

Comments
 (0)