Require robo and update

This commit is contained in:
Oliver Davies 2016-02-17 16:03:00 +00:00
parent e13c405e7b
commit f7936818f0
2 changed files with 95 additions and 250 deletions

View file

@ -1,6 +1,7 @@
{ {
"require": { "require": {
"drush/drush": "dev-master", "drush/drush": "dev-master",
"drupal/console": "dev-master" "drupal/console": "dev-master",
"codegyre/robo": "dev-master"
} }
} }

342
.composer/composer.lock generated
View file

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "a16e9c278bfbee43bccca343f15faff1", "hash": "770539bb847daf8acf67dc48bc98264a",
"content-hash": "be3813cd6de92da3ffd4db6b410db8d6", "content-hash": "3a6363e9d701d71cf44dea5d4e5bc934",
"packages": [ "packages": [
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
@ -69,6 +69,61 @@
], ],
"time": "2014-12-10 15:03:17" "time": "2014-12-10 15:03:17"
}, },
{
"name": "codegyre/robo",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Codegyre/Robo.git",
"reference": "967cbfef457c6b8f0c94f447f3fdbbfacee3eb17"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codegyre/Robo/zipball/967cbfef457c6b8f0c94f447f3fdbbfacee3eb17",
"reference": "967cbfef457c6b8f0c94f447f3fdbbfacee3eb17",
"shasum": ""
},
"require": {
"henrikbjorn/lurker": "~1.0",
"php": ">=5.4.0",
"symfony/console": "~2.5|~3.0",
"symfony/filesystem": "~2.5|~3.0",
"symfony/finder": "~2.5|~3.0",
"symfony/process": "~2.5|~3.0"
},
"require-dev": {
"codeception/aspect-mock": "0.5.4",
"codeception/base": "~2.1.5",
"codeception/verify": "0.2.*",
"natxet/cssmin": "~3.0",
"patchwork/jsqueeze": "~1.0",
"pear/archive_tar": "~1.0"
},
"suggest": {
"pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
},
"bin": [
"robo"
],
"type": "library",
"autoload": {
"psr-4": {
"Robo\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Davert",
"email": "davert.php@resend.cc"
}
],
"description": "Modern task runner",
"time": "2016-02-14 02:21:59"
},
{ {
"name": "composer/installers", "name": "composer/installers",
"version": "v1.0.22", "version": "v1.0.22",
@ -276,7 +331,7 @@
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/hechoendrupal/DrupalConsole/zipball/eaeb48a7ff0fbb540158ba844da10ee59d3515f2", "url": "https://api.github.com/repos/hechoendrupal/DrupalConsole/zipball/033a4753b9938c62e41893e783f6c67669dfdcdb",
"reference": "eaeb48a7ff0fbb540158ba844da10ee59d3515f2", "reference": "eaeb48a7ff0fbb540158ba844da10ee59d3515f2",
"shasum": "" "shasum": ""
}, },
@ -360,7 +415,7 @@
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/drush-ops/drush/zipball/30f88b2aa2f4b2bc831fd90b33ef4085eb02429a", "url": "https://api.github.com/repos/drush-ops/drush/zipball/28f3d52cdc3ea2bba54f55e3acbfb598e301f978",
"reference": "30f88b2aa2f4b2bc831fd90b33ef4085eb02429a", "reference": "30f88b2aa2f4b2bc831fd90b33ef4085eb02429a",
"shasum": "" "shasum": ""
}, },
@ -715,42 +770,36 @@
"time": "2015-11-03 01:34:55" "time": "2015-11-03 01:34:55"
}, },
{ {
"name": "herrera-io/json", "name": "henrikbjorn/lurker",
"version": "1.0.3", "version": "1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/kherge-abandoned/php-json.git", "url": "https://github.com/flint/Lurker.git",
"reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1" "reference": "ab45f9cefe600065cc3137a238217598d3a1d062"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/kherge-abandoned/php-json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1", "url": "https://api.github.com/repos/flint/Lurker/zipball/ab45f9cefe600065cc3137a238217598d3a1d062",
"reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1", "reference": "ab45f9cefe600065cc3137a238217598d3a1d062",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*",
"justinrainbow/json-schema": ">=1.0,<2.0-dev",
"php": ">=5.3.3", "php": ">=5.3.3",
"seld/jsonlint": ">=1.0,<2.0-dev" "symfony/config": "~2.2",
"symfony/event-dispatcher": "~2.2"
}, },
"require-dev": { "suggest": {
"herrera-io/phpunit-test-case": "1.*", "ext-inotify": ">=0.1.6"
"mikey179/vfsstream": "1.1.0",
"phpunit/phpunit": "3.7.*"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0-dev" "dev-master": "1.0.x-dev"
} }
}, },
"autoload": { "autoload": {
"files": [
"src/lib/json_version.php"
],
"psr-0": { "psr-0": {
"Herrera\\Json": "src/lib" "Lurker": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -759,77 +808,25 @@
], ],
"authors": [ "authors": [
{ {
"name": "Kevin Herrera", "name": "Yaroslav Kiliba",
"email": "kevin@herrera.io", "email": "om.dattaya@gmail.com"
"homepage": "http://kevin.herrera.io" },
}
],
"description": "A library for simplifying JSON linting and validation.",
"homepage": "http://herrera-io.github.com/php-json",
"keywords": [
"json",
"lint",
"schema",
"validate"
],
"time": "2013-10-30 16:51:34"
},
{
"name": "herrera-io/phar-update",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/kherge-abandoned/php-phar-update.git",
"reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
"reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
"shasum": ""
},
"require": {
"herrera-io/json": "1.*",
"kherge/version": "1.*",
"php": ">=5.3.3"
},
"require-dev": {
"herrera-io/phpunit-test-case": "1.*",
"mikey179/vfsstream": "1.1.0",
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"files": [
"src/lib/constants.php"
],
"psr-0": {
"Herrera\\Phar\\Update": "src/lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{ {
"name": "Kevin Herrera", "name": "Konstantin Kudryashov",
"email": "kevin@herrera.io", "email": "ever.zet@gmail.com"
"homepage": "http://kevin.herrera.io" },
{
"name": "Henrik Bjrnskov",
"email": "henrik@bjrnskov.dk"
} }
], ],
"description": "A library for self-updating Phars.", "description": "Resource Watcher.",
"homepage": "http://herrera-io.github.com/php-phar-update",
"keywords": [ "keywords": [
"phar", "filesystem",
"update" "resource",
"watching"
], ],
"time": "2013-10-30 17:23:01" "time": "2015-10-27 09:19:19"
}, },
{ {
"name": "jakub-onderka/php-console-color", "name": "jakub-onderka/php-console-color",
@ -918,114 +915,6 @@
], ],
"time": "2015-04-20 18:58:01" "time": "2015-04-20 18:58:01"
}, },
{
"name": "justinrainbow/json-schema",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
"reference": "f9e27c3e202faf14fd581ef41355d83bb4b7eb7d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/f9e27c3e202faf14fd581ef41355d83bb4b7eb7d",
"reference": "f9e27c3e202faf14fd581ef41355d83bb4b7eb7d",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"json-schema/json-schema-test-suite": "1.1.0",
"phpdocumentor/phpdocumentor": "~2",
"phpunit/phpunit": "~3.7"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
"time": "2016-01-06 14:37:04"
},
{
"name": "kherge/version",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/kherge-abandoned/Version.git",
"reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
"reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"KevinGH\\Version": "src/lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kevin Herrera",
"email": "me@kevingh.com"
}
],
"description": "A parsing and comparison library for semantic versioning.",
"homepage": "http://github.com/kherge/Version",
"time": "2012-08-16 17:13:03"
},
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v2.0.0", "version": "v2.0.0",
@ -1188,16 +1077,16 @@
}, },
{ {
"name": "pear/console_table", "name": "pear/console_table",
"version": "1.2.1", "version": "v1.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/RobLoach/Console_Table.git", "url": "https://github.com/pear/Console_Table.git",
"reference": "10d89fbbe533351dcfe5dc1e84de25d9a8395950" "reference": "a129a91d8bf19317d81e68d1d3a2e18932f684e4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/RobLoach/Console_Table/zipball/10d89fbbe533351dcfe5dc1e84de25d9a8395950", "url": "https://api.github.com/repos/pear/Console_Table/zipball/a129a91d8bf19317d81e68d1d3a2e18932f684e4",
"reference": "10d89fbbe533351dcfe5dc1e84de25d9a8395950", "reference": "a129a91d8bf19317d81e68d1d3a2e18932f684e4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1239,7 +1128,7 @@
"keywords": [ "keywords": [
"console" "console"
], ],
"time": "2014-10-27 10:04:49" "time": "2014-10-27 09:53:49"
}, },
{ {
"name": "phpseclib/phpseclib", "name": "phpseclib/phpseclib",
@ -1534,52 +1423,6 @@
], ],
"time": "2015-11-12 16:18:56" "time": "2015-11-12 16:18:56"
}, },
{
"name": "seld/jsonlint",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
"reference": "66834d3e3566bb5798db7294619388786ae99394"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/66834d3e3566bb5798db7294619388786ae99394",
"reference": "66834d3e3566bb5798db7294619388786ae99394",
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0"
},
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "JSON Linter",
"keywords": [
"json",
"linter",
"parser",
"validator"
],
"time": "2015-11-21 02:21:41"
},
{ {
"name": "stecman/symfony-console-completion", "name": "stecman/symfony-console-completion",
"version": "0.5.1", "version": "0.5.1",
@ -2524,7 +2367,8 @@
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"drush/drush": 20, "drush/drush": 20,
"drupal/console": 20 "drupal/console": 20,
"codegyre/robo": 20
}, },
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,