Skip to content

Commit 9a1fc62

Browse files
committed
fix tests
1 parent f4999c4 commit 9a1fc62

File tree

9 files changed

+2618
-59
lines changed

9 files changed

+2618
-59
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ The Access-Control-Allow-Credentials header Indicates whether or not the respons
7070

7171
```php
7272
'Cors' => [
73-
// string
74-
'AllowMethods' => 'POST',
75-
// OR array
73+
// shoud be an array
7674
'AllowMethods' => ['GET', 'POST'],
7775
]
7876
```

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rrd108/cakephp-cors",
33
"description": "A CakePHP plugin for activate cors domain in your application",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "cakephp-plugin",
66
"license": "MIT",
77
"require": {

0 commit comments

Comments
 (0)