From 2a6167db73201b88162299cd0bc020d3e4d3df67 Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Thu, 28 Dec 2017 16:10:48 +0000 Subject: [PATCH 1/2] Update wimg/php-compatibility from 8.0.1 to 8.1.0 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a863384..dc64321 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PHP 7.x compatibility checker", "require-dev": { "squizlabs/php_codesniffer": "^2.2 || ^3.0.2", - "wimg/php-compatibility": "*" + "wimg/php-compatibility": "8.1.0" }, "prefer-stable" : true, "scripts": { diff --git a/composer.lock b/composer.lock index 897a58a..2aac892 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "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": "3b3c7fa067726d0263863bf6cbea7360", + "content-hash": "879335d89aa68ad69080c1800f3dd980", "packages": [], "packages-dev": [ { @@ -60,16 +60,16 @@ }, { "name": "wimg/php-compatibility", - "version": "8.0.1", + "version": "8.1.0", "source": { "type": "git", "url": "https://github.com/wimg/PHPCompatibility.git", - "reference": "4c4385fb891dff0501009670f988d4fe36785249" + "reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/4c4385fb891dff0501009670f988d4fe36785249", - "reference": "4c4385fb891dff0501009670f988d4fe36785249", + "url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e", + "reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e", "shasum": "" }, "require": { @@ -83,7 +83,7 @@ "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0" }, "suggest": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1" + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3" }, "type": "phpcodesniffer-standard", "autoload": { @@ -108,7 +108,7 @@ "phpcs", "standards" ], - "time": "2017-08-07T19:39:05+00:00" + "time": "2017-12-27T21:58:38+00:00" } ], "aliases": [], From 8df09dfe5dfc5c45b8edea2e079d4fbb1c5dce8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Fali=C3=A8s?= Date: Fri, 29 Dec 2017 08:51:48 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e52abc..5caacab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.1] - 2017-12-29 +### Changed +- Update wimg/php-compatibility from 8.0.1 to 8.1.0 + ## [1.0] - 2017-12-26 ### Added - Add dependencies.yml file for dependencies.io ### Changed -- Fix version of EnvdevPHPBase image to 7.2 version \ No newline at end of file +- Fix version of EnvdevPHPBase image to 7.2 version