Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Conversation

@Braunson
Copy link
Owner

@Braunson Braunson commented Aug 5, 2017

There are new versions of your dependencies available!

Package Current Version New Version
phpunit/phpunit 5.7.0 6.3.0
This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version.
If you have a test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update. Please take a look on the above section if you rely on the composer.lock file for your tests
If you don't have a test suite (you should), you can checkout to this branch (git checkout dependenci36982) and make sure everything is working.


About tests that rely on the composer.lock file

DependenCI doesn't currently support auto-updating the composer.lock file. If your tests do composer install instead of composer update, you'll have to manually update the composer.lock file. You can run composer update nothing --lock to update your lockfile.

Want to disable checking for a specific dependency?

You can add an excluded section into your composer.json to exclude some dependencies from the analysis.

Your composer.json would look like this:

{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": [
        "framework",
        "laravel"
    ],
    "license": "MIT",
    "type": "project",
    "require": {
        "php": ">=5.6.4",
        "laravel/framework": "5.4.*",
        "laravel/tinker": "~1.0",
        "mrholek/CoreUI-Free-Bootstrap-Admin-Template": "1.0.0"
    },
    "require-dev": {
        "fzaninotto/faker": "~1.4",
        "mockery/mockery": "0.9.*",
        "phpunit/phpunit": "^6.3.0"
    },
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "mrholek/CoreUI-Free-Bootstrap-Admin-Template",
                "version": "1.0.0",
                "dist": {
                    "url": "https://github.com/mrholek/CoreUI-Free-Bootstrap-Admin-Template/archive/master.zip",
                    "type": "zip"
                },
                "source": {
                    "url": "git@github.com:mrholek/CoreUI-Free-Bootstrap-Admin-Template.git",
                    "type": "git",
                    "reference": "tags/1.0.0"
                }
            }
        }
    ],
    "autoload": {
        "classmap": [
            "database"
        ],
        "psr-4": {
            "App\\": "app/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "post-root-package-install": [
            "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "php artisan key:generate"
        ],
        "post-install-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postInstall",
            "php artisan optimize"
        ],
        "post-update-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postUpdate",
            "php artisan optimize"
        ]
    },
    "config": {
        "preferred-install": "dist",
        "sort-packages": true,
        "optimize-autoloader": true
    },
    "extra": {
        "dependenci": {
            "excluded": [
                "excluded/dependency"
            ]
        }
    }
}
Not sure how things should work exactly?

If you need help, have a cool idea for DependenCI or just want to say hi, drop us a mail at dependenci@miguelpiedrafita.com.


Powered by DependenCI 💫

@Braunson Braunson merged commit 09c6935 into master Aug 5, 2017
@Braunson Braunson deleted the dependenci36982 branch August 5, 2017 21:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants