-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathv10.1.0...v10.1.1.diff
33 lines (30 loc) · 1.11 KB
/
v10.1.0...v10.1.1.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 173a8721..f9de3795 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# Release Notes
-## [Unreleased](https://github.com/laravel/laravel/compare/v10.0.6...10.x)
+## [Unreleased](https://github.com/laravel/laravel/compare/v10.0.7...10.x)
+
+## [v10.0.7](https://github.com/laravel/laravel/compare/v10.1.0...v10.0.7) - 2023-04-14
+
+- Adds `phpunit/phpunit@10.1` support by @nunomaduro in https://github.com/laravel/laravel/pull/6155
+
+## [v10.1.0](https://github.com/laravel/laravel/compare/v10.0.6...v10.1.0) - 2023-04-15
+
+- Minor skeleton slimming by @taylorotwell in https://github.com/laravel/laravel/pull/6159
## [v10.0.6](https://github.com/laravel/laravel/compare/v10.0.5...v10.0.6) - 2023-04-05
diff --git a/composer.json b/composer.json
index 4a1a7cda..4ac9c6ab 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,7 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
- "laravel/framework": "^10.0",
+ "laravel/framework": "^10.8",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8"
},