Implemented the help.

This commit is contained in:
James Cole
2015-02-25 16:10:02 +01:00
parent 0e4f786978
commit f2eae2fc98
6 changed files with 327 additions and 246 deletions

173
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "6399deca7bccfb38eaa5df996618bc4d",
"hash": "d78d46376975c1bfab9823b66a30ed5f",
"packages": [
{
"name": "barryvdh/laravel-ide-helper",
@@ -1136,6 +1136,65 @@
],
"time": "2015-02-20 16:22:21"
},
{
"name": "league/commonmark",
"version": "0.7.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
"reference": "5f5137889b2aec36f8a1009ebe8673dac45f004e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/5f5137889b2aec36f8a1009ebe8673dac45f004e",
"reference": "5f5137889b2aec36f8a1009ebe8673dac45f004e",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.3"
},
"replace": {
"colinodell/commonmark-php": "*"
},
"require-dev": {
"erusev/parsedown": "~1.0",
"jgm/commonmark": "0.17",
"michelf/php-markdown": "~1.4",
"phpunit/phpunit": "~4.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.7-dev"
}
},
"autoload": {
"psr-4": {
"League\\CommonMark\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "http://www.colinodell.com",
"role": "Lead Developer"
}
],
"description": "Markdown parser for PHP based on the CommonMark spec",
"homepage": "https://github.com/thephpleague/commonmark",
"keywords": [
"commonmark",
"markdown",
"parser"
],
"time": "2015-02-16 23:59:27"
},
{
"name": "league/flysystem",
"version": "1.0.1",
@@ -1219,57 +1278,6 @@
],
"time": "2015-01-23 09:43:34"
},
{
"name": "michelf/php-markdown",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/michelf/php-markdown.git",
"reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
"reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-lib": "1.4.x-dev"
}
},
"autoload": {
"psr-0": {
"Michelf": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Michel Fortin",
"email": "michel.fortin@michelf.ca",
"homepage": "http://michelf.ca/",
"role": "Developer"
},
{
"name": "John Gruber",
"homepage": "http://daringfireball.net/"
}
],
"description": "PHP Markdown",
"homepage": "http://michelf.ca/projects/php-markdown/",
"keywords": [
"markdown"
],
"time": "2014-05-05 02:43:50"
},
{
"name": "monolog/monolog",
"version": "1.12.0",
@@ -2633,25 +2641,25 @@
},
{
"name": "codeception/codeception",
"version": "2.0.9",
"version": "2.0.11",
"source": {
"type": "git",
"url": "https://github.com/Codeception/Codeception.git",
"reference": "0094191ac0d6e87821fba41de002103ebe79a279"
"reference": "9c7f23eff3e607225e9f43277c6d9cdb03d30b84"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/0094191ac0d6e87821fba41de002103ebe79a279",
"reference": "0094191ac0d6e87821fba41de002103ebe79a279",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/9c7f23eff3e607225e9f43277c6d9cdb03d30b84",
"reference": "9c7f23eff3e607225e9f43277c6d9cdb03d30b84",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"facebook/webdriver": "~0.4",
"facebook/webdriver": "~0.4|~0.5",
"guzzlehttp/guzzle": "~4.0|~5.0",
"php": ">=5.4.0",
"phpunit/phpunit": "~4.0",
"phpunit/phpunit": "~4.5.0",
"symfony/browser-kit": "~2.4",
"symfony/console": "~2.4",
"symfony/css-selector": "~2.4",
@@ -2662,12 +2670,10 @@
},
"require-dev": {
"codeception/specify": "~0.3",
"codegyre/robo-ci": "@dev",
"facebook/php-sdk": "~3.2",
"flow/jsonpath": "~0.1",
"flow/jsonpath": "~0.2",
"monolog/monolog": "~1.8",
"pda/pheanstalk": "~2.0",
"phpseclib/phpseclib": "~0.3.6",
"videlalvaro/php-amqplib": "~2.4"
},
"suggest": {
@@ -2711,7 +2717,7 @@
"functional testing",
"unit testing"
],
"time": "2014-12-19 23:54:20"
"time": "2015-02-23 23:10:03"
},
{
"name": "codeception/phpbuiltinserver",
@@ -3275,48 +3281,6 @@
],
"time": "2014-10-12 19:18:40"
},
{
"name": "janhenkgerritsen/codeception-laravel5",
"version": "1.0.11",
"source": {
"type": "git",
"url": "https://github.com/janhenkgerritsen/codeception-laravel5.git",
"reference": "b4aef07d548b6becfd54ebf909e1f49de1ca5392"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/janhenkgerritsen/codeception-laravel5/zipball/b4aef07d548b6becfd54ebf909e1f49de1ca5392",
"reference": "b4aef07d548b6becfd54ebf909e1f49de1ca5392",
"shasum": ""
},
"require": {
"codeception/codeception": "~2.0",
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Codeception": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan-Henk Gerritsen",
"email": "j.h.gerritsen@movage.nl"
}
],
"description": "Laravel5 module for Codeception",
"keywords": [
"codeception",
"laravel",
"laravel5"
],
"time": "2015-02-14 11:20:37"
},
{
"name": "league/factory-muffin",
"version": "v2.1.1",
@@ -4805,7 +4769,6 @@
"minimum-stability": "stable",
"stability-flags": {
"grumpydictator/gchart": 20,
"michelf/php-markdown": 0,
"watson/validating": 20,
"barryvdh/laravel-debugbar": 0,
"codeception/codeception": 0,