Skip to content

Commit b86689d

Browse files
committed
Remove .composer directory from Path to autoload file.
Using the .composer/autoload.php file gave me a deprecation error.
1 parent 0788b7a commit b86689d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We recommend installing the [PhpcrBrowser](https://github.com/symfony-cmf/phpcrb
1818
The shortest self-contained example should output a line with 'value':
1919

2020
<?php
21-
require("/path/to/jackalope-jackrabbit/vendor/.composer/autoload.php");
21+
require("/path/to/jackalope-jackrabbit/vendor/autoload.php");
2222

2323
$factoryclass = '\Jackalope\RepositoryFactoryJackrabbit';
2424
$parameters = array('jackalope.jackrabbit_uri' => 'http://localhost:8080/server');

0 commit comments

Comments
 (0)