Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Update dependencies from DependenCI #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flavioheleno
Copy link
Member

There are new versions of your dependencies available!

Package Current Version New Version
phpdocumentor/phpdocumentor 2.1.* 2.9.0
phpunit/phpunit 4.0.* 6.1.3

This versions aren't 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.
If you don't have a test suite (you should), you can checkout to this branch (git checkout dependenci9564) and make sure everything is working.


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 [email protected].

Want to disable checking for a specific dependency?

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

Your composer.json would look like this:

{
    "name": "appdeck/sql",
    "description": "Abstraction to SQL queries by using a PDO Wrapper",
    "keywords": [
        "pdo",
        "wrapper",
        "pdo wrapper",
        "sql",
        "sql abstraction"
    ],
    "homepage": "http://appdeck.github.io/sql",
    "license": "GPL-3.0",
    "authors": [
        {
            "name": "Flávio Heleno",
            "email": "[email protected]",
            "homepage": "http://flavioheleno.me",
            "role": "Developer"
        },
        {
            "name": "Vinícius Campitelli",
            "email": "[email protected]",
            "homepage": "http://viniciuscampitelli.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "require-dev": {
        "phpdocumentor/phpdocumentor": "^2.9.0",
        "phpunit/phpunit": "^6.1.3"
    },
    "autoload": {
        "psr-0": {
            "SQL": "src",
            "SQLTest": "tests"
        }
    },
    "minimum-stability": "dev",
    "dependenci": {
        "excluded": [
            "excluded/dependency"
        ]
    }
}

Powered by DependenCI :octocat:

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