superius / omniappshared
Package for omniapp shared stuff
v5.0.3
2025-02-13 13:17 UTC
Requires
- php: ^8.2
- ext-json: *
- illuminate/contracts: ^10.0||^11.0
- owen-it/laravel-auditing: ^13.0
- php-open-source-saver/jwt-auth: ^2.1
- pusher/pusher-php-server: ^7.2
- sentry/sentry-laravel: ^4.0
- superius/deploy: ^1.0
- superius/omni-debug-assistant: ^1.0
- superius/omni-logger: ^1.0
- superius/omniapp-middleware: ^1.0
- superius/omniapp-router: ^1.0
- superius/phone-number-ruler: ^1.0
- thecodingmachine/safe: ^2.4
Requires (Dev)
- larastan/larastan: ^2.9
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.0.0||^8.22.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.6
- thecodingmachine/phpstan-safe-rule: ^1.2
- dev-master
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v4.1.5
- v4.1.4
- v4.1.3
- v4.1.2
- v4.1.1
- 4.1.0
- v4.0.0
- v3.7.0
- v3.6.1
- v3.6.0
- v3.5.0
- v3.4.8
- v3.4.7
- v3.4.6
- v3.4.5
- v3.4.4
- v3.4.3
- v3.4.2
- v3.4.1
- v3.4.0
- v3.3.1
- v3.3.0
- v3.2.1
- v3.2.0
- v3.1.0
- v3.0.26
- v3.0.25
- v3.0.24
- v3.0.23
- v3.0.22
- v3.0.21
- v3.0.20
- v3.0.19
- v3.0.18
- v3.0.17
- v3.0.16
- v3.0.15
- v3.0.14
- v3.0.13
- v3.0.12
- v3.0.11
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.0.15
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.28
- v1.0.27
- v1.0.26
- v1.0.25
- v1.0.24
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.20
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v0.1.13
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1
- dev-feature/test-deploy
- dev-feature/v4
- dev-feature/v5
- dev-feature/testbench2
- dev-feature/revert-adhoc-tenant
- dev-feature/allow-making-tid-writable
- dev-feature/add-support-for-tenant-model-on-pivots
- dev-feature/harden-checksum-validation
- dev-feature/checksum-refactor
- dev-feature/OBL-3531-refaktor-validatora-i-faker-helpera-u-omniappshared
- dev-feature/csrf_token_middleware
- dev-feature/OBL-385-dorada-enuma-na-omniappshared-pa
- dev-develop
- dev-feature/MITA-1104-telescope-automatizacija-proce
- dev-feature/MITA-1104-konfiguracija-telescope-a---au
- dev-feature/MITA-1104-konfiguracija-telescope-a-2
- dev-feature/funkcija-za-dohvat-market-sluga
- dev-feature/A2A_requests
This package is auto-updated.
Last update: 2025-03-06 15:15:58 UTC
README
Public repo for shared omni app stuff
Setup for development
- In the package that requires
omniappshared
add the local repository to composer.json:"repositories": [ { "type": "path", "url": "../relative/path/to/repo/omniappshared" } ]
- and set the version to "@dev":
"require": { ... "superius/omniappshared": "@dev", }
- run composer update
$ composer update superius/omniappshared