Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mimey package needs to be updated for php8 support #6

Open
fg opened this issue Sep 6, 2022 · 0 comments
Open

mimey package needs to be updated for php8 support #6

fg opened this issue Sep 6, 2022 · 0 comments

Comments

@fg
Copy link

fg commented Sep 6, 2022

for those who want to try, I have published a version that works with php8. you can make a demo with the composer file below and edit according to your needs.

{
    "name": "saaze/saaze",
    "description": "An all-inclusive, flat-file CMS for simple websites and blogs",
    "type": "project",
    "license": "MIT",
    "authors": [
        {
            "name": "Gilbert Pellegrom",
            "email": "[email protected]"
        }
    ],
    "require": {
        "saaze/core": "dev-develop"
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/fg/saaze-core.git"
        },
        {
            "type": "vcs",
            "url": "https://github.com/fg/mimey.git"
        }
    ]
}

cheers 🍺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant