Skip to content

Commit

Permalink
corrected example dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
John Aldrich Bernardo committed Jan 9, 2019
1 parent 76d8c08 commit 768621c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"jabernardo/saddle": "^0.1.0"
"jabernardo/calf": "dev-master"
}
}
2 changes: 1 addition & 1 deletion example/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

require_once('../vendor/autoload.php');
require_once('./vendor/autoload.php');

// Create a new Saddle (Dependency Injector)
$container = new \Saddle\Container();
Expand Down

0 comments on commit 768621c

Please sign in to comment.