Skip to content

WordPress 6.8.1 version not found #61

@erred74

Description

@erred74

I am attempting to update to WordPres 6.8.1 but package keeps giving me the following error:
Your requirements could not be resolved to an installable set of packages.
It appears that the latest version available is 6.7.1

{ "name": "XXXXXXXX", "type": "project", "authors": [ { "name": "XXXX", "email": "XXXXXXXXXX" } ], "repositories": [ { "type": "composer", "url": "https://wpackagist.org" }, { "type": "composer", "url": "https://packagist.org" } ], "require": { "johnpbloch/wordpress-core-installer": "^2.0", "composer/installers": "v2.3.0", "johnpbloch/wordpress-core": "6.8.1", "johnpbloch/wordpress": "6.8.1", "oscarotero/env": "v1.1.0", "roots/wp-password-bcrypt": "1.2.0", "vlucas/phpdotenv": "v2.4.0", "squizlabs/php_codesniffer": "3.2.3", "cweagans/composer-patches": "^1.7", "wpackagist-plugin/wp-fastest-cache":"1.3.7" }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "allow-plugins": { "composer/installers": true, "johnpbloch/wordpress-core-installer": true, "cweagans/composer-patches": true } }, "extra": { "wordpress-install-dir": "public_html/wp", "installer-paths": { "public_html/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"], "public_html/app/plugins/{$name}/": ["type:wordpress-plugin"], "public_html/app/themes/{$name}/": ["type:wordpress-theme"] } }, "require-dev": { "deployer/deployer": "^7.5" } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions