diff --git a/composer.json b/composer.json index 265f24d..d8adb48 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "codeigniter4/framework", + "name": "codeigniter4/codeigniter4", "type": "project", "description": "The CodeIgniter framework v4", "homepage": "https://codeigniter.com", @@ -8,14 +8,15 @@ "php": ">=7.2", "ext-curl": "*", "ext-intl": "*", + "ext-json": "*", "kint-php/kint": "^3.3", "psr/log": "^1.1", - "zendframework/zend-escaper": "^2.5" + "laminas/laminas-escaper": "^2.6" }, "require-dev": { "codeigniter4/codeigniter4-standard": "^1.0", "mikey179/vfsstream": "1.6.*", - "phpunit/phpunit": "^7.0", + "phpunit/phpunit": "^8.5", "squizlabs/php_codesniffer": "^3.3" }, "autoload": { @@ -26,7 +27,8 @@ "scripts": { "post-update-cmd": [ "@composer dump-autoload", - "CodeIgniter\\ComposerScripts::postUpdate" + "CodeIgniter\\ComposerScripts::postUpdate", + "bash admin/setup.sh" ] }, "support": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 795b563..88aca1f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,22 +1,60 @@ - - - - ./tests - - - - - - + + + + ./tests + + + + + ./app + + ./app/Views + ./app/Config/Routes.php + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/system/CodeIgniter.php b/system/CodeIgniter.php index f5bedc9..f9a8f6c 100644 --- a/system/CodeIgniter.php +++ b/system/CodeIgniter.php @@ -66,7 +66,7 @@ /** * The current version of CodeIgniter Framework */ - const CI_VERSION = '4.0.0'; + const CI_VERSION = '4.0.1'; /** * App startup time.