Skip to content

Commit 0b35a4a

Browse files
committed
Merge pull request #97 from phpcr/move-impls-to-dev
Moved the PHPCR implementations to require-dev
2 parents 7d5c01e + 85ef3b4 commit 0b35a4a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

1516
alpha-5

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
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",
@@ -14,12 +12,17 @@
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": [

0 commit comments

Comments
 (0)