Welcome Guest, Not a member yet? Register   Sign In
Upgrade to 4.1
#4

(This post was last modified: 02-23-2021, 01:44 AM by Merurz.)

Same problem here ! I have try with PHP 7.3.27 and 7.4.8

And i try with this command "composer update --no-dev", and this is my composer.json

Code:
{
    "name": "codeigniter4/appstarter",
    "type": "project",
    "description": "CodeIgniter4 starter app",
    "homepage": "https://codeigniter.com",
    "license": "MIT",
    "require": {
        "php": ">=7.2",
        "codeigniter4/framework": "^4"
    },
    "require-dev": {
        "fzaninotto/faker": "^1.9@dev",
        "mikey179/vfsstream": "1.6.*",
        "phpunit/phpunit": "^8.5"
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\Support\\": "tests/_support"
        }
    },
    "scripts": {
        "post-update-cmd": [
            "@composer dump-autoload"
        ],
        "test": "phpunit"
    },
    "support": {
        "forum": "http://forum.codeigniter.com/",
        "source": "https://github.com/codeigniter4/CodeIgniter4",
        "slack": "https://codeigniterchat.slack.com"
    }
}

[Image: 1.png]
Reply


Messages In This Thread
Upgrade to 4.1 - by the_martux - 02-07-2021, 08:01 AM
RE: Upgrade to 4.1 - by iRedds - 02-07-2021, 02:33 PM
RE: Upgrade to 4.1 - by MattPayne - 02-09-2021, 10:44 PM
RE: Upgrade to 4.1 - by Merurz - 02-22-2021, 07:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB