Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies from DependenCI #116

Closed
wants to merge 1 commit into from
Closed

Update dependencies from DependenCI #116

wants to merge 1 commit into from

Conversation

chrl
Copy link
Owner

@chrl chrl commented May 29, 2017

There are new versions of your dependencies available!\n

Package Current Version New Version
symfony/symfony 3.1.* 3.2.8
symfony/swiftmailer-bundle 2.3.0 3.0.1
symfony/monolog-bundle 2.8.0 3.1.0
squizlabs/php_codesniffer 2.6.0 3.0.0
These 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. 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 dependenci93407) 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": "chrl/buktopuha",
    "description": "Buktopuha telegram bot for playing russian trivia game",
    "license": "MIT",
    "type": "project",
    "authors": [
        {
            "name": "Kirill Kholodilin",
            "email": "kirill.kholodilin@hitmeister.de"
        }
    ],
    "autoload": {
        "psr-4": {
            "Chrl\\": "src/Chrl/"
        },
        "classmap": [
            "app/AppKernel.php",
            "app/AppCache.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "require": {
        "php": ">=5.5.9",
        "symfony/symfony": "^3.2.8",
        "doctrine/orm": "^2.5",
        "doctrine/doctrine-bundle": "^1.6",
        "doctrine/doctrine-cache-bundle": "^1.2",
        "symfony/swiftmailer-bundle": "^3.0.1",
        "symfony/monolog-bundle": "^3.1.0",
        "symfony/polyfill-apcu": "^1.0",
        "sensio/distribution-bundle": "^5.0",
        "sensio/framework-extra-bundle": "^3.0.2",
        "incenteev/composer-parameter-handler": "^2.0",
        "telegram-bot/api": ">=2.2.4",
        "wrep/daemonizable-command": "^2.0"
    },
    "require-dev": {
        "sensio/generator-bundle": "^3.0",
        "symfony/phpunit-bridge": "^3.0",
        "squizlabs/php_codesniffer": "^3.0.0",
        "codeception/codeception": "^2.2",
        "doctrine/doctrine-fixtures-bundle": "^2.3"
    },
    "scripts": {
        "symfony-scripts": [
            "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
        ],
        "post-install-cmd": [
            "@symfony-scripts"
        ],
        "post-update-cmd": [
            "@symfony-scripts"
        ]
    },
    "extra": {
        "symfony-app-dir": "app",
        "symfony-bin-dir": "bin",
        "symfony-var-dir": "var",
        "symfony-web-dir": "web",
        "symfony-tests-dir": "tests",
        "symfony-assets-install": "relative",
        "incenteev-parameters": {
            "file": "app/config/parameters.yml"
        }
    },
    "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 :octocat:

@chrl chrl closed this May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants