Code Monkey home page Code Monkey logo

composer-diff's Issues

Dependabot can't resolve your PHP dependency files

Dependabot can't resolve your PHP dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - jbzoo/toolbox-dev[dev-master, 2.6.2, ..., 2.9.1] require jbzoo/composer-diff ^1.1.2 -> satisfiable by jbzoo/composer-diff[1.1.2] from composer repo (https://repo.packagist.org) but jbzoo/composer-diff[1.0.0+no-version-set] from root package repo has higher repository priority. The packages with higher priority do not match your constraint and are therefore not installable. See https://getcomposer.org/repoprio for details and assistance.
    - jbzoo/toolbox-dev 2.x-dev is an alias of jbzoo/toolbox-dev dev-master and thus requires it to be installed too.
    - Root composer.json requires jbzoo/toolbox-dev ^2.6.2 -> satisfiable by jbzoo/toolbox-dev[2.6.2, ..., 2.x-dev (alias of dev-master)].

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your PHP dependency files

Dependabot can't resolve your PHP dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - jbzoo/toolbox-dev[dev-master, 2.6.2, ..., 2.8.0] require jbzoo/composer-diff ^1.1.2 -> satisfiable by jbzoo/composer-diff[1.1.2] from composer repo (https://repo.packagist.org) but jbzoo/composer-diff[1.0.0+no-version-set] from root package repo has higher repository priority. The packages with higher priority do not match your constraint and are therefore not installable. See https://getcomposer.org/repoprio for details and assistance.
    - jbzoo/toolbox-dev 2.x-dev is an alias of jbzoo/toolbox-dev dev-master and thus requires it to be installed too.
    - Root composer.json requires jbzoo/toolbox-dev ^2.6.2 -> satisfiable by jbzoo/toolbox-dev[2.6.2, 2.7.0, 2.8.0, 2.x-dev (alias of dev-master)].

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

autoloader.php detection with $_composer_autoload_path

Composer 2.2 released 2021-12-22
$_composer_autoload_path


proposed solution

./composer-diff.php

$cwd = isset($_SERVER['PWD']) && is_dir($_SERVER['PWD']) ? $_SERVER['PWD'] : getcwd();
// See https://getcomposer.org/doc/articles/vendor-binaries.md#finding-the-composer-autoloader-from-a-binary
if ((isset($_composer_autoload_path) && file_exists($autoloadFile = $_composer_autoload_path))
    || file_exists($autoloadFile = __DIR__ . '/../../autoload.php')
    || file_exists($autoloadFile = __DIR__ . '/../autoload.php')
    || file_exists($autoloadFile = __DIR__ . '/vendor/autoload.php')
) {
    \define('JBZOO_AUTOLOAD_FILE', $autoloadFile);
} else {
    throw new \Exception("Could not locate autoload.php. cwd is $cwd; __DIR__ is " . __DIR__);
}

require_once JBZOO_AUTOLOAD_FILE;

Dependabot can't resolve your PHP dependency files

Dependabot can't resolve your PHP dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - jbzoo/toolbox-dev[dev-master, 2.6.2, ..., 2.9.0] require jbzoo/composer-diff ^1.1.2 -> satisfiable by jbzoo/composer-diff[1.1.2] from composer repo (https://repo.packagist.org) but jbzoo/composer-diff[1.0.0+no-version-set] from root package repo has higher repository priority. The packages with higher priority do not match your constraint and are therefore not installable. See https://getcomposer.org/repoprio for details and assistance.
    - jbzoo/toolbox-dev 2.x-dev is an alias of jbzoo/toolbox-dev dev-master and thus requires it to be installed too.
    - Root composer.json requires jbzoo/toolbox-dev ^2.6.2 -> satisfiable by jbzoo/toolbox-dev[2.6.2, ..., 2.x-dev (alias of dev-master)].

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Wrong `Action` detected between `justinrainbow/json-schema` 5.2.12 and v5.2.13

Found a wrong detection with justinrainbow/json-schema package between version 5.2.12 and v5.2.13

I suggest to use the workaround I've proposed on jsonrainbow/json-schema#708

To reproduce this issue (on this repo source code)

chunk of report



  PHP Dev Dependencies (require-dev)
+---------------------------------------+------------+--------------------+--------------------+-----------------------------------------------------------------------+
| Package                               | Action     |        Old Version |        New Version | Details                                                               |
+---------------------------------------+------------+--------------------+--------------------+-----------------------------------------------------------------------+

| justinrainbow/json-schema             | Downgraded |             5.2.12 |             5.2.13 | https://github.com/justinrainbow/json-schema/compare/5.2.12...v5.2.13 |

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.