Merge pull request #1173 from openclassify/vedat

fix
This commit is contained in:
Dia Shalabi 2021-09-28 13:03:16 +03:00 committed by GitHub
commit 32bbde858a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,7 @@
] ]
}, },
"require": { "require": {
"fruitcake/laravel-cors": "^2.0" "fruitcake/laravel-cors": "^2.0",
"symfony/translation": "v5.3.7"
} }
} }

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"
"symfony/translation": "v5.3.7"
}, },
"replace": { "replace": {
"anomaly/streams-platform": "*" "anomaly/streams-platform": "*"