Skip to content

Commit 95ba8ac

Browse files
new test composer script
1 parent b670b39 commit 95ba8ac

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@
2828
},
2929
"scripts": {
3030
"post-install-cmd": [
31-
"CommandLine\\Foundation\\ComposerScripts::postInstall",
31+
"CommandLine\\Foundation\\ComposerScript::postInstall",
3232
"php lifecode"
3333
],
3434
"post-update-cmd": [
35-
"CommandLine\\Foundation\\ComposerScripts::postUpdate",
35+
"CommandLine\\Foundation\\ComposerScript::postUpdate",
3636
"php lifecode"
3737
],
3838
"post-package-install": [
39-
"CommandLine\\Foundation\\ComposerScripts::postUpdate"
39+
"CommandLine\\Foundation\\ComposerScript::postUpdate"
4040
],
4141
"post-autoload-dump": [
42-
"CommandLine\\Foundation\\ComposerScripts::postUpdate"
42+
"CommandLine\\Foundation\\ComposerScript::postUpdate"
4343
],
4444
"post-create-project-cmd": [
45-
"CommandLine\\Foundation\\ComposerScripts::postUpdate"
45+
"CommandLine\\Foundation\\ComposerScript::postUpdate"
4646
]
4747
},
4848
"config": {

src/CommandLine/Foundation/ComposerScript.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace CommandLine\Foudantion;
3+
namespace CommandLine\Foundation;
44

55
use Composer\Script\Event;
66

0 commit comments

Comments
 (0)