File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dev-master
10
10
11
11
### Enhancements
12
12
13
+ - [ deps] The PHPCR implementations have been moved to require-dev
13
14
- [ exit] Ask for confirmation before logging out when there are pending changes
14
15
15
16
alpha-5
Original file line number Diff line number Diff line change 3
3
"description" : " Shell for PHPCR" ,
4
4
"require" : {
5
5
"symfony/console" : " ~2.3" ,
6
- "jackalope/jackalope-doctrine-dbal" : " ~1.1" ,
7
- "jackalope/jackalope-jackrabbit" : " ~1.1" ,
8
6
"jackalope/jackalope" : " ~1.1" ,
9
7
"phpcr/phpcr" : " ~2.1" ,
10
8
"phpcr/phpcr-utils" : " ~1.2" ,
14
12
},
15
13
"minimum-stability" : " dev" ,
16
14
"require-dev" : {
17
- "mockery/mockery" : " 0.9" ,
18
15
"symfony/process" : " ~2.3" ,
19
16
"symfony/filesystem" : " ~2.3" ,
20
17
"phpunit/phpunit" : " ~3.7.28" ,
21
18
"behat/behat" : " ~2.5" ,
22
- "phpspec/phpspec" : " 2.0"
19
+ "phpspec/phpspec" : " 2.0" ,
20
+ "jackalope/jackalope-doctrine-dbal" : " ~1.1" ,
21
+ "jackalope/jackalope-jackrabbit" : " ~1.1"
22
+ },
23
+ "suggest" : {
24
+ "jackalope/jackalope-doctrine-dbal" : " To connect to jackalope doctrine-dbal" ,
25
+ "jackalope/jackalope-doctrine-dbal" : " To connect to jackalope jackrabbit"
23
26
},
24
27
"license" : " MIT" ,
25
28
"authors" : [
You can’t perform that action at this time.
0 commit comments