Files
SealShare/config/app.php
T
surtic86andClaude Opus 5 e051aa1aec
linter / quality (push) Successful in 58s
tests / ci (8.5) (push) Successful in 3m11s
docker / build-and-push (push) Successful in 7m10s
docker / test (8.5) (push) Successful in 3m10s
docker / release (push) Successful in 3s
Release 2.2.0
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-19 06:13:04 +02:00

31 lines
785 B
PHP

<?php
/*
|--------------------------------------------------------------------------
| Application
|--------------------------------------------------------------------------
|
| Only what differs from the framework's config/app.php; Laravel merges
| every other key from its own defaults.
|
*/
return [
'name' => env('APP_NAME', 'SealShare'),
/*
|--------------------------------------------------------------------------
| SealShare Version
|--------------------------------------------------------------------------
|
| The release this code is, shown on the admin dashboard. Bump it together
| with the release's heading in CHANGELOG.md: tests/Feature/AppVersionTest
| fails while the two differ.
|
*/
'version' => '2.2.0',
];