-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathv6.19.0...v6.20.0.diff
43 lines (40 loc) · 1.24 KB
/
v6.19.0...v6.20.0.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
34
35
36
37
38
39
40
41
42
43
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca17bc7d..870b7b4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Release Notes
-## [Unreleased](https://github.com/laravel/laravel/compare/v6.19.0...6.x)
+## [Unreleased](https://github.com/laravel/laravel/compare/v6.20.0...6.x)
+
+
+## [v6.20.0 (2020-10-30)](https://github.com/laravel/laravel/compare/v6.19.0...v6.20.0)
+
+### Changed
+- Bumped several dependencies
## [v6.19.0 (2020-10-29)](https://github.com/laravel/laravel/compare/v6.18.8...v6.19.0)
diff --git a/composer.json b/composer.json
index af8d40c9..bc57c5ba 100644
--- a/composer.json
+++ b/composer.json
@@ -9,16 +9,16 @@
"license": "MIT",
"require": {
"php": "^7.2.5|^8.0",
- "fideloper/proxy": "^4.0",
+ "fideloper/proxy": "^4.4",
"laravel/framework": "^6.20",
- "laravel/tinker": "^2.0"
+ "laravel/tinker": "^2.5"
},
"require-dev": {
- "facade/ignition": "^1.4",
+ "facade/ignition": "^1.16.4",
"fakerphp/faker": "^1.9.1",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^3.0",
- "phpunit/phpunit": "^8.0"
+ "phpunit/phpunit": "^8.5.8|^9.3.3"
},
"config": {
"optimize-autoloader": true,