add newsletter

This commit is contained in:
2016-05-20 08:16:30 +02:00
parent 0b866917d5
commit e51f4a5934
27 changed files with 1120 additions and 16 deletions

110
composer.lock generated
View File

@@ -4,9 +4,69 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "c484600811777b0032034033ae4414b9",
"content-hash": "f44617094989091a2f19c2feb2257d3a",
"hash": "f8904c887de6d8934d7e32a613a802b4",
"content-hash": "b1809c8690ea12eaadb899a9549ef697",
"packages": [
{
"name": "2amigos/yii2-tinymce-widget",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/2amigos/yii2-tinymce-widget.git",
"reference": "d58bad3ede450f86acd475fb4ecda982b980132b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/2amigos/yii2-tinymce-widget/zipball/d58bad3ede450f86acd475fb4ecda982b980132b",
"reference": "d58bad3ede450f86acd475fb4ecda982b980132b",
"shasum": ""
},
"require": {
"tinymce/tinymce": ">=4",
"yiisoft/yii2": "~2.0.0"
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"type": "yii2-extension",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"asset-installer-paths": {
"bower-asset-library": "vendor/bower"
}
},
"autoload": {
"psr-4": {
"dosamigos\\tinymce\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "2amigOS! Consulting Group",
"email": "hola@2amigos.us",
"homepage": "http://2amigos.us",
"role": "Developer"
}
],
"description": "TinyMCE widget for Yii2.",
"homepage": "http://yiiwheels.com/extension/tinymce-widget",
"keywords": [
"2amigos",
"extension",
"tinymce",
"widget",
"yii",
"yii 2",
"yii2"
],
"time": "2015-03-28 21:53:43"
},
{
"name": "almasaeed2010/adminlte",
"version": "v2.3.2",
@@ -2044,6 +2104,52 @@
],
"time": "2015-06-06 14:19:39"
},
{
"name": "tinymce/tinymce",
"version": "4.3.12",
"source": {
"type": "git",
"url": "https://github.com/tinymce/tinymce-dist.git",
"reference": "dfa88d1f6868aa80081f35f3bb0b8257181b6fdf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/dfa88d1f6868aa80081f35f3bb0b8257181b6fdf",
"reference": "dfa88d1f6868aa80081f35f3bb0b8257181b6fdf",
"shasum": ""
},
"type": "component",
"extra": {
"component": {
"scripts": [
"tinymce.js",
"plugins/*/plugin.js",
"themes/*/theme.js"
],
"files": [
"tinymce.min.js",
"plugins/*/plugin.min.js",
"themes/*/theme.min.js",
"skins/**"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"homepage": "http://www.tinymce.com",
"keywords": [
"editor",
"html",
"javascript",
"richtext",
"tinymce",
"wysiwyg"
],
"time": "2016-05-10 11:15:05"
},
{
"name": "yiisoft/yii2",
"version": "2.0.6",