Skip to content

Commit

Permalink
use fusio engine
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 5, 2015
1 parent 8570b9b commit 705a14f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": ">=5.3",
"psx/psx": "1.1.x-dev",
"fusio/fusio-adapter": "~0.1@dev",
"fusio/engine": "dev-master",
"ircmaxell/password-compat": "1.0.4",
"ircmaxell/random-lib": "1.1.0",
"symfony/expression-language": "2.6.4",
Expand All @@ -26,8 +26,8 @@
"phpunit/dbunit": "~1.3"
},
"autoload": {
"psr-0": {
"Fusio": "src/"
"psr-4": {
"Fusio\\Impl\\": "src/"
}
}
}
2 changes: 1 addition & 1 deletion container.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
change the "config.file" parameter.
*/

$container = new Fusio\Dependency\Container();
$container = new Fusio\Impl\Dependency\Container();
$container->setParameter('config.file', __DIR__ . '/configuration.php');

return $container;

0 comments on commit 705a14f

Please sign in to comment.