adrema/composer.json

126 lines
3.6 KiB
JSON
Raw Normal View History

2020-04-10 20:32:12 +02:00
{
"name": "laravel/laravel",
"type": "project",
"description": "The Laravel Framework.",
"keywords": [
"framework",
"laravel"
],
2020-04-10 23:39:05 +02:00
"repositories": [
2023-02-23 15:28:44 +01:00
{
"type": "path",
"url": "./packages/laravel-nami",
"options": {
"symlink": true
}
},
2024-06-28 23:56:34 +02:00
{
"type": "path",
"url": "./packages/flysystem-webdav",
"options": {
"symlink": true
}
},
2023-02-23 15:28:44 +01:00
{
"type": "path",
"url": "./packages/tex",
"options": {
"symlink": true
}
2024-01-12 23:29:18 +01:00
},
{
"type": "path",
"url": "./packages/medialibrary-helper",
"options": {
"symlink": true
}
2023-02-23 15:28:44 +01:00
}
2020-04-10 23:39:05 +02:00
],
2020-04-10 20:32:12 +02:00
"license": "MIT",
"require": {
2022-03-04 01:57:03 +01:00
"php": "^8.1",
2023-10-31 10:38:32 +01:00
"barryvdh/laravel-debugbar": "^3.9",
2022-10-06 20:57:55 +02:00
"beyondcode/laravel-dump-server": "^1.8",
2022-03-04 01:57:03 +01:00
"cviebrock/eloquent-sluggable": "^9.0",
2021-07-04 01:44:41 +02:00
"doctrine/dbal": "^3.1",
2021-06-13 11:29:27 +02:00
"guzzlehttp/guzzle": "^7.0.1",
Update to vue 3 Squashed commit of the following: commit a91f51113b9680a0dd343aa8ab9b7bfaf6e8833b Author: Philipp Lang <privat@zoomyboy.de> Date: Thu Jul 6 13:55:42 2023 +0200 change toast position commit d99771122067d125404181580374e4497fa356b4 Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 18:26:15 2023 +0200 Add tooltips commit c65efb92592a46b63d738a39c2205787bf8fc37a Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 18:01:20 2023 +0200 Add prettier commit fc0ecd6a6b93d867a498960d3c7613b087b3147e Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 17:57:56 2023 +0200 Fix toolbar button tooltip commit 4c2b2463ff9ab90a0f96a0909d5773c845962b38 Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 17:39:38 2023 +0200 Fixed maildispatcher index button commit 33e46bb38880d16d236f6e4673d0a2efd58a3bff Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 17:37:40 2023 +0200 Fix mailgateway form commit ffb0a0ba120c447f162ea592cf87ec6ad51b4391 Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 17:34:30 2023 +0200 Fix filter for Maildispatcher commit 64548178c0d65c5b69eee59cdafcf38d0d053a21 Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 17:13:11 2023 +0200 Add back button to initialize commit 401d138e647e049058ee2821af7ee9e30d7786ec Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 00:42:21 2023 +0200 Fix settings success message commit 1e09006f5b73696e1fc0272dcb3112ea84392d2d Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 00:38:00 2023 +0200 Fix save button in Settings commit ad21a2a3bf28a61472c469fe64a704737bc54d69 Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 00:32:11 2023 +0200 Fix event name commit cb7df3f5acc774b864a688a9e61cba9ac481fa7c Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 00:29:58 2023 +0200 Fix event name commit 46c52237de412397f88f4948a5617fb42fe7d142 Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 00:27:17 2023 +0200 Fixed hasFlash messages commit 37b9e724cde5af7458be9847550334e62345e15b Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 00:27:00 2023 +0200 Fix pagination reload event commit a9be327a59680ff11d5f76356f64523fa06fd300 Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 00:26:37 2023 +0200 Remove console log commit 39119c5be593074018cac883af45104f87a7640a Author: philipp lang <philipp@aweos.de> Date: Sun Jul 2 00:04:52 2023 +0200 Fix notification component in InstallLayout commit a867053cd1283ce5fed0139e2ab66de804d7657a Author: philipp lang <philipp@aweos.de> Date: Sat Jul 1 03:08:20 2023 +0200 Remove console log commit 637338ad3456232892966e2d43fd3587e739f10e Author: philipp lang <philipp@aweos.de> Date: Sat Jul 1 03:07:23 2023 +0200 Fix: import toasted commit d190f814a23584f2f1de500e49e3b137eb8f4cfc Author: philipp lang <philipp@aweos.de> Date: Sat Jul 1 03:07:05 2023 +0200 Update hasFlash toast commit 6cd96ef5eafbbb3db8c0d21869bf3c91557d758c Author: philipp lang <philipp@aweos.de> Date: Sat Jul 1 03:06:38 2023 +0200 Add toast notification on axios error commit 1ba3d221e7e5fa2fd19d3d316de45c3daa6bedf8 Author: philipp lang <philipp@aweos.de> Date: Sat Jul 1 01:34:40 2023 +0200 Fix save button in activity VForm commit 8089f8f0834a6dc64b959f2574e9fddcaa2724a8 Author: philipp lang <philipp@aweos.de> Date: Sat Jul 1 01:32:03 2023 +0200 Lint commit cba4f25d317eba277baf527e61d4a810bbe03107 Author: philipp lang <philipp@aweos.de> Date: Sat Jul 1 01:31:15 2023 +0200 Fix import for subactivity form commit 83bbf9c4c44aea7ff33869e8ae27b86dba59985f Author: Philipp Lang <privat@zoomyboy.de> Date: Fri Jun 30 15:44:33 2023 +0200 Drop leaflet map commit f8d1fe08fa146ae8c637873add8901a2f6e5b0b2 Author: Philipp Lang <privat@zoomyboy.de> Date: Fri Jun 30 15:29:51 2023 +0200 fix toolbar commit 44c48ec02b0a27e6296d5107fb53c99ad846aeb3 Author: Philipp Lang <privat@zoomyboy.de> Date: Fri Jun 30 14:28:49 2023 +0200 install new inertia middleware commit b9b9cde58918d40e530afa8786e54a0f9eba2b73 Author: Philipp Lang <privat@zoomyboy.de> Date: Fri Jun 30 13:49:33 2023 +0200 Update save button commit 8c1e9b143a2349bf33e934a21a039c8966d8e143 Author: Philipp Lang <privat@zoomyboy.de> Date: Fri Jun 30 13:40:06 2023 +0200 fix select commit 46b6418f84e9bfc4ec5ce1ab9e6b02669fe7227d Author: Philipp Lang <privat@zoomyboy.de> Date: Fri Jun 30 13:09:08 2023 +0200 update select commit ea274669fded1fb905c89cd20b62f672b8f7b57a Author: Philipp Lang <privat@zoomyboy.de> Date: Fri Jun 30 13:07:22 2023 +0200 fix switch commit 048f9f1324c5c54f13d45f0a819855bb8274df6f Author: Philipp Lang <privat@zoomyboy.de> Date: Fri Jun 30 12:15:38 2023 +0200 fix components commit e4700e06aaa912d519d0313e2f2e76288e12dd9b Author: Philipp Lang <privat@zoomyboy.de> Date: Thu Jun 22 16:34:44 2023 +0200 vue3 update commit 2b196f2bd285e843ca86cd624f0dadbefe759786 Author: Philipp Lang <privat@zoomyboy.de> Date: Thu Jun 22 13:08:55 2023 +0200 Add page title commit 30dfc5dca25b95ff5f25b976ae66c1ff350b0ebe Author: Philipp Lang <privat@zoomyboy.de> Date: Thu Jun 22 12:59:47 2023 +0200 Fix map commit 43f7d335f32691f1b02dcbbd4d01943dd4b7c752 Author: Philipp Lang <privat@zoomyboy.de> Date: Thu Jun 22 12:58:33 2023 +0200 Update inertia
2023-07-06 13:56:19 +02:00
"inertiajs/inertia-laravel": "^0.6.9",
2022-03-04 01:57:03 +01:00
"laravel/framework": "^9.0",
2021-06-13 11:29:27 +02:00
"laravel/horizon": "^5.0",
2023-05-04 00:04:05 +02:00
"laravel/passport": "^11.8",
2023-02-26 20:51:59 +01:00
"laravel/scout": "^9.8",
2023-02-13 15:56:20 +01:00
"laravel/telescope": "^4.13",
2020-04-10 20:32:12 +02:00
"laravel/tinker": "^2.0",
2021-06-13 11:29:27 +02:00
"laravel/ui": "^3.0",
2023-03-14 23:55:50 +01:00
"league/csv": "^9.9",
2022-08-30 15:46:27 +02:00
"lorisleiva/laravel-actions": "^2.4",
2024-01-25 23:40:29 +01:00
"meilisearch/meilisearch-php": "^1.6",
2022-10-06 20:57:55 +02:00
"monicahq/laravel-sabre": "^1.6",
2022-08-30 15:46:27 +02:00
"nunomaduro/collision": "^6.1",
2022-10-18 15:04:47 +02:00
"phake/phake": "^4.2",
2023-07-25 17:23:48 +02:00
"pusher/pusher-php-server": "^7.2",
2023-02-13 15:56:20 +01:00
"spatie/laravel-data": "^3.0",
2022-08-30 15:46:27 +02:00
"spatie/laravel-ignition": "^1.0",
2022-03-04 01:57:03 +01:00
"spatie/laravel-medialibrary": "^10.0",
"spatie/laravel-settings": "^2.2",
2022-10-20 11:11:52 +02:00
"worksome/request-factories": "^2.5",
2022-10-28 12:01:04 +02:00
"zoomyboy/laravel-nami": "dev-master",
2024-06-28 22:26:09 +02:00
"zoomyboy/medialibrary-helper": "dev-master as 1.0",
2024-06-28 23:56:34 +02:00
"league/flysystem-webdav": "dev-master as 3.28.0",
2023-08-15 15:11:12 +02:00
"zoomyboy/osm": "1.0.3",
2023-03-03 00:30:33 +01:00
"zoomyboy/phone": "^1.0",
2024-06-28 22:26:09 +02:00
"zoomyboy/tex": "dev-main as 1.0"
2020-04-10 20:32:12 +02:00
},
"require-dev": {
2022-03-04 01:57:03 +01:00
"fakerphp/faker": "^1.9.1",
2023-07-25 12:21:41 +02:00
"laravel/envoy": "^2.8",
2022-03-04 01:57:03 +01:00
"mockery/mockery": "^1.4.4",
2024-01-28 18:38:20 +01:00
"larastan/larastan": "^2.0",
2022-03-04 01:57:03 +01:00
"orchestra/testbench": "^7.0",
"phpstan/phpstan-mockery": "^1.1",
2022-11-24 15:26:55 +01:00
"phpunit/phpunit": "^9.5.10"
2020-04-10 20:32:12 +02:00
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
2023-02-18 01:28:34 +01:00
"sort-packages": true,
"allow-plugins": {
2024-01-25 23:40:29 +01:00
"pestphp/pest-plugin": true,
"php-http/discovery": true
2023-02-18 01:28:34 +01:00
}
2020-04-10 20:32:12 +02:00
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"autoload": {
"psr-4": {
2021-06-13 11:29:27 +02:00
"App\\": "app/",
2023-09-19 00:13:36 +02:00
"Plugins\\": "plugins/",
2021-06-13 11:29:27 +02:00
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
2021-07-15 21:00:10 +02:00
}
2020-04-10 20:32:12 +02:00
},
"autoload-dev": {
"psr-4": {
2021-06-18 23:36:06 +02:00
"Tests\\": "tests/",
"Zoomyboy\\LaravelNami\\Tests\\": "packages/laravel-nami/tests/"
2020-04-10 20:32:12 +02:00
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
]
}
}