From 3ca889e800d34d1d3faba200c8d8733e575e30ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Thu, 18 Apr 2024 15:30:08 +0200 Subject: [PATCH] Docs: Rebrand to Alma Career in documentation and meta information --- CHANGELOG.md | 2 +- LICENCE.md => LICENSE.md | 2 +- README.md | 12 ++++++------ UPGRADE-4.0.md | 2 +- composer.json | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) rename LICENCE.md => LICENSE.md (96%) 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..6e10420 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