Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rrd108 committed Jan 8, 2024
1 parent f4999c4 commit 9a1fc62
Show file tree
Hide file tree
Showing 9 changed files with 2,618 additions and 59 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ The Access-Control-Allow-Credentials header Indicates whether or not the respons

```php
'Cors' => [
// string
'AllowMethods' => 'POST',
// OR array
// shoud be an array
'AllowMethods' => ['GET', 'POST'],
]
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rrd108/cakephp-cors",
"description": "A CakePHP plugin for activate cors domain in your application",
"version": "0.0.1",
"version": "0.0.2",
"type": "cakephp-plugin",
"license": "MIT",
"require": {
Expand Down
Loading

0 comments on commit 9a1fc62

Please sign in to comment.