Skip to content

Commit 50e098f

Browse files
committed
Removed unneeded test stuff from box.json
1 parent 9fcb470 commit 50e098f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

box.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
"finder": [
99
{
1010
"name": "*.php",
11-
"exclude": ["tests"],
11+
"exclude": [
12+
"tests",
13+
"behat",
14+
"Tests",
15+
"phpspec",
16+
"mockery",
17+
"phpunit"
18+
],
1219
"in": "vendor"
1320
}
1421
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class SessionApplication extends BaseApplication
1717
{
1818
const APP_NAME = 'PHPCRSH';
19-
const APP_VERSION = '1.0.0-alpha2';
19+
const APP_VERSION = '1.0.0-alpha3';
2020

2121
protected $shellApplication;
2222

0 commit comments

Comments
 (0)