Skip to content

Commit

Permalink
Merge pull request LM-Commons#2 from LM-Commons/migratiion
Browse files Browse the repository at this point in the history
Changed organization name to LM-Commons
  • Loading branch information
visto9259 authored Oct 2, 2020
2 parents f8814f5 + aeda25c commit ec0182f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CHANGELOG

For changelog, please refer to the [releases](https://github.com/Laminas-Commons/LmcCors/releases) page.
For changelog, please refer to the [releases](https://github.com/LM-Commons/LmcCors/releases) page.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# LmcCors


[![Build Status](https://travis-ci.com/Laminas-Commons/lmccors.svg?branch=master)](https://travis-ci.com/Laminas-Commons/lmccors)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Laminas-Commons/LmcCors/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Laminas-Commons/LmcCors/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/Laminas-Commons/LmcCors/badge.svg?branch=master)](https://coveralls.io/github/Laminas-Commons/LmcCors?branch=master)
[![Latest Stable Version](https://poser.pugx.org/laminas-commons/lmc-cors/v)](//packagist.org/packages/laminas-commons/lmc-cors)
[![License](https://poser.pugx.org/laminas-commons/lmc-cors/license)](//packagist.org/packages/laminas-commons/lmc-cors)
[![Total Downloads](https://poser.pugx.org/laminas-commons/lmc-cors/downloads)](//packagist.org/packages/laminas-commons/lmc-cors)
[![Build Status](https://travis-ci.com/LM-Commons/lmccors.svg?branch=master)](https://travis-ci.com/LM-Commons/lmccors)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/LM-Commons/LmcCors/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/LM-Commons/LmcCors/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/LM-Commons/LmcCors/badge.svg?branch=master)](https://coveralls.io/github/LM-Commons/LmcCors?branch=master)
[![Latest Stable Version](https://poser.pugx.org/lm-commons/lmc-cors/v)](//packagist.org/packages/lm-commons/lmc-cors)
[![License](https://poser.pugx.org/lm-commons/lmc-cors/license)](//packagist.org/packages/lm-commons/lmc-cors)
[![Total Downloads](https://poser.pugx.org/lm-commons/lmc-cors/downloads)](//packagist.org/packages/lm-commons/lmc-cors)

LmcCors is a simple Laminas MVC module that helps you to deal with Cross-Origin Resource Sharing (CORS).

Expand All @@ -20,7 +20,7 @@ builds HTTP responses that follow the CORS documentation.
Install the module by typing (or add it to your `composer.json` file):

```sh
$ php composer.phar require laminas-commons/lmc-cors
$ php composer.phar require lm-commons/lmc-cors
```

Then, enable it by adding "LmcCors" in your `application.config.php` or `modules.config.php` file.
Expand Down Expand Up @@ -164,7 +164,7 @@ If the origin is allowed, LmcCors will just add the appropriate headers to the r
### Security concerns

Don't use this module to secure your application! You must use a proper authorization module, like
[BjyAuthorize](https://github.com/bjyoungblood/BjyAuthorize), [LmcRbacMvc](https://github.com/Laminas-Commons/LmcRbacMvc) or
[BjyAuthorize](https://github.com/bjyoungblood/BjyAuthorize), [LmcRbacMvc](https://github.com/LM-Commons/LmcRbacMvc) or
[SpiffyAuthorize](https://github.com/spiffyjr/spiffy-authorize).

LmcCors only allows to accept or refuse a cross-origin request.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "laminas-commons/lmc-cors",
"name": "lm-commons/lmc-cors",
"description": "Laminas MVC module that let you deal with CORS requests",
"type": "library",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"rest",
"cross origin sharing resource"
],
"homepage": "https://github.com/lmainas-commons/lmc-cors",
"homepage": "https://github.com/lm-commons/lmc-cors",
"authors": [
{
"name": "Florent Blaison",
Expand Down

0 comments on commit ec0182f

Please sign in to comment.