Skip to content

Commit 70d93b4

Browse files
committed
changed name
1 parent f42b498 commit 70d93b4

File tree

13 files changed

+12
-21
lines changed

13 files changed

+12
-21
lines changed

bin/dappur renamed to bin/dapp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<?php
2-
3-
4-
52
function autoLoader() {
63
$files = array(
74
__DIR__ . '/../../../autoload.php', // composer dependency
@@ -25,6 +22,6 @@ if (!autoloader()) {
2522
);
2623
}
2724

28-
$app = new Dappur\Console\DappurApplication();
25+
$app = new Dappur\Console\DappApplication();
2926

3027
$app->run();

bin/dappur.bat renamed to bin/dapp.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ goto run
2323
goto cleanup
2424

2525
:run
26-
"%PHP_COMMAND%" -d html_errors=off -qC "%DAPPUR_HOME%\bin\dappur" %*
26+
"%PHP_COMMAND%" -d html_errors=off -qC "%DAPPUR_HOME%\bin\dapp" %*
2727
goto cleanup
2828

2929
:no_phpcommand

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "dappur/dapp",
33
"type": "library",
4-
"description": "Command line interface for the Dappur PHP Framework",
4+
"description": "dApp || The Command line interface for the Dappur PHP Framework",
55
"keywords": ["dappur", "console", "command"],
6-
"version": "0.6.10",
6+
"version": "0.6.11",
77
"homepage": "https://dappur.io",
88
"license": "MIT",
99
"authors": [{
@@ -13,7 +13,7 @@
1313
}],
1414
"autoload": {
1515
"psr-4": {
16-
"Dappur\\": "src/Dappur"
16+
"Dappur\\": "src/Dapp"
1717
}
1818
},
1919
"require": {
@@ -23,5 +23,5 @@
2323
"illuminate/database": "^5.5",
2424
"robmorgan/phinx": "^0.9.1"
2525
},
26-
"bin": ["bin/dappur"]
26+
"bin": ["bin/dapp"]
2727
}

0 commit comments

Comments
 (0)