Merge branch 'develop' of github.com:octobercms/october into develop

This commit is contained in:
alekseybobkov 2014-06-27 21:40:42 +11:00
commit 43dde06559
2 changed files with 4 additions and 1 deletions

2
app/storage/temp/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

View File

@ -56,5 +56,6 @@
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"prefer-stable": true
}