Add rake tasks #306

Merged
wolcen merged 60 commits from add-rake-tasks into master 2019-02-20 21:07:08 +00:00
Showing only changes of commit dfe3313ccc - Show all commits

40
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "d9bae6524ab49b82ac074bd757a8b75d", "content-hash": "577780153fce8a33a72ad2165283ce92",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -2953,7 +2953,7 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupal.org/project/comment_notify", "url": "https://git.drupal.org/project/comment_notify",
"reference": "01751b118ce3765fe3af07a36ca8c6f6687c6534" "reference": "96ecd28cd0f674291e93102661149520e7b45259"
}, },
"require": { "require": {
"drupal/core": "*", "drupal/core": "*",
@ -2965,16 +2965,12 @@
"dev-1.x": "1.x-dev" "dev-1.x": "1.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-1.0-beta2+7-dev", "version": "8.x-1.0-beta3+4-dev",
"datestamp": "1544815219", "datestamp": "1548372780",
"security-coverage": { "security-coverage": {
"status": "not-covered", "status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories." "message": "Dev releases are not covered by Drupal security advisories."
} }
},
"patches_applied": {
"Invalid placeholder (!types) in string": "https://www.drupal.org/files/issues/2019-01-16/2938134-4.patch",
"The unsubscribe option is not working": "https://www.drupal.org/files/issues/2019-01-17/3026687-2.patch"
} }
}, },
"notification-url": "https://packages.drupal.org/8/downloads", "notification-url": "https://packages.drupal.org/8/downloads",
@ -2982,6 +2978,10 @@
"GPL-2.0-or-later" "GPL-2.0-or-later"
], ],
"authors": [ "authors": [
{
"name": "gnuget",
"homepage": "https://www.drupal.org/user/992990"
},
{ {
"name": "greggles", "name": "greggles",
"homepage": "https://www.drupal.org/user/36762" "homepage": "https://www.drupal.org/user/36762"
@ -2992,7 +2992,7 @@
"support": { "support": {
"source": "http://cgit.drupalcode.org/comment_notify" "source": "http://cgit.drupalcode.org/comment_notify"
}, },
"time": "2018-12-28T18:11:39+00:00" "time": "2019-01-25T14:32:11+00:00"
}, },
{ {
"name": "drupal/components", "name": "drupal/components",
@ -6431,6 +6431,10 @@
"name": "jmiccolis", "name": "jmiccolis",
"homepage": "https://www.drupal.org/user/31731" "homepage": "https://www.drupal.org/user/31731"
}, },
{
"name": "joseph.olstad",
"homepage": "https://www.drupal.org/user/1321830"
},
{ {
"name": "mpotter", "name": "mpotter",
"homepage": "https://www.drupal.org/user/616192" "homepage": "https://www.drupal.org/user/616192"
@ -9929,7 +9933,7 @@
{ {
"name": "Luís Otávio Cobucci Oblonczyk", "name": "Luís Otávio Cobucci Oblonczyk",
"email": "lcobucci@gmail.com", "email": "lcobucci@gmail.com",
"role": "developer" "role": "Developer"
} }
], ],
"description": "A simple library to work with JSON Web Token and JSON Web Signature", "description": "A simple library to work with JSON Web Token and JSON Web Signature",
@ -11691,7 +11695,7 @@
}, },
{ {
"name": "Gert de Pagter", "name": "Gert de Pagter",
"email": "BackEndTea@gmail.com" "email": "backendtea@gmail.com"
} }
], ],
"description": "Symfony polyfill for ctype functions", "description": "Symfony polyfill for ctype functions",
@ -12929,16 +12933,16 @@
}, },
{ {
"name": "zendframework/zendxml", "name": "zendframework/zendxml",
"version": "1.1.0", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/ZendXml.git", "url": "https://github.com/zendframework/ZendXml.git",
"reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99" "reference": "eceab37a591c9e140772a1470338258857339e00"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/ZendXml/zipball/267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99", "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/eceab37a591c9e140772a1470338258857339e00",
"reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99", "reference": "eceab37a591c9e140772a1470338258857339e00",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12951,8 +12955,8 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.1.x-dev", "dev-master": "1.2.x-dev",
"dev-develop": "1.2.x-dev" "dev-develop": "1.3.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -12971,7 +12975,7 @@
"xml", "xml",
"zf" "zf"
], ],
"time": "2018-04-30T15:11:04+00:00" "time": "2019-01-22T19:42:14+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],