Skip to content

Commit

Permalink
Merge branch 'release/1.0.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 2, 2018
2 parents 54e0e1a + 317bf44 commit 9c8a42f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/craft Change Log

## 1.0.14 - 2018.02.01
### Changed
* Fixed composer dependencies to reflect the `nystudio107/craft-` renaming

## 1.0.13 - 2018.01.26
### Changed
* Tell Composer to install PHP 7.0-compatible dependencies
Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nystudio107/craft",
"description": "nystudio107 Craft 3 CMS scaffolding project",
"version": "1.0.13",
"version": "1.0.14",
"keywords": [
"craft",
"cms",
Expand All @@ -26,10 +26,11 @@
"yiisoft/yii2-redis": "^2.0.6",
"nystudio107/craft3-multi-environment": "^1.0.5",
"nystudio107/craft-scripts": "^1.2.4",
"nystudio107/craft3-eagerbeaver": "^1.0.0",
"nystudio107/craft3-imageoptimize": "^1.3.2",
"nystudio107/craft3-minify": "^1.2.5",
"nystudio107/craft3-typogrify": "^1.1.1"
"nystudio107/craft-eagerbeaver": "^1.0.0",
"nystudio107/craft-imageoptimize": "^1.3.2",
"nystudio107/craft-minify": "^1.2.5",
"nystudio107/craft-routemap": "^1.0.0",
"nystudio107/craft-typogrify": "^1.1.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9c8a42f

Please sign in to comment.