diff --git a/composer.json b/composer.json index 2e1ca4da..be31cd67 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A high performance full-featured project management system", "type": "project", "require": { - "bcosca/fatfree": "^3.6", + "bcosca/fatfree-core": "^3.6", "paragonie/random_compat": "^2.0", "symfony/polyfill": "^1.4", "voku/anti-xss": "^2.1", diff --git a/composer.lock b/composer.lock index 20e70e2f..1a64aaa7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,29 +4,29 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "3b85fcf83d1b05848b21dfa36f82ab7a", + "content-hash": "68c4731ee6526a1281148db36d7f0df2", "packages": [ { - "name": "bcosca/fatfree", + "name": "bcosca/fatfree-core", "version": "3.6.2", "source": { "type": "git", - "url": "https://github.com/bcosca/fatfree.git", - "reference": "e9aec879272c7474294c51c6c00802615afa32a6" + "url": "https://github.com/bcosca/fatfree-core.git", + "reference": "ded2875b61e69e980d04346ca9b42350ffad8d70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bcosca/fatfree/zipball/e9aec879272c7474294c51c6c00802615afa32a6", - "reference": "e9aec879272c7474294c51c6c00802615afa32a6", + "url": "https://api.github.com/repos/bcosca/fatfree-core/zipball/ded2875b61e69e980d04346ca9b42350ffad8d70", + "reference": "ded2875b61e69e980d04346ca9b42350ffad8d70", "shasum": "" }, "require": { - "php": ">=5.3.6" + "php": ">=5.4" }, "type": "library", "autoload": { - "files": [ - "lib/base.php" + "classmap": [ + "." ] }, "notification-url": "https://packagist.org/downloads/", @@ -35,7 +35,7 @@ ], "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!", "homepage": "http://fatfreeframework.com/", - "time": "2017-06-26T10:14:59+00:00" + "time": "2017-06-26T10:03:43+00:00" }, { "name": "erusev/parsedown",