Skip to content

Commit f5e1409

Browse files
committed
Dependency improvements
1 parent 13c0b70 commit f5e1409

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
All notable changes to the Laravel Decomposer will be documented in this file
22

3+
## v1.1.2 (19-03-2017)
4+
- Dependency improvements
5+
36
## v1.1.1 (18-03-2017)
47
- [PR](https://github.com/lubusIN/laravel-decomposer/pull/10) merged that fixes resolving the Decomposer version from Dev & Package dependencies.
58

composer.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
},
1616
"require": {
1717
"php": ">=5.6",
18-
"illuminate/database": "~5.3",
19-
"illuminate/support": "~5.3"
18+
"illuminate/support": "^5.0"
2019
},
2120
"require-dev": {
22-
"illuminate/routing": "~5.3",
23-
"illuminate/http": "~5.3"
21+
"illuminate/routing": "^5.0",
22+
"illuminate/http": "^5.0"
2423
}
2524
}

0 commit comments

Comments
 (0)