We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f493c commit 00a761bCopy full SHA for 00a761b
3 files changed
CHANGELOG.md
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
-1.0.3 (in progress)
+1.0.3 (12. December 2017)
8
--------------------
9
10
++ Switch to stable luya release channel
11
+
12
1.0.2 (28. May 2017)
13
-------------------
14
composer.json
@@ -16,7 +16,7 @@
16
"issues" : "https://github.com/nadar/github-markdown-fixer/issues"
17
},
18
"require": {
19
- "luyadev/luya-core": "1.0.0-RC3"
+ "luyadev/luya-core": "~1.0.0"
20
21
"autoload" : {
22
"psr-4" : {
@@ -33,7 +33,9 @@
33
"dev-master": "1.0.x-dev"
34
}
35
36
- "bin" : ["src/gmf"],
+ "bin" : [
37
+ "src/gmf"
38
+ ],
39
"require-dev": {
40
"luyadev/luya-testsuite": "~1.0.0"
41
0 commit comments