Skip to content

Commit

Permalink
move /demo directory
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Mar 1, 2018
1 parent 512d2c7 commit 38daeff
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Expand Up @@ -636,5 +636,5 @@ $ composer require ray/di ^2.0
$ git clone https://github.com/ray-di/Ray.Di.git
$ cd Ray.Di
$ ./vendor/bin/phpunit
$ php docs/demo/run.php
$ php demo/run.php
```
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -890,5 +890,5 @@ Here's how to install Ray.Di from source and run the unit tests and demos.
$ git clone https://github.com/ray-di/Ray.Di.git
$ cd Ray.Di
$ ./vendor/bin/phpunit
$ php docs/demo/run.php
$ php demo/run.php
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/demo/bootstrap.php → demo/bootstrap.php
Expand Up @@ -6,7 +6,7 @@
*/
use Doctrine\Common\Annotations\AnnotationRegistry;

$loader = require dirname(dirname(__DIR__)) . '/vendor/autoload.php';
$loader = require dirname(__DIR__) . '/vendor/autoload.php';
/* @var $loader \Composer\Autoload\ClassLoader */
$loader->addPsr4('Ray\Di\Demo\\', __DIR__ . '/src/');
// annotation loader
Expand Down
File renamed without changes.
File renamed without changes.
Empty file removed docs/demo/tmp/.placefolder
Empty file.

0 comments on commit 38daeff

Please sign in to comment.