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
1010
1111### Enhancements
1212
13+ - [ deps] The PHPCR implementations have been moved to require-dev
1314- [ exit] Ask for confirmation before logging out when there are pending changes
1415
1516alpha-5
Original file line number Diff line number Diff line change 33 "description" : " Shell for PHPCR" ,
44 "require" : {
55 "symfony/console" : " ~2.3" ,
6- "jackalope/jackalope-doctrine-dbal" : " ~1.1" ,
7- "jackalope/jackalope-jackrabbit" : " ~1.1" ,
86 "jackalope/jackalope" : " ~1.1" ,
97 "phpcr/phpcr" : " ~2.1" ,
108 "phpcr/phpcr-utils" : " ~1.2" ,
1412 },
1513 "minimum-stability" : " dev" ,
1614 "require-dev" : {
17- "mockery/mockery" : " 0.9" ,
1815 "symfony/process" : " ~2.3" ,
1916 "symfony/filesystem" : " ~2.3" ,
2017 "phpunit/phpunit" : " ~3.7.28" ,
2118 "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"
2326 },
2427 "license" : " MIT" ,
2528 "authors" : [
You can’t perform that action at this time.
0 commit comments