1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 13:34:04 +00:00
tenancy/src/Bootstrappers
Guilherme Saade d4a99011e6
[3.x] L10 compatibility (#1065)
* Bump dependencies for Laravel 10

* Update GitHub Actions for Laravel 10

* ci: do not test L10 using PHP 7.3

* drop < L9 support

* use `dispatch_sync` instead of `dispatch_now`

* migrate phpunit configuration

* Update ci.yml

* drop laravel < 9 support

* misc L10 fixes, new docker image

* specify odbc version

* wip

* properly list php versions as strings

* minor changes

* Add `getValue($queryGrammar)` to raw query

* Clean up `isVersion8` code

* rewrite hasFailed assertion

* phpunit schema update

* Upgrade `doctrine/dbal`

---------

Co-authored-by: Samuel Štancl <samuel@archte.ch>
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
Co-authored-by: lukinovec <lukinovec@gmail.com>
2023-02-16 17:21:06 +01:00
..
CacheTenancyBootstrapper.php Change bootstrappers namespace 2020-05-13 18:19:59 +02:00
DatabaseTenancyBootstrapper.php Improve queue tenancy 2021-12-31 18:10:03 +01:00
FilesystemTenancyBootstrapper.php [3.x][Filesystem] Provide an additional argument for tenant name path (#817) 2022-05-26 11:51:27 +02:00
QueueTenancyBootstrapper.php [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00
RedisTenancyBootstrapper.php Change bootstrappers namespace 2020-05-13 18:19:59 +02:00