Skip to content

Commit 11bcb5b

Browse files
Correctly tag Laravel version requirement
1 parent d2a2dd8 commit 11bcb5b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## Unreleased
88

9+
## 2.0.1 (2019-02-27)
10+
11+
### Fixed
12+
13+
- Correctly tag Laravel version requirement
14+
915
## 2.0.0 (2019-02-27)
1016

1117
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"laravel/framework": "^5.8",
27+
"laravel/framework": "~5.8.0",
2828
"nesbot/carbon": "^1.22.1|^2.0",
2929
"php": "^7.2"
3030
},

0 commit comments

Comments
 (0)