mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
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:
parent
e410696a36
commit
fb37dbed92
|
@ -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",
|
||||
|
|
|
@ -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',
|
||||
);
|
Loading…
Reference in a new issue