We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c0b70 commit f5e1409Copy full SHA for f5e1409
changelog.md
@@ -1,5 +1,8 @@
1
All notable changes to the Laravel Decomposer will be documented in this file
2
3
+## v1.1.2 (19-03-2017)
4
+- Dependency improvements
5
+
6
## v1.1.1 (18-03-2017)
7
- [PR](https://github.com/lubusIN/laravel-decomposer/pull/10) merged that fixes resolving the Decomposer version from Dev & Package dependencies.
8
composer.json
@@ -15,11 +15,10 @@
15
},
16
"require": {
17
"php": ">=5.6",
18
- "illuminate/database": "~5.3",
19
- "illuminate/support": "~5.3"
+ "illuminate/support": "^5.0"
20
21
"require-dev": {
22
- "illuminate/routing": "~5.3",
23
- "illuminate/http": "~5.3"
+ "illuminate/routing": "^5.0",
+ "illuminate/http": "^5.0"
24
}
25
0 commit comments