Merge pull request #1125 from openclassify/vedat

fixed laravel cors
This commit is contained in:
profstyle1 2021-07-28 13:54:51 +03:00 committed by GitHub
commit 8f15f20ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 12 deletions

View File

@ -8,5 +8,8 @@
"files": [ "files": [
"src/Support/_helpers.php" "src/Support/_helpers.php"
] ]
},
"require": {
"fruitcake/laravel-cors": "^2.0"
} }
} }

View File

@ -84,8 +84,7 @@
"pusher/pusher-php-server": "^5.0", "pusher/pusher-php-server": "^5.0",
"simplepie/simplepie": "^1.5.0", "simplepie/simplepie": "^1.5.0",
"guzzlehttp/guzzle": "^7.3", "guzzlehttp/guzzle": "^7.3",
"visiosoft/connect-module": "^1.0", "visiosoft/connect-module": "^1.0"
"fruitcake/laravel-cors": "^2.0"
}, },
"replace": { "replace": {
"anomaly/streams-platform": "*" "anomaly/streams-platform": "*"