Skip to content

Commit

Permalink
version 1.4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Surkov committed Sep 14, 2022
1 parent 6823ce0 commit 924ea21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "symbiotic/full",
"description": "Complete assembly of the SymbioticPHP framework with a cached container and optimized core services",
"license": "BSD-3-Clause",
"version": "1.4.0",
"version": "1.4.0.3",
"homepage": "https://symbioticphp.com",
"authors": [
{
Expand Down
3 changes: 2 additions & 1 deletion src/config.sample.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

$basePath = dirname(__DIR__, 3);
$basePath = dirname(__DIR__, 4);

$microConfig = $basePath . '/vendor/symbiotic/micro/src/config.sample.php';
if (file_exists($microConfig)) {
$config = include $microConfig;
Expand Down

0 comments on commit 924ea21

Please sign in to comment.