use supported package for slack (#8867)

* Updated version.php to master

* use supported package for slack

Co-authored-by: snipe <snipe@snipe.net>
This commit is contained in:
Alexander Chibrikin 2020-12-15 04:45:00 +03:00 committed by GitHub
parent e410696a36
commit fb37dbed92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@
"league/csv": "^9.5",
"league/flysystem-aws-s3-v3": "^1.0",
"league/flysystem-cached-adapter": "^1.0",
"maknz/slack": "^1.7",
"alek13/slack": "^1.7",
"neitanod/forceutf8": "^2.0",
"nesbot/carbon": "^2.32",
"onelogin/php-saml": "^3.4",

View file

@ -4,7 +4,7 @@ return array (
'full_app_version' => 'v5.0.11 - build 5695-gfd4ee6027',
'build_version' => '5695',
'prerelease_version' => '',
'hash_version' => 'gfd4ee6027',
'full_hash' => 'v5.0.11-13-gfd4ee6027',
'branch' => 'develop',
'hash_version' => 'gf9b1fdc36',
'full_hash' => 'v5.0.10-21-gf9b1fdc36',
'branch' => 'master',
);