diff --git a/Robofile.php b/Robofile.php deleted file mode 100644 index a6aa1e9..0000000 --- a/Robofile.php +++ /dev/null @@ -1,21 +0,0 @@ - 

Module reference is taken from the source code. Help us to improve documentation. Edit module reference
'; - $documentationFile = 'documentation.md'; - $this->generateDocumentationForClass($className, $documentationFile, $sourceMessage); - } -} \ No newline at end of file diff --git a/composer.json b/composer.json index 8a5922b..fc4f642 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,6 @@ "codeception/lib-innerbrowser": "^1.0", "codeception/codeception": "^4.0" }, - "require-dev": { - "codeception/util-robohelpers": "dev-master" - }, "autoload":{ "classmap": ["src/"] },