Not able to update to release 1.3

Created on 3 March 2023, over 1 year ago
Updated 9 February 2024, 5 months ago

I'm not able to update through composer from version 1.1 to 1.3

When i try the command: composer update drupal/smartmenus -W ; nothing happens

The i try composer require drupal/smartmenus:^1.3 -W and get this error



Problem 1

- Root composer.json requires drmonty/smartmenus ^1.1, found drmonty/smartmenus[1.1.0] but these were not loaded, likely because it conflicts with another require.

Problem 2

- Root composer.json requires drupal/smartmenus ^1.3 -> satisfiable by drupal/smartmenus[1.3.0, 1.x-dev].

- drupal/smartmenus[1.3.0, ..., 1.x-dev] require drmonty/smartmenus 1.1.1 -> found drmonty/smartmenus[dev-master, v0.9.6, v0.9.7, 1.0.0, 1.0.1, 1.1.0] but itdoes not match the constraint.



My composer file has this

"drmonty/smartmenus": "^1.1",
"drupal/smartmenus": "^1.1",

πŸ’¬ Support request
Status

Active

Version

1.3

Component

Documentation

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Nathouz97
  • πŸ‡ΊπŸ‡ΈUnited States douggreen Winchester, VA

    Add the repository to your composer.json

            {
                "type": "package",
                "package": {
                    "name": "drmonty/smartmenus",
                    "version": "1.1.1",
                    "type": "drupal-library",
                    "dist": {
                        "url": "https://www.smartmenus.org/files/?file=smartmenus-jquery/smartmenus-1.1.1.zip",
                        "type": "zip"
                    },
                    "require": {
                        "composer/installers": "^1.2"
                    }
                }
            },
  • πŸ‡ΊπŸ‡ΈUnited States mortona2k Seattle

    The current release is 1.2.1, but the module strictly requires 1.1.1.

    There is a 2.0 alpha release, which will require some updates.

Production build 0.69.0 2024