Skip to content

Commit

Permalink
Merge branch 'release/1.3.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 13, 2017
2 parents 8bddecd + e57834e commit 721c9bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# generator-craftplugin Changelog

## 1.3.11 - 2017.12.13
### Added
* Removed `repositories` from `composer.json`

## 1.3.10 - 2017.12.04
### Added
* Added Craft app API inspections for PhpStorm in the templates
Expand Down
6 changes: 0 additions & 6 deletions app/templates/api_version_3_0/_composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
"require": {
"craftcms/cms": "^3.0.0-RC1"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
"psr-4": {
"<%= pluginVendorName %>\\<%= pluginDirName %>\\": "src/"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-craftplugin",
"version": "1.3.10",
"version": "1.3.11",
"description": "generator-craftplugin is a Yeoman generator for Craft CMS plugins",
"main": "app/index.js",
"files": [
Expand Down

0 comments on commit 721c9bb

Please sign in to comment.