diff --git a/CHANGELOG.md b/CHANGELOG.md index 1464251..4801ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog - + diff --git a/LICENCE.md b/LICENSE.md similarity index 96% rename from LICENCE.md rename to LICENSE.md index 4b0a84d..a4ecd69 100644 --- a/LICENCE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ### The MIT License (MIT) ### -Copyright (c) 2018 LMC s.r.o. +Copyright (c) Alma Career Czechia s.r.o. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e9f564f..7c4fca2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# LMC Coding Standard for PHP +# Alma Career Czechia Coding Standard for PHP [![Latest Stable Version](https://img.shields.io/packagist/v/lmc/coding-standard.svg?style=flat-square)](https://packagist.org/packages/lmc/coding-standard) -PHP coding standard used in [LMC](https://www.lmc.eu/en/) projects. +PHP coding standard used in [Alma Career Czechia](https://www.almacareer.com/) (formerly LMC) products. Standard is based on [PSR-12](https://www.php-fig.org/psr/psr-12/) and adds various checks to make sure the code is readable, does follow the same conventions and does not contain common mistakes. @@ -17,7 +17,7 @@ composer require --dev lmc/coding-standard ## Usage -1. Create `ecs.php` file in the root directory of your project and import the LMC code-style rules: +1. Create `ecs.php` file in the root directory of your project and import the code-style rules: ```php