From f3bac233fd305359c33e96621443b3bd065555cc Mon Sep 17 00:00:00 2001 From: Geoff Date: Fri, 28 Jul 2017 10:11:54 -0700 Subject: [PATCH] Update Symfony dependency constraint (#16) --- .gitignore | 1 + composer.json | 4 +- composer.lock | 116 -------------------------------------------------- 3 files changed, 3 insertions(+), 118 deletions(-) delete mode 100644 composer.lock diff --git a/.gitignore b/.gitignore index d7b42e6..3423e54 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /.rules # Composer +.composer.lock /vendor # Binaries diff --git a/composer.json b/composer.json index e91cc8b..1aabc9f 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ }, "require": { "composer-plugin-api": "^1.0", - "symfony/yaml": ">=2.7 <3.0", - "symfony/finder": ">=2.7 <3.0" + "symfony/yaml": "~2.7|~3.0", + "symfony/finder": "~2.7|~3.0" }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 4562300..0000000 --- a/composer.lock +++ /dev/null @@ -1,116 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", - "This file is @generated automatically" - ], - "content-hash": "2c2d890f76963bd53a52a7e00bea5c1b", - "packages": [ - { - "name": "symfony/finder", - "version": "v2.8.17", - "source": { - "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "355fccac526522dc5fca8ecf0e62749a149f3b8b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/355fccac526522dc5fca8ecf0e62749a149f3b8b", - "reference": "355fccac526522dc5fca8ecf0e62749a149f3b8b", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Finder Component", - "homepage": "https://symfony.com", - "time": "2017-01-02T20:30:24+00:00" - }, - { - "name": "symfony/yaml", - "version": "v2.8.17", - "source": { - "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "322a8c2dfbca15ad6b1b27e182899f98ec0e0153" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/322a8c2dfbca15ad6b1b27e182899f98ec0e0153", - "reference": "322a8c2dfbca15ad6b1b27e182899f98ec0e0153", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Yaml Component", - "homepage": "https://symfony.com", - "time": "2017-01-21T16:40:50+00:00" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "dev", - "stability-flags": [], - "prefer-stable": true, - "prefer-lowest": false, - "platform": [], - "platform-dev": [] -}