We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a2dd8 commit 11bcb5bCopy full SHA for 11bcb5b
CHANGELOG.md
@@ -6,6 +6,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
7
## Unreleased
8
9
+## 2.0.1 (2019-02-27)
10
+
11
+### Fixed
12
13
+- Correctly tag Laravel version requirement
14
15
## 2.0.0 (2019-02-27)
16
17
### Added
composer.json
@@ -24,7 +24,7 @@
24
}
25
],
26
"require": {
27
- "laravel/framework": "^5.8",
+ "laravel/framework": "~5.8.0",
28
"nesbot/carbon": "^1.22.1|^2.0",
29
"php": "^7.2"
30
},
0 commit comments