mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-03 05:41:07 +00:00
docs: rewrite InvoiceShelf 3 onboarding (#750)
* docs: rewrite InvoiceShelf 3 onboarding * fix(installer): align minimum PHP requirement * docs: keep README screenshot in release packages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
test('installer uses the application minimum php version', function () {
|
||||
expect(config('installer.core.minPhpVersion'))
|
||||
->toBe(config('invoiceshelf.min_php_version'))
|
||||
->toBe('8.4.0');
|
||||
});
|
||||
Reference in New Issue
Block a user