Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Alma Career Czechia Coding Standard for PHP
# Alma Career 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 [Alma Career Czechia][Alma Career] (formerly LMC) products.
PHP coding standard used in [Alma Career][Alma Career] (formerly LMC) products.

The standard is based on [PSR-12][psr-12] and partially [PER 2.0][per-2] and adds
various checks to make sure the code is readable, follows the same conventions, and does not contain common mistakes.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "lmc/coding-standard",
"description": "Coding standard used in Alma Career Czechia (LMC) projects",
"description": "Coding standard used in Alma Career projects",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Alma Career",
"homepage": "https://github.com/almacareer/"
"homepage": "https://github.com/alma-oss/"
}
],
"require": {
Expand Down