We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcb470 commit 50e098fCopy full SHA for 50e098f
box.json
@@ -8,7 +8,14 @@
8
"finder": [
9
{
10
"name": "*.php",
11
- "exclude": ["tests"],
+ "exclude": [
12
+ "tests",
13
+ "behat",
14
+ "Tests",
15
+ "phpspec",
16
+ "mockery",
17
+ "phpunit"
18
+ ],
19
"in": "vendor"
20
}
21
],
src/PHPCR/Shell/Console/Application/SessionApplication.php
@@ -16,7 +16,7 @@
class SessionApplication extends BaseApplication
const APP_NAME = 'PHPCRSH';
- const APP_VERSION = '1.0.0-alpha2';
+ const APP_VERSION = '1.0.0-alpha3';
protected $shellApplication;
22
0 commit comments