Skip to content

Commit b48e826

Browse files
authored
Merge pull request alma-oss#117 from alma-oss/feature/rename-docs
Rename Alma Career Czechia to Alma Career Coding Standard for PHP
2 parents a36bcd7 + ac9b1e9 commit b48e826

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Alma Career Czechia Coding Standard for PHP
1+
# Alma Career Coding Standard for PHP
22

33
[![Latest Stable Version](https://img.shields.io/packagist/v/lmc/coding-standard.svg?style=flat-square)](https://packagist.org/packages/lmc/coding-standard)
44

5-
PHP coding standard used in [Alma Career Czechia][Alma Career] (formerly LMC) products.
5+
PHP coding standard used in [Alma Career][Alma Career] (formerly LMC) products.
66

77
The standard is based on [PSR-12][psr-12] and partially [PER 2.0][per-2] and adds
88
various checks to make sure the code is readable, follows the same conventions, and does not contain common mistakes.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "lmc/coding-standard",
3-
"description": "Coding standard used in Alma Career Czechia (LMC) projects",
3+
"description": "Coding standard used in Alma Career projects",
44
"license": "MIT",
55
"type": "library",
66
"authors": [
77
{
88
"name": "Alma Career",
9-
"homepage": "https://github.com/almacareer/"
9+
"homepage": "https://github.com/alma-oss/"
1010
}
1111
],
1212
"require": {

0 commit comments

Comments
 (0)