Skip to content

Commit f4e6159

Browse files
committed
wip
1 parent cbc0323 commit f4e6159

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

releases.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Lumen follows Laravel's [Semantic Versioning](https://semver.org) and release sc
1717
<a name="releases"></a>
1818
## Releases
1919

20+
<a name="10.0.0"></a>
21+
### Lumen 10.0.0
22+
23+
Lumen 10.0 upgrades the framework's underlying Laravel components to the `10.x` series.
24+
2025
<a name="9.0.0"></a>
2126
### Lumen 9.0.0
2227

upgrade.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Upgrade Guide
22

3+
- [Upgrading To 10.0.0 From 8.x](#upgrade-10.x)
34
- [Upgrading To 9.0.0 From 8.x](#upgrade-9.x)
45
- [Upgrading To 8.0.0 From 7.x](#upgrade-8.x)
56
- [Upgrading To 7.0.0 From 6.x](#upgrade-7.x)
@@ -12,6 +13,15 @@
1213
- [Upgrading To 5.3.0 From 5.2](#upgrade-5.3.0)
1314
- [Upgrading To 5.2.0 From 5.1](#upgrade-5.2.0)
1415

16+
<a name="upgrade-10.x"></a>
17+
## Upgrading To 10.0.0 From 9.x
18+
19+
Lumen 10.0 serves as a maintenance release to upgrade the underlying Laravel packages to the 10.x release series. Before upgrading your application to Lumen 10.0, you should review the Laravel 10.0 [upgrade guide](https://laravel.com/docs/10.x/upgrade) and make any applicable changes to your application according to which Laravel components you are using.
20+
21+
Once you have made the necessary adjustments to your application, you may upgrade your Lumen framework dependency in your `composer.json` file and run the `composer update` command:
22+
23+
"laravel/lumen-framework": "^10.0"
24+
1525
<a name="upgrade-9.x"></a>
1626
## Upgrading To 9.0.0 From 8.x
1727

0 commit comments

Comments
 (0)