From 7ad259cca317b54325f310b987ff67357395d789 Mon Sep 17 00:00:00 2001 From: Gummibeer Date: Wed, 15 Jul 2020 12:50:17 +0000 Subject: [PATCH] Prettified Code! --- CHANGELOG.md | 6 +++--- CONTRIBUTING.md | 6 +++--- README.md | 1 - SECURITY.md | 11 ++++++----- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47353f3..9b6a6c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ All notable changes to this package will be documented in this file. ## v0.3.0 -* upgrade `wnx/php-swiss-cantons` to v3.0 +- upgrade `wnx/php-swiss-cantons` to v3.0 ## v0.2.0 -* upgrade `wnx/php-swiss-cantons` to v2.1 +- upgrade `wnx/php-swiss-cantons` to v2.1 ## v0.1.0 -* initial release \ No newline at end of file +- initial release diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8841f5c..5d567d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ ## Coding Guidelines -* This package follows the [coding guidelines](https://github.com/laravel/framework/blob/master/CONTRIBUTING.md#coding-guidelines) used by Laravel. -* Pull requests for the latest major release MUST be sent to the master branch. -* To preserve the quality of the package, only **tested** code changes will by reviewed. +- This package follows the [coding guidelines](https://github.com/laravel/framework/blob/master/CONTRIBUTING.md#coding-guidelines) used by Laravel. +- Pull requests for the latest major release MUST be sent to the master branch. +- To preserve the quality of the package, only **tested** code changes will by reviewed. diff --git a/README.md b/README.md index a8b3c2b..4c3b41a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ [![StyleCI](https://styleci.io/repos/241097556/shield)](https://styleci.io/repos/241097556) [![Total Downloads](https://img.shields.io/packagist/dt/elbgoods/laravel-swiss-canton-rule.svg?style=flat-square)](https://packagist.org/packages/elbgoods/laravel-swiss-canton-rule) - This package provides multiple validation rules to validate swiss cantons. It's based on [wnx/php-swiss-cantons](https://github.com/stefanzweifel/php-swiss-cantons). diff --git a/SECURITY.md b/SECURITY.md index d418f23..83de8f1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,10 +5,11 @@ This package has no LTS releases - this means that we will only support the latest minor release with feature updates. We have never had any security vulnerabilities and therefore we don't promise any list of versions. Instead we will determine this on a case by case basis - depending on factors like: -* vulnerable versions -* age of the versions -* usage of the versions (packagist downloads) -* effort needed to fix it in the versions + +- vulnerable versions +- age of the versions +- usage of the versions (packagist downloads) +- effort needed to fix it in the versions We will do our best to fix security issues as and when they become apparent. We will attempt inform all users about possible issues. @@ -16,4 +17,4 @@ We will do our best to fix security issues as and when they become apparent. We Due to the fact that security vulnerabilities could harm users, we ask that you don't use the public issue tracker to report them. Please write a mail to [moin@elbgoods.de](mailto:moin@elbgoods.de). -We will either create a public issue/security alert, or we will fix the vulnerability and inform users afterwards. +We will either create a public issue/security alert, or we will fix the vulnerability and inform users afterwards.