From fc7e0a125734015c5f1f0d0e7dc2e1e57ec4537f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 18:05:10 +0200 Subject: [PATCH] Bump davidlienhard/coding-standard from 1.0.2 to 1.0.5 (#45) * Bump davidlienhard/coding-standard from 1.0.2 to 1.0.5 Bumps [davidlienhard/coding-standard](https://github.com/davidlienhard/coding-standard) from 1.0.2 to 1.0.5. - [Release notes](https://github.com/davidlienhard/coding-standard/releases) - [Commits](https://github.com/davidlienhard/coding-standard/compare/1.0.2...1.0.5) Signed-off-by: dependabot[bot] * update codestyle update codestyle to new standard Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Lienhard --- composer.lock | 31 +++++++++++++++++-------------- src/Log.php | 2 +- src/Stub.php | 2 +- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/composer.lock b/composer.lock index f91acdd..a407910 100644 --- a/composer.lock +++ b/composer.lock @@ -9,16 +9,16 @@ "packages-dev": [ { "name": "davidlienhard/coding-standard", - "version": "1.0.2", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/davidlienhard/coding-standard.git", - "reference": "03f8f2e6a78c2826637fdc01d779682f941c051e" + "reference": "fef1fa0ec33d0cde446ffba9179d63a8300f799d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/davidlienhard/coding-standard/zipball/03f8f2e6a78c2826637fdc01d779682f941c051e", - "reference": "03f8f2e6a78c2826637fdc01d779682f941c051e", + "url": "https://api.github.com/repos/davidlienhard/coding-standard/zipball/fef1fa0ec33d0cde446ffba9179d63a8300f799d", + "reference": "fef1fa0ec33d0cde446ffba9179d63a8300f799d", "shasum": "" }, "require": { @@ -28,11 +28,14 @@ }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], "authors": [ { "name": "David Lienhard", - "email": "david.lienhard@tourasia.ch", - "homepage": "http://www.tourasia.ch/", + "email": "github@lienhard.win", + "homepage": "http://www.lienhard.win/", "role": "Developer" } ], @@ -45,7 +48,7 @@ "issues": "https://github.com/davidlienhard/coding-standard/issues", "source": "https://github.com/davidlienhard/coding-standard" }, - "time": "2021-04-13T07:09:59+00:00" + "time": "2021-04-29T10:29:25+00:00" }, { "name": "dealerdirect/phpcodesniffer-composer-installer", @@ -2133,16 +2136,16 @@ }, { "name": "slevomat/coding-standard", - "version": "7.0.2", + "version": "7.0.6", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "7815b1397bd9ff3e09bac9446ecb680f3fc69844" + "reference": "cad651ba4920b4fe458cd38b76a87a6f4a18f64f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/7815b1397bd9ff3e09bac9446ecb680f3fc69844", - "reference": "7815b1397bd9ff3e09bac9446ecb680f3fc69844", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/cad651ba4920b4fe458cd38b76a87a6f4a18f64f", + "reference": "cad651ba4920b4fe458cd38b76a87a6f4a18f64f", "shasum": "" }, "require": { @@ -2154,7 +2157,7 @@ "require-dev": { "phing/phing": "2.16.4", "php-parallel-lint/php-parallel-lint": "1.3.0", - "phpstan/phpstan": "0.12.83", + "phpstan/phpstan": "0.12.85", "phpstan/phpstan-deprecation-rules": "0.12.6", "phpstan/phpstan-phpunit": "0.12.18", "phpstan/phpstan-strict-rules": "0.12.9", @@ -2178,7 +2181,7 @@ "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", "support": { "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/7.0.2" + "source": "https://github.com/slevomat/coding-standard/tree/7.0.6" }, "funding": [ { @@ -2190,7 +2193,7 @@ "type": "tidelift" } ], - "time": "2021-04-14T18:15:42+00:00" + "time": "2021-04-27T16:34:01+00:00" }, { "name": "squizlabs/php_codesniffer", diff --git a/src/Log.php b/src/Log.php index ad6dac1..862722c 100644 --- a/src/Log.php +++ b/src/Log.php @@ -10,7 +10,7 @@ namespace DavidLienhard\Log; -use \DavidLienhard\Log\LogInterface; +use DavidLienhard\Log\LogInterface; /** * class for logging diff --git a/src/Stub.php b/src/Stub.php index 157e558..0c8dc12 100644 --- a/src/Stub.php +++ b/src/Stub.php @@ -10,7 +10,7 @@ namespace DavidLienhard\Log; -use \DavidLienhard\Log\LogInterface; +use DavidLienhard\Log\LogInterface; /** * stub for logging