Skip to content

Commit

Permalink
Merge pull request #126 from jackalope/create_and_reference_nodes_in_…
Browse files Browse the repository at this point in the history
…transaction

make it possible to create and reference nodes within a single transaction
  • Loading branch information
lsmith77 committed Oct 18, 2015
2 parents c03b9ef + 6c8629a commit 4c85b35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"ext-curl":"*",
"phpcr/phpcr": "~2.1.2",
"phpcr/phpcr-utils": "^1.2.8",
"jackalope/jackalope": "~1.2.3"
"jackalope/jackalope": "~1.2.4"
},
"provide": {
"jackalope/jackalope-transport": "1.1.0"
},
"require-dev": {
"psr/log": "~1.0",
"phpcr/phpcr-api-tests": "2.1.9",
"phpcr/phpcr-api-tests": "2.1.10",
"symfony/console": "~2.0"
},
"autoload": {
Expand Down
4 changes: 0 additions & 4 deletions src/Jackalope/Jackrabbit/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Jackalope\Jackrabbit;

use Jackalope\Jackrabbit\Util\ValueConverter;

/**
* Jackalope implementation factory.
*
Expand All @@ -21,8 +19,6 @@ public function get($name, array $params = array())
case 'Query\QOM\QueryObjectModelFactory':
$name = 'Jackrabbit\Query\QOM\QueryObjectModelFactory';
break;
case 'PHPCR\Util\ValueConverter':
return new ValueConverter();
}

return parent::get($name, $params);
Expand Down
38 changes: 0 additions & 38 deletions src/Jackalope/Jackrabbit/Util/ValueConverter.php

This file was deleted.

0 comments on commit 4c85b35

Please sign in to comment.