Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JZaaa committed Aug 24, 2023
1 parent a67180a commit 0c5e6fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A CakePHP (4+) plugin for activate cors domain in your application with [Middlew

## Requirements

- PHP version 7.2 or higher
- PHP version 7.4 or higher
- CakePhp 4.0 or higher

## Installation
Expand All @@ -20,7 +20,7 @@ You can install this plugin into your CakePHP application using [composer](http:
The recommended way to install composer packages is:

```
composer require rabp99/cakephp-cors
composer require jzaaa/cakephp-cors
```

## Quick Start
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ozee31/cakephp-cors",
"name": "jzaaa/cakephp-cors",
"description": "A CakePHP 4 plugin for activate cors domain in your application",
"type": "cakephp-plugin",
"require": {
"php": ">=7.2.0",
"php": ">=7.4.0",
"cakephp/cakephp": "^4.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0"
Expand Down

0 comments on commit 0c5e6fc

Please sign in to comment.