Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 6ad294b

Browse files
committed
Fix dependencies
1 parent 40fe010 commit 6ad294b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.1] - 2019-09-10
11+
12+
### Fixed
13+
14+
- Composer dependencies
15+
1016
## [1.2.0] - 2019-09-10
1117

1218
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
],
1616
"require": {
1717
"php": "^7.1",
18-
"illuminate/http": "~5.6.34|^6.0",
19-
"illuminate/support": "~5.6.34|^6.0"
18+
"illuminate/http": "~5.6.0|~5.7.0|~5.8.0|^6.0",
19+
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0"
2020
},
2121
"require-dev": {
2222
"ext-json": "*",

0 commit comments

Comments
 (0)