Skip to content

Commit b19173c

Browse files
committed
Fixed version
1 parent f81d323 commit b19173c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PHPCR/Shell/Console/Application/SessionApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class SessionApplication extends BaseApplication
2020
{
2121
public function __construct()
2222
{
23-
parent::__construct('PHPCR', '1.0');
23+
parent::__construct('PHPCRSH', '0.1');
2424

2525
$command = new ShellCommand();
2626
$command->setApplication($this);

src/PHPCR/Shell/Console/Application/ShellApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ShellApplication extends Application
4343

4444
public function __construct(InputInterface $input, $transports = array())
4545
{
46-
parent::__construct('PHPCR', '1.0');
46+
parent::__construct('PHPCRSH', '0.1');
4747

4848
// initialize transports
4949
foreach (array_merge(array(

0 commit comments

Comments
 (0)