diff --git a/composer.json b/composer.json index da40fa12..5b6b602b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "pattern-lab/core", - "description": "The core functionality for Pattern Lab.", + "name": "neclimdul/pattern-lab-core", + "description": "Fork of pattern lab core functionality for tseting updated libraries.", "keywords": ["pattern lab", "styleguide", "style guide", "atomic", "atomic design"], "homepage": "http://patternlab.io", "license": "MIT", @@ -28,9 +28,9 @@ } ], "support": { - "issues": "https://github.com/pattern-lab/patternlab-php-core/issues", + "issues": "https://github.com/neclimdul/patternlab-php-core/issues", "wiki": "http://patternlab.io/docs/", - "source": "https://github.com/pattern-lab/patternlab-php-core/releases" + "source": "https://github.com/neclimdul/patternlab-php-core/releases" }, "autoload": { "psr-0": { @@ -39,7 +39,7 @@ }, "require": { "php": ">=5.4", - "alchemy/zippy": "^0.3", + "alchemy/zippy": "^0.4", "doctrine/collections": "1.4.0", "kevinlebrun/colors.php": "^1.0", "michelf/php-markdown": "^1.6", diff --git a/src/PatternLab/Config.php b/src/PatternLab/Config.php index c090348f..aeaa7f85 100644 --- a/src/PatternLab/Config.php +++ b/src/PatternLab/Config.php @@ -129,7 +129,7 @@ public static function init($baseDir = "", $verbose = true) { self::$userConfigDirDash = self::$options["baseDir"].self::$userConfigDirDash; self::$userConfigDir = (is_dir(self::$userConfigDirDash)) ? self::$userConfigDirDash : self::$userConfigDirClean; self::$userConfigPath = self::$userConfigDir.DIRECTORY_SEPARATOR.self::$userConfig; - self::$plConfigPath = self::$options["baseDir"]."vendor/pattern-lab/core/".self::$plConfigPath; + self::$plConfigPath = self::$options["baseDir"]."vendor/neclimdul/pattern-lab-core/".self::$plConfigPath; // can't add __DIR__ above so adding here if (!is_dir(self::$userConfigDir)) {