Changeset 3445527
- Timestamp:
- 01/23/2026 11:27:13 AM (2 months ago)
- Location:
- bookingor/trunk
- Files:
-
- 17 edited
-
README.txt (modified) (1 diff)
-
bookingor.php (modified) (3 diffs)
-
composer.json (modified) (2 diffs)
-
composer.lock (modified) (7 diffs)
-
includes/class-bookingor.php (modified) (1 diff)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/autoload_classmap.php (modified) (1 diff)
-
vendor/composer/autoload_files.php (modified) (1 diff)
-
vendor/composer/autoload_psr4.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (2 diffs)
-
vendor/composer/autoload_static.php (modified) (8 diffs)
-
vendor/composer/installed.json (modified) (6 diffs)
-
vendor/composer/installed.php (modified) (5 diffs)
-
vendor/composer/platform_check.php (modified) (1 diff)
-
vendor/symfony/deprecation-contracts/README.md (modified) (1 diff)
-
vendor/symfony/deprecation-contracts/composer.json (modified) (2 diffs)
-
vendor/symfony/deprecation-contracts/function.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bookingor/trunk/README.txt
r3445000 r3445527 5 5 Tested up to: 6.9 6 6 Donate link: https://bookingor.com 7 Stable tag: 2.0. 27 Stable tag: 2.0.3 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later -
bookingor/trunk/bookingor.php
r3445000 r3445527 9 9 * 10 10 * @link Bookingor 11 * @since 2.0. 211 * @since 2.0.3 12 12 * @package Bookingor 13 13 * … … 15 15 * Plugin Name: Bookingor - Booking System for Appointment Calendar, Meeting Scheduler & WooCommerce Bookings 16 16 * Description: Bookingor is an all-in-one appointment and booking management system. Streamline scheduling processes for any business or individuals. Bookingor helps you efficiently handle bookings, save time, and enhance the customer experience. 17 * Version: 2.0. 217 * Version: 2.0.3 18 18 * License: GPL-2.0+ 19 19 * Tags: booking, appointment, booking System, Schedule appointment, calendar, scheduling … … 37 37 * Currently plugin version. 38 38 */ 39 define('BOOKINGOR_VERSION', '2.0. 2');39 define('BOOKINGOR_VERSION', '2.0.3'); 40 40 41 41 /** -
bookingor/trunk/composer.json
r3444926 r3445527 2 2 "require": { 3 3 "guzzlehttp/guzzle": "^7.9", 4 "firebase/php-jwt": "^6.10", 5 "php-http/guzzle7-adapter": "^1.1", 6 "psr/http-factory": "^1.1", 7 "symfony/http-foundation": "^5.4" 4 "psr/http-factory": "^1.1" 8 5 }, 9 6 "autoload": { … … 13 10 }, 14 11 "config": { 12 "platform": { 13 "php": "7.2.5" 14 }, 15 15 "allow-plugins": { 16 16 "php-http/discovery": true -
bookingor/trunk/composer.lock
r3444926 r3445527 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " bf04340a450bf03039c5a5712e906070",7 "content-hash": "3dec075a8a7944aa13ca70c456cad972", 8 8 "packages": [ 9 {10 "name": "firebase/php-jwt",11 "version": "v6.11.1",12 "source": {13 "type": "git",14 "url": "https://github.com/firebase/php-jwt.git",15 "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66"16 },17 "dist": {18 "type": "zip",19 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",20 "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",21 "shasum": ""22 },23 "require": {24 "php": "^8.0"25 },26 "require-dev": {27 "guzzlehttp/guzzle": "^7.4",28 "phpspec/prophecy-phpunit": "^2.0",29 "phpunit/phpunit": "^9.5",30 "psr/cache": "^2.0||^3.0",31 "psr/http-client": "^1.0",32 "psr/http-factory": "^1.0"33 },34 "suggest": {35 "ext-sodium": "Support EdDSA (Ed25519) signatures",36 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"37 },38 "type": "library",39 "autoload": {40 "psr-4": {41 "Firebase\\JWT\\": "src"42 }43 },44 "notification-url": "https://packagist.org/downloads/",45 "license": [46 "BSD-3-Clause"47 ],48 "authors": [49 {50 "name": "Neuman Vong",51 "email": "neuman+pear@twilio.com",52 "role": "Developer"53 },54 {55 "name": "Anant Narayanan",56 "email": "anant@php.net",57 "role": "Developer"58 }59 ],60 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",61 "homepage": "https://github.com/firebase/php-jwt",62 "keywords": [63 "jwt",64 "php"65 ],66 "support": {67 "issues": "https://github.com/firebase/php-jwt/issues",68 "source": "https://github.com/firebase/php-jwt/tree/v6.11.1"69 },70 "time": "2025-04-09T20:32:01+00:00"71 },72 9 { 73 10 "name": "guzzlehttp/guzzle", … … 396 333 }, 397 334 { 398 "name": "php-http/guzzle7-adapter",399 "version": "1.1.0",400 "source": {401 "type": "git",402 "url": "https://github.com/php-http/guzzle7-adapter.git",403 "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb"404 },405 "dist": {406 "type": "zip",407 "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/03a415fde709c2f25539790fecf4d9a31bc3d0eb",408 "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb",409 "shasum": ""410 },411 "require": {412 "guzzlehttp/guzzle": "^7.0",413 "php": "^7.3 | ^8.0",414 "php-http/httplug": "^2.0",415 "psr/http-client": "^1.0"416 },417 "provide": {418 "php-http/async-client-implementation": "1.0",419 "php-http/client-implementation": "1.0",420 "psr/http-client-implementation": "1.0"421 },422 "require-dev": {423 "php-http/client-integration-tests": "^3.0",424 "php-http/message-factory": "^1.1",425 "phpspec/prophecy-phpunit": "^2.0",426 "phpunit/phpunit": "^8.0|^9.3"427 },428 "type": "library",429 "autoload": {430 "psr-4": {431 "Http\\Adapter\\Guzzle7\\": "src/"432 }433 },434 "notification-url": "https://packagist.org/downloads/",435 "license": [436 "MIT"437 ],438 "authors": [439 {440 "name": "Tobias Nyholm",441 "email": "tobias.nyholm@gmail.com"442 }443 ],444 "description": "Guzzle 7 HTTP Adapter",445 "homepage": "http://httplug.io",446 "keywords": [447 "Guzzle",448 "http"449 ],450 "support": {451 "issues": "https://github.com/php-http/guzzle7-adapter/issues",452 "source": "https://github.com/php-http/guzzle7-adapter/tree/1.1.0"453 },454 "time": "2024-11-26T11:14:36+00:00"455 },456 {457 "name": "php-http/httplug",458 "version": "2.4.1",459 "source": {460 "type": "git",461 "url": "https://github.com/php-http/httplug.git",462 "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4"463 },464 "dist": {465 "type": "zip",466 "url": "https://api.github.com/repos/php-http/httplug/zipball/5cad731844891a4c282f3f3e1b582c46839d22f4",467 "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4",468 "shasum": ""469 },470 "require": {471 "php": "^7.1 || ^8.0",472 "php-http/promise": "^1.1",473 "psr/http-client": "^1.0",474 "psr/http-message": "^1.0 || ^2.0"475 },476 "require-dev": {477 "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",478 "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"479 },480 "type": "library",481 "autoload": {482 "psr-4": {483 "Http\\Client\\": "src/"484 }485 },486 "notification-url": "https://packagist.org/downloads/",487 "license": [488 "MIT"489 ],490 "authors": [491 {492 "name": "Eric GELOEN",493 "email": "geloen.eric@gmail.com"494 },495 {496 "name": "Márk Sági-Kazár",497 "email": "mark.sagikazar@gmail.com",498 "homepage": "https://sagikazarmark.hu"499 }500 ],501 "description": "HTTPlug, the HTTP client abstraction for PHP",502 "homepage": "http://httplug.io",503 "keywords": [504 "client",505 "http"506 ],507 "support": {508 "issues": "https://github.com/php-http/httplug/issues",509 "source": "https://github.com/php-http/httplug/tree/2.4.1"510 },511 "time": "2024-09-23T11:39:58+00:00"512 },513 {514 "name": "php-http/promise",515 "version": "1.3.1",516 "source": {517 "type": "git",518 "url": "https://github.com/php-http/promise.git",519 "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83"520 },521 "dist": {522 "type": "zip",523 "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83",524 "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83",525 "shasum": ""526 },527 "require": {528 "php": "^7.1 || ^8.0"529 },530 "require-dev": {531 "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3",532 "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4"533 },534 "type": "library",535 "autoload": {536 "psr-4": {537 "Http\\Promise\\": "src/"538 }539 },540 "notification-url": "https://packagist.org/downloads/",541 "license": [542 "MIT"543 ],544 "authors": [545 {546 "name": "Joel Wurtz",547 "email": "joel.wurtz@gmail.com"548 },549 {550 "name": "Márk Sági-Kazár",551 "email": "mark.sagikazar@gmail.com"552 }553 ],554 "description": "Promise used for asynchronous HTTP requests",555 "homepage": "http://httplug.io",556 "keywords": [557 "promise"558 ],559 "support": {560 "issues": "https://github.com/php-http/promise/issues",561 "source": "https://github.com/php-http/promise/tree/1.3.1"562 },563 "time": "2024-03-15T13:55:21+00:00"564 },565 {566 335 "name": "psr/http-client", 567 336 "version": "1.0.3", … … 769 538 { 770 539 "name": "symfony/deprecation-contracts", 771 "version": "v 3.6.0",540 "version": "v2.5.4", 772 541 "source": { 773 542 "type": "git", 774 543 "url": "https://github.com/symfony/deprecation-contracts.git", 775 "reference": "6 3afe740e99a13ba87ec199bb07bbdee937a5b62"776 }, 777 "dist": { 778 "type": "zip", 779 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6 3afe740e99a13ba87ec199bb07bbdee937a5b62",780 "reference": "6 3afe740e99a13ba87ec199bb07bbdee937a5b62",781 "shasum": "" 782 }, 783 "require": { 784 "php": ">= 8.1"544 "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918" 545 }, 546 "dist": { 547 "type": "zip", 548 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918", 549 "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918", 550 "shasum": "" 551 }, 552 "require": { 553 "php": ">=7.1" 785 554 }, 786 555 "type": "library", … … 791 560 }, 792 561 "branch-alias": { 793 "dev-main": " 3.6-dev"562 "dev-main": "2.5-dev" 794 563 } 795 564 }, … … 816 585 "homepage": "https://symfony.com", 817 586 "support": { 818 "source": "https://github.com/symfony/deprecation-contracts/tree/v 3.6.0"587 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4" 819 588 }, 820 589 "funding": [ … … 832 601 } 833 602 ], 834 "time": "2024-09-25T14:21:43+00:00" 835 }, 836 { 837 "name": "symfony/http-foundation", 838 "version": "v5.4.50", 839 "source": { 840 "type": "git", 841 "url": "https://github.com/symfony/http-foundation.git", 842 "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609" 843 }, 844 "dist": { 845 "type": "zip", 846 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609", 847 "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609", 848 "shasum": "" 849 }, 850 "require": { 851 "php": ">=7.2.5", 852 "symfony/deprecation-contracts": "^2.1|^3", 853 "symfony/polyfill-mbstring": "~1.1", 854 "symfony/polyfill-php80": "^1.16" 855 }, 856 "require-dev": { 857 "predis/predis": "^1.0|^2.0", 858 "symfony/cache": "^4.4|^5.0|^6.0", 859 "symfony/dependency-injection": "^5.4|^6.0", 860 "symfony/expression-language": "^4.4|^5.0|^6.0", 861 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", 862 "symfony/mime": "^4.4|^5.0|^6.0", 863 "symfony/rate-limiter": "^5.2|^6.0" 864 }, 865 "suggest": { 866 "symfony/mime": "To use the file extension guesser" 867 }, 868 "type": "library", 869 "autoload": { 870 "psr-4": { 871 "Symfony\\Component\\HttpFoundation\\": "" 872 }, 873 "exclude-from-classmap": [ 874 "/Tests/" 875 ] 876 }, 877 "notification-url": "https://packagist.org/downloads/", 878 "license": [ 879 "MIT" 880 ], 881 "authors": [ 882 { 883 "name": "Fabien Potencier", 884 "email": "fabien@symfony.com" 885 }, 886 { 887 "name": "Symfony Community", 888 "homepage": "https://symfony.com/contributors" 889 } 890 ], 891 "description": "Defines an object-oriented layer for the HTTP specification", 892 "homepage": "https://symfony.com", 893 "support": { 894 "source": "https://github.com/symfony/http-foundation/tree/v5.4.50" 895 }, 896 "funding": [ 897 { 898 "url": "https://symfony.com/sponsor", 899 "type": "custom" 900 }, 901 { 902 "url": "https://github.com/fabpot", 903 "type": "github" 904 }, 905 { 906 "url": "https://github.com/nicolas-grekas", 907 "type": "github" 908 }, 909 { 910 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 911 "type": "tidelift" 912 } 913 ], 914 "time": "2025-11-03T12:58:48+00:00" 915 }, 916 { 917 "name": "symfony/polyfill-mbstring", 918 "version": "v1.33.0", 919 "source": { 920 "type": "git", 921 "url": "https://github.com/symfony/polyfill-mbstring.git", 922 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" 923 }, 924 "dist": { 925 "type": "zip", 926 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", 927 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", 928 "shasum": "" 929 }, 930 "require": { 931 "ext-iconv": "*", 932 "php": ">=7.2" 933 }, 934 "provide": { 935 "ext-mbstring": "*" 936 }, 937 "suggest": { 938 "ext-mbstring": "For best performance" 939 }, 940 "type": "library", 941 "extra": { 942 "thanks": { 943 "url": "https://github.com/symfony/polyfill", 944 "name": "symfony/polyfill" 945 } 946 }, 947 "autoload": { 948 "files": [ 949 "bootstrap.php" 950 ], 951 "psr-4": { 952 "Symfony\\Polyfill\\Mbstring\\": "" 953 } 954 }, 955 "notification-url": "https://packagist.org/downloads/", 956 "license": [ 957 "MIT" 958 ], 959 "authors": [ 960 { 961 "name": "Nicolas Grekas", 962 "email": "p@tchwork.com" 963 }, 964 { 965 "name": "Symfony Community", 966 "homepage": "https://symfony.com/contributors" 967 } 968 ], 969 "description": "Symfony polyfill for the Mbstring extension", 970 "homepage": "https://symfony.com", 971 "keywords": [ 972 "compatibility", 973 "mbstring", 974 "polyfill", 975 "portable", 976 "shim" 977 ], 978 "support": { 979 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" 980 }, 981 "funding": [ 982 { 983 "url": "https://symfony.com/sponsor", 984 "type": "custom" 985 }, 986 { 987 "url": "https://github.com/fabpot", 988 "type": "github" 989 }, 990 { 991 "url": "https://github.com/nicolas-grekas", 992 "type": "github" 993 }, 994 { 995 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 996 "type": "tidelift" 997 } 998 ], 999 "time": "2024-12-23T08:48:59+00:00" 1000 }, 1001 { 1002 "name": "symfony/polyfill-php80", 1003 "version": "v1.33.0", 1004 "source": { 1005 "type": "git", 1006 "url": "https://github.com/symfony/polyfill-php80.git", 1007 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608" 1008 }, 1009 "dist": { 1010 "type": "zip", 1011 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608", 1012 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608", 1013 "shasum": "" 1014 }, 1015 "require": { 1016 "php": ">=7.2" 1017 }, 1018 "type": "library", 1019 "extra": { 1020 "thanks": { 1021 "url": "https://github.com/symfony/polyfill", 1022 "name": "symfony/polyfill" 1023 } 1024 }, 1025 "autoload": { 1026 "files": [ 1027 "bootstrap.php" 1028 ], 1029 "psr-4": { 1030 "Symfony\\Polyfill\\Php80\\": "" 1031 }, 1032 "classmap": [ 1033 "Resources/stubs" 1034 ] 1035 }, 1036 "notification-url": "https://packagist.org/downloads/", 1037 "license": [ 1038 "MIT" 1039 ], 1040 "authors": [ 1041 { 1042 "name": "Ion Bazan", 1043 "email": "ion.bazan@gmail.com" 1044 }, 1045 { 1046 "name": "Nicolas Grekas", 1047 "email": "p@tchwork.com" 1048 }, 1049 { 1050 "name": "Symfony Community", 1051 "homepage": "https://symfony.com/contributors" 1052 } 1053 ], 1054 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 1055 "homepage": "https://symfony.com", 1056 "keywords": [ 1057 "compatibility", 1058 "polyfill", 1059 "portable", 1060 "shim" 1061 ], 1062 "support": { 1063 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0" 1064 }, 1065 "funding": [ 1066 { 1067 "url": "https://symfony.com/sponsor", 1068 "type": "custom" 1069 }, 1070 { 1071 "url": "https://github.com/fabpot", 1072 "type": "github" 1073 }, 1074 { 1075 "url": "https://github.com/nicolas-grekas", 1076 "type": "github" 1077 }, 1078 { 1079 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1080 "type": "tidelift" 1081 } 1082 ], 1083 "time": "2025-01-02T08:10:11+00:00" 603 "time": "2024-09-25T14:11:13+00:00" 1084 604 } 1085 605 ], … … 1092 612 "platform": {}, 1093 613 "platform-dev": {}, 614 "platform-overrides": { 615 "php": "7.2.5" 616 }, 1094 617 "plugin-api-version": "2.6.0" 1095 618 } -
bookingor/trunk/includes/class-bookingor.php
r3445000 r3445527 96 96 $this->version = BOOKINGOR_VERSION; 97 97 } else { 98 $this->version = '2.0. 2';98 $this->version = '2.0.3'; 99 99 } 100 100 $this->plugin_name = 'bookingor'; -
bookingor/trunk/vendor/autoload.php
r3444926 r3445527 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit e03497690dc5b7e52810e9723326f73f::getLoader();25 return ComposerAutoloaderInit878c25f4e60b6af00d60f29bb68787e7::getLoader(); -
bookingor/trunk/vendor/composer/autoload_classmap.php
r3444926 r3445527 7 7 8 8 return array( 9 'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',10 'Bookingor\\Backend\\Controller\\Bookings\\BookingsControl' => $baseDir . '/app/Backend/Controller/Bookings/BookingsControl.php',11 'Bookingor\\Backend\\Controller\\BusinessProfile\\BusinessProfileControl' => $baseDir . '/app/Backend/Controller/BusinessProfile/BusinessProfileControl.php',12 'Bookingor\\Backend\\Controller\\Calendar\\FullCalendarControl' => $baseDir . '/app/Backend/Controller/Calendar/FullCalendarControl.php',13 'Bookingor\\Backend\\Controller\\Category\\CategoryControl' => $baseDir . '/app/Backend/Controller/Category/CategoryControl.php',14 'Bookingor\\Backend\\Controller\\Customer\\CustomerControl' => $baseDir . '/app/Backend/Controller/Customer/CustomerControl.php',15 'Bookingor\\Backend\\Controller\\Dashboard\\DashboardControl' => $baseDir . '/app/Backend/Controller/Dashboard/DashboardControl.php',16 'Bookingor\\Backend\\Controller\\Location\\LocationControl' => $baseDir . '/app/Backend/Controller/Location/LocationControl.php',17 'Bookingor\\Backend\\Controller\\Notification\\NotificationControl' => $baseDir . '/app/Backend/Controller/Notification/NotificationControl.php',18 'Bookingor\\Backend\\Controller\\Payment\\PaymentControl' => $baseDir . '/app/Backend/Controller/Payment/PaymentControl.php',19 'Bookingor\\Backend\\Controller\\Service\\ServiceControl' => $baseDir . '/app/Backend/Controller/Service/ServiceControl.php',20 'Bookingor\\Backend\\Controller\\Settings\\SettingsControl' => $baseDir . '/app/Backend/Controller/Settings/SettingsControl.php',21 'Bookingor\\Backend\\Controller\\Staff\\StaffControl' => $baseDir . '/app/Backend/Controller/Staff/StaffControl.php',22 'Bookingor\\Backend\\Controller\\Starter\\StarterController' => $baseDir . '/app/Backend/Controller/Starter/StarterController.php',23 'Bookingor\\Backend\\Controller\\Templates\\TemplatesControl' => $baseDir . '/app/Backend/Controller/Templates/TemplatesControl.php',24 'Bookingor\\Frontend\\Controller\\Booking\\BookingControlFront' => $baseDir . '/app/Frontend/Controller/Booking/BookingControlFront.php',25 'Bookingor\\Frontend\\Controller\\Category\\CategoryControlFront' => $baseDir . '/app/Frontend/Controller/Category/CategoryControlFront.php',26 'Bookingor\\Frontend\\Controller\\Customer\\CustomerControlFront' => $baseDir . '/app/Frontend/Controller/Customer/CustomerControlFront.php',27 'Bookingor\\Frontend\\Controller\\Location\\LocationControlFront' => $baseDir . '/app/Frontend/Controller/Location/LocationControlFront.php',28 'Bookingor\\Frontend\\Controller\\Service\\ServiceControlFront' => $baseDir . '/app/Frontend/Controller/Service/ServiceControlFront.php',29 'Bookingor\\Frontend\\Controller\\Staff\\StaffControlFront' => $baseDir . '/app/Frontend/Controller/Staff/StaffControlFront.php',30 'Bookingor\\Frontend\\Controller\\TimeSheet\\WeeklyTimeSheetControlFront' => $baseDir . '/app/Frontend/Controller/TimeSheet/WeeklyTimeSheetControlFront.php',31 'Bookingor\\Helper\\HelperControl' => $baseDir . '/app/Helper/HelperControl.php',32 'Bookingor\\Integrations\\Elementor\\BookingorElementorButtonWidget' => $baseDir . '/app/Integrations/Elementor/BookingorElementorButtonWidget.php',33 'Bookingor\\Integrations\\Elementor\\BookingorElementorControl' => $baseDir . '/app/Integrations/Elementor/BookingorElementorControl.php',34 'Bookingor\\Integrations\\Elementor\\BookingorElementorStarterWidget' => $baseDir . '/app/Integrations/Elementor/BookingorElementorStarterWidget.php',35 'Bookingor\\Integrations\\Elementor\\BookingorElementorTemplateWidget' => $baseDir . '/app/Integrations/Elementor/BookingorElementorTemplateWidget.php',36 'Bookingor\\Integrations\\Elementor\\BookingorElementorWidget' => $baseDir . '/app/Integrations/Elementor/BookingorElementorWidget.php',37 'Bookingor\\Integrations\\Elementor\\ElementorIntegration' => $baseDir . '/app/Integrations/Elementor/ElementorIntegration.php',38 'Bookingor\\Integrations\\Email\\EmailNotification' => $baseDir . '/app/Integrations/Email/EmailNotification.php',39 'Bookingor\\Integrations\\WooCommerce\\WooCommercePaymentService' => $baseDir . '/app/Integrations/WooCommerce/WooCommercePaymentService.php',40 'Bookingor\\Routes\\AdminRoute' => $baseDir . '/app/Routes/AdminRoute.php',41 'Bookingor\\Routes\\PublicRoute' => $baseDir . '/app/Routes/PublicRoute.php',42 9 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 43 'Firebase\\JWT\\BeforeValidException' => $vendorDir . '/firebase/php-jwt/src/BeforeValidException.php',44 'Firebase\\JWT\\CachedKeySet' => $vendorDir . '/firebase/php-jwt/src/CachedKeySet.php',45 'Firebase\\JWT\\ExpiredException' => $vendorDir . '/firebase/php-jwt/src/ExpiredException.php',46 'Firebase\\JWT\\JWK' => $vendorDir . '/firebase/php-jwt/src/JWK.php',47 'Firebase\\JWT\\JWT' => $vendorDir . '/firebase/php-jwt/src/JWT.php',48 'Firebase\\JWT\\JWTExceptionWithPayloadInterface' => $vendorDir . '/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php',49 'Firebase\\JWT\\Key' => $vendorDir . '/firebase/php-jwt/src/Key.php',50 'Firebase\\JWT\\SignatureInvalidException' => $vendorDir . '/firebase/php-jwt/src/SignatureInvalidException.php',51 'GuzzleHttp\\BodySummarizer' => $vendorDir . '/guzzlehttp/guzzle/src/BodySummarizer.php',52 'GuzzleHttp\\BodySummarizerInterface' => $vendorDir . '/guzzlehttp/guzzle/src/BodySummarizerInterface.php',53 'GuzzleHttp\\Client' => $vendorDir . '/guzzlehttp/guzzle/src/Client.php',54 'GuzzleHttp\\ClientInterface' => $vendorDir . '/guzzlehttp/guzzle/src/ClientInterface.php',55 'GuzzleHttp\\ClientTrait' => $vendorDir . '/guzzlehttp/guzzle/src/ClientTrait.php',56 'GuzzleHttp\\Cookie\\CookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/CookieJar.php',57 'GuzzleHttp\\Cookie\\CookieJarInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',58 'GuzzleHttp\\Cookie\\FileCookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',59 'GuzzleHttp\\Cookie\\SessionCookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',60 'GuzzleHttp\\Cookie\\SetCookie' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/SetCookie.php',61 'GuzzleHttp\\Exception\\BadResponseException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/BadResponseException.php',62 'GuzzleHttp\\Exception\\ClientException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ClientException.php',63 'GuzzleHttp\\Exception\\ConnectException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ConnectException.php',64 'GuzzleHttp\\Exception\\GuzzleException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/GuzzleException.php',65 'GuzzleHttp\\Exception\\InvalidArgumentException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php',66 'GuzzleHttp\\Exception\\RequestException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/RequestException.php',67 'GuzzleHttp\\Exception\\ServerException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ServerException.php',68 'GuzzleHttp\\Exception\\TooManyRedirectsException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',69 'GuzzleHttp\\Exception\\TransferException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/TransferException.php',70 'GuzzleHttp\\HandlerStack' => $vendorDir . '/guzzlehttp/guzzle/src/HandlerStack.php',71 'GuzzleHttp\\Handler\\CurlFactory' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlFactory.php',72 'GuzzleHttp\\Handler\\CurlFactoryInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',73 'GuzzleHttp\\Handler\\CurlHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlHandler.php',74 'GuzzleHttp\\Handler\\CurlMultiHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',75 'GuzzleHttp\\Handler\\EasyHandle' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/EasyHandle.php',76 'GuzzleHttp\\Handler\\HeaderProcessor' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php',77 'GuzzleHttp\\Handler\\MockHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/MockHandler.php',78 'GuzzleHttp\\Handler\\Proxy' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/Proxy.php',79 'GuzzleHttp\\Handler\\StreamHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/StreamHandler.php',80 'GuzzleHttp\\MessageFormatter' => $vendorDir . '/guzzlehttp/guzzle/src/MessageFormatter.php',81 'GuzzleHttp\\MessageFormatterInterface' => $vendorDir . '/guzzlehttp/guzzle/src/MessageFormatterInterface.php',82 'GuzzleHttp\\Middleware' => $vendorDir . '/guzzlehttp/guzzle/src/Middleware.php',83 'GuzzleHttp\\Pool' => $vendorDir . '/guzzlehttp/guzzle/src/Pool.php',84 'GuzzleHttp\\PrepareBodyMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',85 'GuzzleHttp\\Promise\\AggregateException' => $vendorDir . '/guzzlehttp/promises/src/AggregateException.php',86 'GuzzleHttp\\Promise\\CancellationException' => $vendorDir . '/guzzlehttp/promises/src/CancellationException.php',87 'GuzzleHttp\\Promise\\Coroutine' => $vendorDir . '/guzzlehttp/promises/src/Coroutine.php',88 'GuzzleHttp\\Promise\\Create' => $vendorDir . '/guzzlehttp/promises/src/Create.php',89 'GuzzleHttp\\Promise\\Each' => $vendorDir . '/guzzlehttp/promises/src/Each.php',90 'GuzzleHttp\\Promise\\EachPromise' => $vendorDir . '/guzzlehttp/promises/src/EachPromise.php',91 'GuzzleHttp\\Promise\\FulfilledPromise' => $vendorDir . '/guzzlehttp/promises/src/FulfilledPromise.php',92 'GuzzleHttp\\Promise\\Is' => $vendorDir . '/guzzlehttp/promises/src/Is.php',93 'GuzzleHttp\\Promise\\Promise' => $vendorDir . '/guzzlehttp/promises/src/Promise.php',94 'GuzzleHttp\\Promise\\PromiseInterface' => $vendorDir . '/guzzlehttp/promises/src/PromiseInterface.php',95 'GuzzleHttp\\Promise\\PromisorInterface' => $vendorDir . '/guzzlehttp/promises/src/PromisorInterface.php',96 'GuzzleHttp\\Promise\\RejectedPromise' => $vendorDir . '/guzzlehttp/promises/src/RejectedPromise.php',97 'GuzzleHttp\\Promise\\RejectionException' => $vendorDir . '/guzzlehttp/promises/src/RejectionException.php',98 'GuzzleHttp\\Promise\\TaskQueue' => $vendorDir . '/guzzlehttp/promises/src/TaskQueue.php',99 'GuzzleHttp\\Promise\\TaskQueueInterface' => $vendorDir . '/guzzlehttp/promises/src/TaskQueueInterface.php',100 'GuzzleHttp\\Promise\\Utils' => $vendorDir . '/guzzlehttp/promises/src/Utils.php',101 'GuzzleHttp\\Psr7\\AppendStream' => $vendorDir . '/guzzlehttp/psr7/src/AppendStream.php',102 'GuzzleHttp\\Psr7\\BufferStream' => $vendorDir . '/guzzlehttp/psr7/src/BufferStream.php',103 'GuzzleHttp\\Psr7\\CachingStream' => $vendorDir . '/guzzlehttp/psr7/src/CachingStream.php',104 'GuzzleHttp\\Psr7\\DroppingStream' => $vendorDir . '/guzzlehttp/psr7/src/DroppingStream.php',105 'GuzzleHttp\\Psr7\\Exception\\MalformedUriException' => $vendorDir . '/guzzlehttp/psr7/src/Exception/MalformedUriException.php',106 'GuzzleHttp\\Psr7\\FnStream' => $vendorDir . '/guzzlehttp/psr7/src/FnStream.php',107 'GuzzleHttp\\Psr7\\Header' => $vendorDir . '/guzzlehttp/psr7/src/Header.php',108 'GuzzleHttp\\Psr7\\HttpFactory' => $vendorDir . '/guzzlehttp/psr7/src/HttpFactory.php',109 'GuzzleHttp\\Psr7\\InflateStream' => $vendorDir . '/guzzlehttp/psr7/src/InflateStream.php',110 'GuzzleHttp\\Psr7\\LazyOpenStream' => $vendorDir . '/guzzlehttp/psr7/src/LazyOpenStream.php',111 'GuzzleHttp\\Psr7\\LimitStream' => $vendorDir . '/guzzlehttp/psr7/src/LimitStream.php',112 'GuzzleHttp\\Psr7\\Message' => $vendorDir . '/guzzlehttp/psr7/src/Message.php',113 'GuzzleHttp\\Psr7\\MessageTrait' => $vendorDir . '/guzzlehttp/psr7/src/MessageTrait.php',114 'GuzzleHttp\\Psr7\\MimeType' => $vendorDir . '/guzzlehttp/psr7/src/MimeType.php',115 'GuzzleHttp\\Psr7\\MultipartStream' => $vendorDir . '/guzzlehttp/psr7/src/MultipartStream.php',116 'GuzzleHttp\\Psr7\\NoSeekStream' => $vendorDir . '/guzzlehttp/psr7/src/NoSeekStream.php',117 'GuzzleHttp\\Psr7\\PumpStream' => $vendorDir . '/guzzlehttp/psr7/src/PumpStream.php',118 'GuzzleHttp\\Psr7\\Query' => $vendorDir . '/guzzlehttp/psr7/src/Query.php',119 'GuzzleHttp\\Psr7\\Request' => $vendorDir . '/guzzlehttp/psr7/src/Request.php',120 'GuzzleHttp\\Psr7\\Response' => $vendorDir . '/guzzlehttp/psr7/src/Response.php',121 'GuzzleHttp\\Psr7\\Rfc7230' => $vendorDir . '/guzzlehttp/psr7/src/Rfc7230.php',122 'GuzzleHttp\\Psr7\\ServerRequest' => $vendorDir . '/guzzlehttp/psr7/src/ServerRequest.php',123 'GuzzleHttp\\Psr7\\Stream' => $vendorDir . '/guzzlehttp/psr7/src/Stream.php',124 'GuzzleHttp\\Psr7\\StreamDecoratorTrait' => $vendorDir . '/guzzlehttp/psr7/src/StreamDecoratorTrait.php',125 'GuzzleHttp\\Psr7\\StreamWrapper' => $vendorDir . '/guzzlehttp/psr7/src/StreamWrapper.php',126 'GuzzleHttp\\Psr7\\UploadedFile' => $vendorDir . '/guzzlehttp/psr7/src/UploadedFile.php',127 'GuzzleHttp\\Psr7\\Uri' => $vendorDir . '/guzzlehttp/psr7/src/Uri.php',128 'GuzzleHttp\\Psr7\\UriComparator' => $vendorDir . '/guzzlehttp/psr7/src/UriComparator.php',129 'GuzzleHttp\\Psr7\\UriNormalizer' => $vendorDir . '/guzzlehttp/psr7/src/UriNormalizer.php',130 'GuzzleHttp\\Psr7\\UriResolver' => $vendorDir . '/guzzlehttp/psr7/src/UriResolver.php',131 'GuzzleHttp\\Psr7\\Utils' => $vendorDir . '/guzzlehttp/psr7/src/Utils.php',132 'GuzzleHttp\\RedirectMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/RedirectMiddleware.php',133 'GuzzleHttp\\RequestOptions' => $vendorDir . '/guzzlehttp/guzzle/src/RequestOptions.php',134 'GuzzleHttp\\RetryMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/RetryMiddleware.php',135 'GuzzleHttp\\TransferStats' => $vendorDir . '/guzzlehttp/guzzle/src/TransferStats.php',136 'GuzzleHttp\\Utils' => $vendorDir . '/guzzlehttp/guzzle/src/Utils.php',137 'Http\\Adapter\\Guzzle7\\Client' => $vendorDir . '/php-http/guzzle7-adapter/src/Client.php',138 'Http\\Adapter\\Guzzle7\\Exception\\UnexpectedValueException' => $vendorDir . '/php-http/guzzle7-adapter/src/Exception/UnexpectedValueException.php',139 'Http\\Adapter\\Guzzle7\\Promise' => $vendorDir . '/php-http/guzzle7-adapter/src/Promise.php',140 'Http\\Client\\Exception' => $vendorDir . '/php-http/httplug/src/Exception.php',141 'Http\\Client\\Exception\\HttpException' => $vendorDir . '/php-http/httplug/src/Exception/HttpException.php',142 'Http\\Client\\Exception\\NetworkException' => $vendorDir . '/php-http/httplug/src/Exception/NetworkException.php',143 'Http\\Client\\Exception\\RequestAwareTrait' => $vendorDir . '/php-http/httplug/src/Exception/RequestAwareTrait.php',144 'Http\\Client\\Exception\\RequestException' => $vendorDir . '/php-http/httplug/src/Exception/RequestException.php',145 'Http\\Client\\Exception\\TransferException' => $vendorDir . '/php-http/httplug/src/Exception/TransferException.php',146 'Http\\Client\\HttpAsyncClient' => $vendorDir . '/php-http/httplug/src/HttpAsyncClient.php',147 'Http\\Client\\HttpClient' => $vendorDir . '/php-http/httplug/src/HttpClient.php',148 'Http\\Client\\Promise\\HttpFulfilledPromise' => $vendorDir . '/php-http/httplug/src/Promise/HttpFulfilledPromise.php',149 'Http\\Client\\Promise\\HttpRejectedPromise' => $vendorDir . '/php-http/httplug/src/Promise/HttpRejectedPromise.php',150 'Http\\Promise\\FulfilledPromise' => $vendorDir . '/php-http/promise/src/FulfilledPromise.php',151 'Http\\Promise\\Promise' => $vendorDir . '/php-http/promise/src/Promise.php',152 'Http\\Promise\\RejectedPromise' => $vendorDir . '/php-http/promise/src/RejectedPromise.php',153 'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',154 'Psr\\Http\\Client\\ClientExceptionInterface' => $vendorDir . '/psr/http-client/src/ClientExceptionInterface.php',155 'Psr\\Http\\Client\\ClientInterface' => $vendorDir . '/psr/http-client/src/ClientInterface.php',156 'Psr\\Http\\Client\\NetworkExceptionInterface' => $vendorDir . '/psr/http-client/src/NetworkExceptionInterface.php',157 'Psr\\Http\\Client\\RequestExceptionInterface' => $vendorDir . '/psr/http-client/src/RequestExceptionInterface.php',158 'Psr\\Http\\Message\\MessageInterface' => $vendorDir . '/psr/http-message/src/MessageInterface.php',159 'Psr\\Http\\Message\\RequestFactoryInterface' => $vendorDir . '/psr/http-factory/src/RequestFactoryInterface.php',160 'Psr\\Http\\Message\\RequestInterface' => $vendorDir . '/psr/http-message/src/RequestInterface.php',161 'Psr\\Http\\Message\\ResponseFactoryInterface' => $vendorDir . '/psr/http-factory/src/ResponseFactoryInterface.php',162 'Psr\\Http\\Message\\ResponseInterface' => $vendorDir . '/psr/http-message/src/ResponseInterface.php',163 'Psr\\Http\\Message\\ServerRequestFactoryInterface' => $vendorDir . '/psr/http-factory/src/ServerRequestFactoryInterface.php',164 'Psr\\Http\\Message\\ServerRequestInterface' => $vendorDir . '/psr/http-message/src/ServerRequestInterface.php',165 'Psr\\Http\\Message\\StreamFactoryInterface' => $vendorDir . '/psr/http-factory/src/StreamFactoryInterface.php',166 'Psr\\Http\\Message\\StreamInterface' => $vendorDir . '/psr/http-message/src/StreamInterface.php',167 'Psr\\Http\\Message\\UploadedFileFactoryInterface' => $vendorDir . '/psr/http-factory/src/UploadedFileFactoryInterface.php',168 'Psr\\Http\\Message\\UploadedFileInterface' => $vendorDir . '/psr/http-message/src/UploadedFileInterface.php',169 'Psr\\Http\\Message\\UriFactoryInterface' => $vendorDir . '/psr/http-factory/src/UriFactoryInterface.php',170 'Psr\\Http\\Message\\UriInterface' => $vendorDir . '/psr/http-message/src/UriInterface.php',171 'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',172 'Symfony\\Component\\HttpFoundation\\AcceptHeader' => $vendorDir . '/symfony/http-foundation/AcceptHeader.php',173 'Symfony\\Component\\HttpFoundation\\AcceptHeaderItem' => $vendorDir . '/symfony/http-foundation/AcceptHeaderItem.php',174 'Symfony\\Component\\HttpFoundation\\BinaryFileResponse' => $vendorDir . '/symfony/http-foundation/BinaryFileResponse.php',175 'Symfony\\Component\\HttpFoundation\\Cookie' => $vendorDir . '/symfony/http-foundation/Cookie.php',176 'Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException' => $vendorDir . '/symfony/http-foundation/Exception/BadRequestException.php',177 'Symfony\\Component\\HttpFoundation\\Exception\\ConflictingHeadersException' => $vendorDir . '/symfony/http-foundation/Exception/ConflictingHeadersException.php',178 'Symfony\\Component\\HttpFoundation\\Exception\\JsonException' => $vendorDir . '/symfony/http-foundation/Exception/JsonException.php',179 'Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface' => $vendorDir . '/symfony/http-foundation/Exception/RequestExceptionInterface.php',180 'Symfony\\Component\\HttpFoundation\\Exception\\SessionNotFoundException' => $vendorDir . '/symfony/http-foundation/Exception/SessionNotFoundException.php',181 'Symfony\\Component\\HttpFoundation\\Exception\\SuspiciousOperationException' => $vendorDir . '/symfony/http-foundation/Exception/SuspiciousOperationException.php',182 'Symfony\\Component\\HttpFoundation\\ExpressionRequestMatcher' => $vendorDir . '/symfony/http-foundation/ExpressionRequestMatcher.php',183 'Symfony\\Component\\HttpFoundation\\FileBag' => $vendorDir . '/symfony/http-foundation/FileBag.php',184 'Symfony\\Component\\HttpFoundation\\File\\Exception\\AccessDeniedException' => $vendorDir . '/symfony/http-foundation/File/Exception/AccessDeniedException.php',185 'Symfony\\Component\\HttpFoundation\\File\\Exception\\CannotWriteFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/CannotWriteFileException.php',186 'Symfony\\Component\\HttpFoundation\\File\\Exception\\ExtensionFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/ExtensionFileException.php',187 'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileException' => $vendorDir . '/symfony/http-foundation/File/Exception/FileException.php',188 'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileNotFoundException' => $vendorDir . '/symfony/http-foundation/File/Exception/FileNotFoundException.php',189 'Symfony\\Component\\HttpFoundation\\File\\Exception\\FormSizeFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/FormSizeFileException.php',190 'Symfony\\Component\\HttpFoundation\\File\\Exception\\IniSizeFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/IniSizeFileException.php',191 'Symfony\\Component\\HttpFoundation\\File\\Exception\\NoFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/NoFileException.php',192 'Symfony\\Component\\HttpFoundation\\File\\Exception\\NoTmpDirFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/NoTmpDirFileException.php',193 'Symfony\\Component\\HttpFoundation\\File\\Exception\\PartialFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/PartialFileException.php',194 'Symfony\\Component\\HttpFoundation\\File\\Exception\\UnexpectedTypeException' => $vendorDir . '/symfony/http-foundation/File/Exception/UnexpectedTypeException.php',195 'Symfony\\Component\\HttpFoundation\\File\\Exception\\UploadException' => $vendorDir . '/symfony/http-foundation/File/Exception/UploadException.php',196 'Symfony\\Component\\HttpFoundation\\File\\File' => $vendorDir . '/symfony/http-foundation/File/File.php',197 'Symfony\\Component\\HttpFoundation\\File\\Stream' => $vendorDir . '/symfony/http-foundation/File/Stream.php',198 'Symfony\\Component\\HttpFoundation\\File\\UploadedFile' => $vendorDir . '/symfony/http-foundation/File/UploadedFile.php',199 'Symfony\\Component\\HttpFoundation\\HeaderBag' => $vendorDir . '/symfony/http-foundation/HeaderBag.php',200 'Symfony\\Component\\HttpFoundation\\HeaderUtils' => $vendorDir . '/symfony/http-foundation/HeaderUtils.php',201 'Symfony\\Component\\HttpFoundation\\InputBag' => $vendorDir . '/symfony/http-foundation/InputBag.php',202 'Symfony\\Component\\HttpFoundation\\IpUtils' => $vendorDir . '/symfony/http-foundation/IpUtils.php',203 'Symfony\\Component\\HttpFoundation\\JsonResponse' => $vendorDir . '/symfony/http-foundation/JsonResponse.php',204 'Symfony\\Component\\HttpFoundation\\ParameterBag' => $vendorDir . '/symfony/http-foundation/ParameterBag.php',205 'Symfony\\Component\\HttpFoundation\\RateLimiter\\AbstractRequestRateLimiter' => $vendorDir . '/symfony/http-foundation/RateLimiter/AbstractRequestRateLimiter.php',206 'Symfony\\Component\\HttpFoundation\\RateLimiter\\RequestRateLimiterInterface' => $vendorDir . '/symfony/http-foundation/RateLimiter/RequestRateLimiterInterface.php',207 'Symfony\\Component\\HttpFoundation\\RedirectResponse' => $vendorDir . '/symfony/http-foundation/RedirectResponse.php',208 'Symfony\\Component\\HttpFoundation\\Request' => $vendorDir . '/symfony/http-foundation/Request.php',209 'Symfony\\Component\\HttpFoundation\\RequestMatcher' => $vendorDir . '/symfony/http-foundation/RequestMatcher.php',210 'Symfony\\Component\\HttpFoundation\\RequestMatcherInterface' => $vendorDir . '/symfony/http-foundation/RequestMatcherInterface.php',211 'Symfony\\Component\\HttpFoundation\\RequestStack' => $vendorDir . '/symfony/http-foundation/RequestStack.php',212 'Symfony\\Component\\HttpFoundation\\Response' => $vendorDir . '/symfony/http-foundation/Response.php',213 'Symfony\\Component\\HttpFoundation\\ResponseHeaderBag' => $vendorDir . '/symfony/http-foundation/ResponseHeaderBag.php',214 'Symfony\\Component\\HttpFoundation\\ServerBag' => $vendorDir . '/symfony/http-foundation/ServerBag.php',215 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag' => $vendorDir . '/symfony/http-foundation/Session/Attribute/AttributeBag.php',216 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBagInterface' => $vendorDir . '/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php',217 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\NamespacedAttributeBag' => $vendorDir . '/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php',218 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\AutoExpireFlashBag' => $vendorDir . '/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php',219 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBag' => $vendorDir . '/symfony/http-foundation/Session/Flash/FlashBag.php',220 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface' => $vendorDir . '/symfony/http-foundation/Session/Flash/FlashBagInterface.php',221 'Symfony\\Component\\HttpFoundation\\Session\\Session' => $vendorDir . '/symfony/http-foundation/Session/Session.php',222 'Symfony\\Component\\HttpFoundation\\Session\\SessionBagInterface' => $vendorDir . '/symfony/http-foundation/Session/SessionBagInterface.php',223 'Symfony\\Component\\HttpFoundation\\Session\\SessionBagProxy' => $vendorDir . '/symfony/http-foundation/Session/SessionBagProxy.php',224 'Symfony\\Component\\HttpFoundation\\Session\\SessionFactory' => $vendorDir . '/symfony/http-foundation/Session/SessionFactory.php',225 'Symfony\\Component\\HttpFoundation\\Session\\SessionFactoryInterface' => $vendorDir . '/symfony/http-foundation/Session/SessionFactoryInterface.php',226 'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => $vendorDir . '/symfony/http-foundation/Session/SessionInterface.php',227 'Symfony\\Component\\HttpFoundation\\Session\\SessionUtils' => $vendorDir . '/symfony/http-foundation/Session/SessionUtils.php',228 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php',229 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\IdentityMarshaller' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/IdentityMarshaller.php',230 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MarshallingSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MarshallingSessionHandler.php',231 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php',232 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MigratingSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MigratingSessionHandler.php',233 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MongoDbSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php',234 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php',235 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php',236 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php',237 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php',238 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\SessionHandlerFactory' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php',239 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php',240 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MetadataBag' => $vendorDir . '/symfony/http-foundation/Session/Storage/MetadataBag.php',241 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockArraySessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php',242 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php',243 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorageFactory' => $vendorDir . '/symfony/http-foundation/Session/Storage/MockFileSessionStorageFactory.php',244 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/NativeSessionStorage.php',245 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorageFactory' => $vendorDir . '/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php',246 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php',247 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorageFactory' => $vendorDir . '/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorageFactory.php',248 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy' => $vendorDir . '/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php',249 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy' => $vendorDir . '/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php',250 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\ServiceSessionFactory' => $vendorDir . '/symfony/http-foundation/Session/Storage/ServiceSessionFactory.php',251 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageFactoryInterface' => $vendorDir . '/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php',252 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => $vendorDir . '/symfony/http-foundation/Session/Storage/SessionStorageInterface.php',253 'Symfony\\Component\\HttpFoundation\\StreamedResponse' => $vendorDir . '/symfony/http-foundation/StreamedResponse.php',254 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\RequestAttributeValueSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/RequestAttributeValueSame.php',255 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseCookieValueSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseCookieValueSame.php',256 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseFormatSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseFormatSame.php',257 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasCookie' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseHasCookie.php',258 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasHeader' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseHasHeader.php',259 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHeaderSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseHeaderSame.php',260 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsRedirected' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseIsRedirected.php',261 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsSuccessful' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseIsSuccessful.php',262 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsUnprocessable' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseIsUnprocessable.php',263 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseStatusCodeSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseStatusCodeSame.php',264 'Symfony\\Component\\HttpFoundation\\UrlHelper' => $vendorDir . '/symfony/http-foundation/UrlHelper.php',265 'Symfony\\Polyfill\\Mbstring\\Mbstring' => $vendorDir . '/symfony/polyfill-mbstring/Mbstring.php',266 'Symfony\\Polyfill\\Php80\\Php80' => $vendorDir . '/symfony/polyfill-php80/Php80.php',267 'Symfony\\Polyfill\\Php80\\PhpToken' => $vendorDir . '/symfony/polyfill-php80/PhpToken.php',268 'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',269 'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',270 10 ); -
bookingor/trunk/vendor/composer/autoload_files.php
r3444926 r3445527 10 10 '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php', 11 11 '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php', 12 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',13 'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',14 12 ); -
bookingor/trunk/vendor/composer/autoload_psr4.php
r3444926 r3445527 7 7 8 8 return array( 9 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),10 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),11 'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),12 9 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'), 13 10 'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'), 14 'Http\\Promise\\' => array($vendorDir . '/php-http/promise/src'),15 'Http\\Client\\' => array($vendorDir . '/php-http/httplug/src'),16 'Http\\Adapter\\Guzzle7\\' => array($vendorDir . '/php-http/guzzle7-adapter/src'),17 11 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), 18 12 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'), 19 13 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'), 20 'Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'),21 14 'Bookingor\\' => array($baseDir . '/app'), 22 15 ); -
bookingor/trunk/vendor/composer/autoload_real.php
r3444926 r3445527 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit e03497690dc5b7e52810e9723326f73f5 class ComposerAutoloaderInit878c25f4e60b6af00d60f29bb68787e7 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit e03497690dc5b7e52810e9723326f73f', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit878c25f4e60b6af00d60f29bb68787e7', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit e03497690dc5b7e52810e9723326f73f', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit878c25f4e60b6af00d60f29bb68787e7', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit e03497690dc5b7e52810e9723326f73f::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit878c25f4e60b6af00d60f29bb68787e7::getInitializer($loader)); 33 33 34 34 $loader->register(true); 35 35 36 $filesToLoad = \Composer\Autoload\ComposerStaticInit e03497690dc5b7e52810e9723326f73f::$files;36 $filesToLoad = \Composer\Autoload\ComposerStaticInit878c25f4e60b6af00d60f29bb68787e7::$files; 37 37 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 38 38 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
bookingor/trunk/vendor/composer/autoload_static.php
r3444926 r3445527 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit e03497690dc5b7e52810e9723326f73f7 class ComposerStaticInit878c25f4e60b6af00d60f29bb68787e7 8 8 { 9 9 public static $files = array ( … … 11 11 '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', 12 12 '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', 13 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',14 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',15 13 ); 16 14 17 15 public static $prefixLengthsPsr4 = array ( 18 'S' =>19 array (20 'Symfony\\Polyfill\\Php80\\' => 23,21 'Symfony\\Polyfill\\Mbstring\\' => 26,22 'Symfony\\Component\\HttpFoundation\\' => 33,23 ),24 16 'P' => 25 17 array ( 26 18 'Psr\\Http\\Message\\' => 17, 27 19 'Psr\\Http\\Client\\' => 16, 28 ),29 'H' =>30 array (31 'Http\\Promise\\' => 13,32 'Http\\Client\\' => 12,33 'Http\\Adapter\\Guzzle7\\' => 21,34 20 ), 35 21 'G' => … … 38 24 'GuzzleHttp\\Promise\\' => 19, 39 25 'GuzzleHttp\\' => 11, 40 ),41 'F' =>42 array (43 'Firebase\\JWT\\' => 13,44 26 ), 45 27 'B' => … … 50 32 51 33 public static $prefixDirsPsr4 = array ( 52 'Symfony\\Polyfill\\Php80\\' =>53 array (54 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',55 ),56 'Symfony\\Polyfill\\Mbstring\\' =>57 array (58 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',59 ),60 'Symfony\\Component\\HttpFoundation\\' =>61 array (62 0 => __DIR__ . '/..' . '/symfony/http-foundation',63 ),64 34 'Psr\\Http\\Message\\' => 65 35 array ( … … 70 40 array ( 71 41 0 => __DIR__ . '/..' . '/psr/http-client/src', 72 ),73 'Http\\Promise\\' =>74 array (75 0 => __DIR__ . '/..' . '/php-http/promise/src',76 ),77 'Http\\Client\\' =>78 array (79 0 => __DIR__ . '/..' . '/php-http/httplug/src',80 ),81 'Http\\Adapter\\Guzzle7\\' =>82 array (83 0 => __DIR__ . '/..' . '/php-http/guzzle7-adapter/src',84 42 ), 85 43 'GuzzleHttp\\Psr7\\' => … … 95 53 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', 96 54 ), 97 'Firebase\\JWT\\' =>98 array (99 0 => __DIR__ . '/..' . '/firebase/php-jwt/src',100 ),101 55 'Bookingor\\' => 102 56 array ( … … 106 60 107 61 public static $classMap = array ( 108 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',109 'Bookingor\\Backend\\Controller\\Bookings\\BookingsControl' => __DIR__ . '/../..' . '/app/Backend/Controller/Bookings/BookingsControl.php',110 'Bookingor\\Backend\\Controller\\BusinessProfile\\BusinessProfileControl' => __DIR__ . '/../..' . '/app/Backend/Controller/BusinessProfile/BusinessProfileControl.php',111 'Bookingor\\Backend\\Controller\\Calendar\\FullCalendarControl' => __DIR__ . '/../..' . '/app/Backend/Controller/Calendar/FullCalendarControl.php',112 'Bookingor\\Backend\\Controller\\Category\\CategoryControl' => __DIR__ . '/../..' . '/app/Backend/Controller/Category/CategoryControl.php',113 'Bookingor\\Backend\\Controller\\Customer\\CustomerControl' => __DIR__ . '/../..' . '/app/Backend/Controller/Customer/CustomerControl.php',114 'Bookingor\\Backend\\Controller\\Dashboard\\DashboardControl' => __DIR__ . '/../..' . '/app/Backend/Controller/Dashboard/DashboardControl.php',115 'Bookingor\\Backend\\Controller\\Location\\LocationControl' => __DIR__ . '/../..' . '/app/Backend/Controller/Location/LocationControl.php',116 'Bookingor\\Backend\\Controller\\Notification\\NotificationControl' => __DIR__ . '/../..' . '/app/Backend/Controller/Notification/NotificationControl.php',117 'Bookingor\\Backend\\Controller\\Payment\\PaymentControl' => __DIR__ . '/../..' . '/app/Backend/Controller/Payment/PaymentControl.php',118 'Bookingor\\Backend\\Controller\\Service\\ServiceControl' => __DIR__ . '/../..' . '/app/Backend/Controller/Service/ServiceControl.php',119 'Bookingor\\Backend\\Controller\\Settings\\SettingsControl' => __DIR__ . '/../..' . '/app/Backend/Controller/Settings/SettingsControl.php',120 'Bookingor\\Backend\\Controller\\Staff\\StaffControl' => __DIR__ . '/../..' . '/app/Backend/Controller/Staff/StaffControl.php',121 'Bookingor\\Backend\\Controller\\Starter\\StarterController' => __DIR__ . '/../..' . '/app/Backend/Controller/Starter/StarterController.php',122 'Bookingor\\Backend\\Controller\\Templates\\TemplatesControl' => __DIR__ . '/../..' . '/app/Backend/Controller/Templates/TemplatesControl.php',123 'Bookingor\\Frontend\\Controller\\Booking\\BookingControlFront' => __DIR__ . '/../..' . '/app/Frontend/Controller/Booking/BookingControlFront.php',124 'Bookingor\\Frontend\\Controller\\Category\\CategoryControlFront' => __DIR__ . '/../..' . '/app/Frontend/Controller/Category/CategoryControlFront.php',125 'Bookingor\\Frontend\\Controller\\Customer\\CustomerControlFront' => __DIR__ . '/../..' . '/app/Frontend/Controller/Customer/CustomerControlFront.php',126 'Bookingor\\Frontend\\Controller\\Location\\LocationControlFront' => __DIR__ . '/../..' . '/app/Frontend/Controller/Location/LocationControlFront.php',127 'Bookingor\\Frontend\\Controller\\Service\\ServiceControlFront' => __DIR__ . '/../..' . '/app/Frontend/Controller/Service/ServiceControlFront.php',128 'Bookingor\\Frontend\\Controller\\Staff\\StaffControlFront' => __DIR__ . '/../..' . '/app/Frontend/Controller/Staff/StaffControlFront.php',129 'Bookingor\\Frontend\\Controller\\TimeSheet\\WeeklyTimeSheetControlFront' => __DIR__ . '/../..' . '/app/Frontend/Controller/TimeSheet/WeeklyTimeSheetControlFront.php',130 'Bookingor\\Helper\\HelperControl' => __DIR__ . '/../..' . '/app/Helper/HelperControl.php',131 'Bookingor\\Integrations\\Elementor\\BookingorElementorButtonWidget' => __DIR__ . '/../..' . '/app/Integrations/Elementor/BookingorElementorButtonWidget.php',132 'Bookingor\\Integrations\\Elementor\\BookingorElementorControl' => __DIR__ . '/../..' . '/app/Integrations/Elementor/BookingorElementorControl.php',133 'Bookingor\\Integrations\\Elementor\\BookingorElementorStarterWidget' => __DIR__ . '/../..' . '/app/Integrations/Elementor/BookingorElementorStarterWidget.php',134 'Bookingor\\Integrations\\Elementor\\BookingorElementorTemplateWidget' => __DIR__ . '/../..' . '/app/Integrations/Elementor/BookingorElementorTemplateWidget.php',135 'Bookingor\\Integrations\\Elementor\\BookingorElementorWidget' => __DIR__ . '/../..' . '/app/Integrations/Elementor/BookingorElementorWidget.php',136 'Bookingor\\Integrations\\Elementor\\ElementorIntegration' => __DIR__ . '/../..' . '/app/Integrations/Elementor/ElementorIntegration.php',137 'Bookingor\\Integrations\\Email\\EmailNotification' => __DIR__ . '/../..' . '/app/Integrations/Email/EmailNotification.php',138 'Bookingor\\Integrations\\WooCommerce\\WooCommercePaymentService' => __DIR__ . '/../..' . '/app/Integrations/WooCommerce/WooCommercePaymentService.php',139 'Bookingor\\Routes\\AdminRoute' => __DIR__ . '/../..' . '/app/Routes/AdminRoute.php',140 'Bookingor\\Routes\\PublicRoute' => __DIR__ . '/../..' . '/app/Routes/PublicRoute.php',141 62 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 142 'Firebase\\JWT\\BeforeValidException' => __DIR__ . '/..' . '/firebase/php-jwt/src/BeforeValidException.php',143 'Firebase\\JWT\\CachedKeySet' => __DIR__ . '/..' . '/firebase/php-jwt/src/CachedKeySet.php',144 'Firebase\\JWT\\ExpiredException' => __DIR__ . '/..' . '/firebase/php-jwt/src/ExpiredException.php',145 'Firebase\\JWT\\JWK' => __DIR__ . '/..' . '/firebase/php-jwt/src/JWK.php',146 'Firebase\\JWT\\JWT' => __DIR__ . '/..' . '/firebase/php-jwt/src/JWT.php',147 'Firebase\\JWT\\JWTExceptionWithPayloadInterface' => __DIR__ . '/..' . '/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php',148 'Firebase\\JWT\\Key' => __DIR__ . '/..' . '/firebase/php-jwt/src/Key.php',149 'Firebase\\JWT\\SignatureInvalidException' => __DIR__ . '/..' . '/firebase/php-jwt/src/SignatureInvalidException.php',150 'GuzzleHttp\\BodySummarizer' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/BodySummarizer.php',151 'GuzzleHttp\\BodySummarizerInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/BodySummarizerInterface.php',152 'GuzzleHttp\\Client' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Client.php',153 'GuzzleHttp\\ClientInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/ClientInterface.php',154 'GuzzleHttp\\ClientTrait' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/ClientTrait.php',155 'GuzzleHttp\\Cookie\\CookieJar' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/CookieJar.php',156 'GuzzleHttp\\Cookie\\CookieJarInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',157 'GuzzleHttp\\Cookie\\FileCookieJar' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',158 'GuzzleHttp\\Cookie\\SessionCookieJar' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',159 'GuzzleHttp\\Cookie\\SetCookie' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/SetCookie.php',160 'GuzzleHttp\\Exception\\BadResponseException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/BadResponseException.php',161 'GuzzleHttp\\Exception\\ClientException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/ClientException.php',162 'GuzzleHttp\\Exception\\ConnectException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/ConnectException.php',163 'GuzzleHttp\\Exception\\GuzzleException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/GuzzleException.php',164 'GuzzleHttp\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php',165 'GuzzleHttp\\Exception\\RequestException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/RequestException.php',166 'GuzzleHttp\\Exception\\ServerException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/ServerException.php',167 'GuzzleHttp\\Exception\\TooManyRedirectsException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',168 'GuzzleHttp\\Exception\\TransferException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/TransferException.php',169 'GuzzleHttp\\HandlerStack' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/HandlerStack.php',170 'GuzzleHttp\\Handler\\CurlFactory' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlFactory.php',171 'GuzzleHttp\\Handler\\CurlFactoryInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',172 'GuzzleHttp\\Handler\\CurlHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlHandler.php',173 'GuzzleHttp\\Handler\\CurlMultiHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',174 'GuzzleHttp\\Handler\\EasyHandle' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/EasyHandle.php',175 'GuzzleHttp\\Handler\\HeaderProcessor' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php',176 'GuzzleHttp\\Handler\\MockHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/MockHandler.php',177 'GuzzleHttp\\Handler\\Proxy' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/Proxy.php',178 'GuzzleHttp\\Handler\\StreamHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/StreamHandler.php',179 'GuzzleHttp\\MessageFormatter' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/MessageFormatter.php',180 'GuzzleHttp\\MessageFormatterInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/MessageFormatterInterface.php',181 'GuzzleHttp\\Middleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Middleware.php',182 'GuzzleHttp\\Pool' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Pool.php',183 'GuzzleHttp\\PrepareBodyMiddleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',184 'GuzzleHttp\\Promise\\AggregateException' => __DIR__ . '/..' . '/guzzlehttp/promises/src/AggregateException.php',185 'GuzzleHttp\\Promise\\CancellationException' => __DIR__ . '/..' . '/guzzlehttp/promises/src/CancellationException.php',186 'GuzzleHttp\\Promise\\Coroutine' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Coroutine.php',187 'GuzzleHttp\\Promise\\Create' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Create.php',188 'GuzzleHttp\\Promise\\Each' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Each.php',189 'GuzzleHttp\\Promise\\EachPromise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/EachPromise.php',190 'GuzzleHttp\\Promise\\FulfilledPromise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/FulfilledPromise.php',191 'GuzzleHttp\\Promise\\Is' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Is.php',192 'GuzzleHttp\\Promise\\Promise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Promise.php',193 'GuzzleHttp\\Promise\\PromiseInterface' => __DIR__ . '/..' . '/guzzlehttp/promises/src/PromiseInterface.php',194 'GuzzleHttp\\Promise\\PromisorInterface' => __DIR__ . '/..' . '/guzzlehttp/promises/src/PromisorInterface.php',195 'GuzzleHttp\\Promise\\RejectedPromise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/RejectedPromise.php',196 'GuzzleHttp\\Promise\\RejectionException' => __DIR__ . '/..' . '/guzzlehttp/promises/src/RejectionException.php',197 'GuzzleHttp\\Promise\\TaskQueue' => __DIR__ . '/..' . '/guzzlehttp/promises/src/TaskQueue.php',198 'GuzzleHttp\\Promise\\TaskQueueInterface' => __DIR__ . '/..' . '/guzzlehttp/promises/src/TaskQueueInterface.php',199 'GuzzleHttp\\Promise\\Utils' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Utils.php',200 'GuzzleHttp\\Psr7\\AppendStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/AppendStream.php',201 'GuzzleHttp\\Psr7\\BufferStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/BufferStream.php',202 'GuzzleHttp\\Psr7\\CachingStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/CachingStream.php',203 'GuzzleHttp\\Psr7\\DroppingStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/DroppingStream.php',204 'GuzzleHttp\\Psr7\\Exception\\MalformedUriException' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Exception/MalformedUriException.php',205 'GuzzleHttp\\Psr7\\FnStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/FnStream.php',206 'GuzzleHttp\\Psr7\\Header' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Header.php',207 'GuzzleHttp\\Psr7\\HttpFactory' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/HttpFactory.php',208 'GuzzleHttp\\Psr7\\InflateStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/InflateStream.php',209 'GuzzleHttp\\Psr7\\LazyOpenStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/LazyOpenStream.php',210 'GuzzleHttp\\Psr7\\LimitStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/LimitStream.php',211 'GuzzleHttp\\Psr7\\Message' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Message.php',212 'GuzzleHttp\\Psr7\\MessageTrait' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/MessageTrait.php',213 'GuzzleHttp\\Psr7\\MimeType' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/MimeType.php',214 'GuzzleHttp\\Psr7\\MultipartStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/MultipartStream.php',215 'GuzzleHttp\\Psr7\\NoSeekStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/NoSeekStream.php',216 'GuzzleHttp\\Psr7\\PumpStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/PumpStream.php',217 'GuzzleHttp\\Psr7\\Query' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Query.php',218 'GuzzleHttp\\Psr7\\Request' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Request.php',219 'GuzzleHttp\\Psr7\\Response' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Response.php',220 'GuzzleHttp\\Psr7\\Rfc7230' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Rfc7230.php',221 'GuzzleHttp\\Psr7\\ServerRequest' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/ServerRequest.php',222 'GuzzleHttp\\Psr7\\Stream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Stream.php',223 'GuzzleHttp\\Psr7\\StreamDecoratorTrait' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/StreamDecoratorTrait.php',224 'GuzzleHttp\\Psr7\\StreamWrapper' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/StreamWrapper.php',225 'GuzzleHttp\\Psr7\\UploadedFile' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UploadedFile.php',226 'GuzzleHttp\\Psr7\\Uri' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Uri.php',227 'GuzzleHttp\\Psr7\\UriComparator' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UriComparator.php',228 'GuzzleHttp\\Psr7\\UriNormalizer' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UriNormalizer.php',229 'GuzzleHttp\\Psr7\\UriResolver' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UriResolver.php',230 'GuzzleHttp\\Psr7\\Utils' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Utils.php',231 'GuzzleHttp\\RedirectMiddleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RedirectMiddleware.php',232 'GuzzleHttp\\RequestOptions' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RequestOptions.php',233 'GuzzleHttp\\RetryMiddleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RetryMiddleware.php',234 'GuzzleHttp\\TransferStats' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/TransferStats.php',235 'GuzzleHttp\\Utils' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Utils.php',236 'Http\\Adapter\\Guzzle7\\Client' => __DIR__ . '/..' . '/php-http/guzzle7-adapter/src/Client.php',237 'Http\\Adapter\\Guzzle7\\Exception\\UnexpectedValueException' => __DIR__ . '/..' . '/php-http/guzzle7-adapter/src/Exception/UnexpectedValueException.php',238 'Http\\Adapter\\Guzzle7\\Promise' => __DIR__ . '/..' . '/php-http/guzzle7-adapter/src/Promise.php',239 'Http\\Client\\Exception' => __DIR__ . '/..' . '/php-http/httplug/src/Exception.php',240 'Http\\Client\\Exception\\HttpException' => __DIR__ . '/..' . '/php-http/httplug/src/Exception/HttpException.php',241 'Http\\Client\\Exception\\NetworkException' => __DIR__ . '/..' . '/php-http/httplug/src/Exception/NetworkException.php',242 'Http\\Client\\Exception\\RequestAwareTrait' => __DIR__ . '/..' . '/php-http/httplug/src/Exception/RequestAwareTrait.php',243 'Http\\Client\\Exception\\RequestException' => __DIR__ . '/..' . '/php-http/httplug/src/Exception/RequestException.php',244 'Http\\Client\\Exception\\TransferException' => __DIR__ . '/..' . '/php-http/httplug/src/Exception/TransferException.php',245 'Http\\Client\\HttpAsyncClient' => __DIR__ . '/..' . '/php-http/httplug/src/HttpAsyncClient.php',246 'Http\\Client\\HttpClient' => __DIR__ . '/..' . '/php-http/httplug/src/HttpClient.php',247 'Http\\Client\\Promise\\HttpFulfilledPromise' => __DIR__ . '/..' . '/php-http/httplug/src/Promise/HttpFulfilledPromise.php',248 'Http\\Client\\Promise\\HttpRejectedPromise' => __DIR__ . '/..' . '/php-http/httplug/src/Promise/HttpRejectedPromise.php',249 'Http\\Promise\\FulfilledPromise' => __DIR__ . '/..' . '/php-http/promise/src/FulfilledPromise.php',250 'Http\\Promise\\Promise' => __DIR__ . '/..' . '/php-http/promise/src/Promise.php',251 'Http\\Promise\\RejectedPromise' => __DIR__ . '/..' . '/php-http/promise/src/RejectedPromise.php',252 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',253 'Psr\\Http\\Client\\ClientExceptionInterface' => __DIR__ . '/..' . '/psr/http-client/src/ClientExceptionInterface.php',254 'Psr\\Http\\Client\\ClientInterface' => __DIR__ . '/..' . '/psr/http-client/src/ClientInterface.php',255 'Psr\\Http\\Client\\NetworkExceptionInterface' => __DIR__ . '/..' . '/psr/http-client/src/NetworkExceptionInterface.php',256 'Psr\\Http\\Client\\RequestExceptionInterface' => __DIR__ . '/..' . '/psr/http-client/src/RequestExceptionInterface.php',257 'Psr\\Http\\Message\\MessageInterface' => __DIR__ . '/..' . '/psr/http-message/src/MessageInterface.php',258 'Psr\\Http\\Message\\RequestFactoryInterface' => __DIR__ . '/..' . '/psr/http-factory/src/RequestFactoryInterface.php',259 'Psr\\Http\\Message\\RequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/RequestInterface.php',260 'Psr\\Http\\Message\\ResponseFactoryInterface' => __DIR__ . '/..' . '/psr/http-factory/src/ResponseFactoryInterface.php',261 'Psr\\Http\\Message\\ResponseInterface' => __DIR__ . '/..' . '/psr/http-message/src/ResponseInterface.php',262 'Psr\\Http\\Message\\ServerRequestFactoryInterface' => __DIR__ . '/..' . '/psr/http-factory/src/ServerRequestFactoryInterface.php',263 'Psr\\Http\\Message\\ServerRequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/ServerRequestInterface.php',264 'Psr\\Http\\Message\\StreamFactoryInterface' => __DIR__ . '/..' . '/psr/http-factory/src/StreamFactoryInterface.php',265 'Psr\\Http\\Message\\StreamInterface' => __DIR__ . '/..' . '/psr/http-message/src/StreamInterface.php',266 'Psr\\Http\\Message\\UploadedFileFactoryInterface' => __DIR__ . '/..' . '/psr/http-factory/src/UploadedFileFactoryInterface.php',267 'Psr\\Http\\Message\\UploadedFileInterface' => __DIR__ . '/..' . '/psr/http-message/src/UploadedFileInterface.php',268 'Psr\\Http\\Message\\UriFactoryInterface' => __DIR__ . '/..' . '/psr/http-factory/src/UriFactoryInterface.php',269 'Psr\\Http\\Message\\UriInterface' => __DIR__ . '/..' . '/psr/http-message/src/UriInterface.php',270 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',271 'Symfony\\Component\\HttpFoundation\\AcceptHeader' => __DIR__ . '/..' . '/symfony/http-foundation/AcceptHeader.php',272 'Symfony\\Component\\HttpFoundation\\AcceptHeaderItem' => __DIR__ . '/..' . '/symfony/http-foundation/AcceptHeaderItem.php',273 'Symfony\\Component\\HttpFoundation\\BinaryFileResponse' => __DIR__ . '/..' . '/symfony/http-foundation/BinaryFileResponse.php',274 'Symfony\\Component\\HttpFoundation\\Cookie' => __DIR__ . '/..' . '/symfony/http-foundation/Cookie.php',275 'Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException' => __DIR__ . '/..' . '/symfony/http-foundation/Exception/BadRequestException.php',276 'Symfony\\Component\\HttpFoundation\\Exception\\ConflictingHeadersException' => __DIR__ . '/..' . '/symfony/http-foundation/Exception/ConflictingHeadersException.php',277 'Symfony\\Component\\HttpFoundation\\Exception\\JsonException' => __DIR__ . '/..' . '/symfony/http-foundation/Exception/JsonException.php',278 'Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Exception/RequestExceptionInterface.php',279 'Symfony\\Component\\HttpFoundation\\Exception\\SessionNotFoundException' => __DIR__ . '/..' . '/symfony/http-foundation/Exception/SessionNotFoundException.php',280 'Symfony\\Component\\HttpFoundation\\Exception\\SuspiciousOperationException' => __DIR__ . '/..' . '/symfony/http-foundation/Exception/SuspiciousOperationException.php',281 'Symfony\\Component\\HttpFoundation\\ExpressionRequestMatcher' => __DIR__ . '/..' . '/symfony/http-foundation/ExpressionRequestMatcher.php',282 'Symfony\\Component\\HttpFoundation\\FileBag' => __DIR__ . '/..' . '/symfony/http-foundation/FileBag.php',283 'Symfony\\Component\\HttpFoundation\\File\\Exception\\AccessDeniedException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/AccessDeniedException.php',284 'Symfony\\Component\\HttpFoundation\\File\\Exception\\CannotWriteFileException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/CannotWriteFileException.php',285 'Symfony\\Component\\HttpFoundation\\File\\Exception\\ExtensionFileException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/ExtensionFileException.php',286 'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/FileException.php',287 'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileNotFoundException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/FileNotFoundException.php',288 'Symfony\\Component\\HttpFoundation\\File\\Exception\\FormSizeFileException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/FormSizeFileException.php',289 'Symfony\\Component\\HttpFoundation\\File\\Exception\\IniSizeFileException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/IniSizeFileException.php',290 'Symfony\\Component\\HttpFoundation\\File\\Exception\\NoFileException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/NoFileException.php',291 'Symfony\\Component\\HttpFoundation\\File\\Exception\\NoTmpDirFileException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/NoTmpDirFileException.php',292 'Symfony\\Component\\HttpFoundation\\File\\Exception\\PartialFileException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/PartialFileException.php',293 'Symfony\\Component\\HttpFoundation\\File\\Exception\\UnexpectedTypeException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/UnexpectedTypeException.php',294 'Symfony\\Component\\HttpFoundation\\File\\Exception\\UploadException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/UploadException.php',295 'Symfony\\Component\\HttpFoundation\\File\\File' => __DIR__ . '/..' . '/symfony/http-foundation/File/File.php',296 'Symfony\\Component\\HttpFoundation\\File\\Stream' => __DIR__ . '/..' . '/symfony/http-foundation/File/Stream.php',297 'Symfony\\Component\\HttpFoundation\\File\\UploadedFile' => __DIR__ . '/..' . '/symfony/http-foundation/File/UploadedFile.php',298 'Symfony\\Component\\HttpFoundation\\HeaderBag' => __DIR__ . '/..' . '/symfony/http-foundation/HeaderBag.php',299 'Symfony\\Component\\HttpFoundation\\HeaderUtils' => __DIR__ . '/..' . '/symfony/http-foundation/HeaderUtils.php',300 'Symfony\\Component\\HttpFoundation\\InputBag' => __DIR__ . '/..' . '/symfony/http-foundation/InputBag.php',301 'Symfony\\Component\\HttpFoundation\\IpUtils' => __DIR__ . '/..' . '/symfony/http-foundation/IpUtils.php',302 'Symfony\\Component\\HttpFoundation\\JsonResponse' => __DIR__ . '/..' . '/symfony/http-foundation/JsonResponse.php',303 'Symfony\\Component\\HttpFoundation\\ParameterBag' => __DIR__ . '/..' . '/symfony/http-foundation/ParameterBag.php',304 'Symfony\\Component\\HttpFoundation\\RateLimiter\\AbstractRequestRateLimiter' => __DIR__ . '/..' . '/symfony/http-foundation/RateLimiter/AbstractRequestRateLimiter.php',305 'Symfony\\Component\\HttpFoundation\\RateLimiter\\RequestRateLimiterInterface' => __DIR__ . '/..' . '/symfony/http-foundation/RateLimiter/RequestRateLimiterInterface.php',306 'Symfony\\Component\\HttpFoundation\\RedirectResponse' => __DIR__ . '/..' . '/symfony/http-foundation/RedirectResponse.php',307 'Symfony\\Component\\HttpFoundation\\Request' => __DIR__ . '/..' . '/symfony/http-foundation/Request.php',308 'Symfony\\Component\\HttpFoundation\\RequestMatcher' => __DIR__ . '/..' . '/symfony/http-foundation/RequestMatcher.php',309 'Symfony\\Component\\HttpFoundation\\RequestMatcherInterface' => __DIR__ . '/..' . '/symfony/http-foundation/RequestMatcherInterface.php',310 'Symfony\\Component\\HttpFoundation\\RequestStack' => __DIR__ . '/..' . '/symfony/http-foundation/RequestStack.php',311 'Symfony\\Component\\HttpFoundation\\Response' => __DIR__ . '/..' . '/symfony/http-foundation/Response.php',312 'Symfony\\Component\\HttpFoundation\\ResponseHeaderBag' => __DIR__ . '/..' . '/symfony/http-foundation/ResponseHeaderBag.php',313 'Symfony\\Component\\HttpFoundation\\ServerBag' => __DIR__ . '/..' . '/symfony/http-foundation/ServerBag.php',314 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Attribute/AttributeBag.php',315 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBagInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php',316 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\NamespacedAttributeBag' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php',317 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\AutoExpireFlashBag' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php',318 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBag' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Flash/FlashBag.php',319 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Flash/FlashBagInterface.php',320 'Symfony\\Component\\HttpFoundation\\Session\\Session' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Session.php',321 'Symfony\\Component\\HttpFoundation\\Session\\SessionBagInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/SessionBagInterface.php',322 'Symfony\\Component\\HttpFoundation\\Session\\SessionBagProxy' => __DIR__ . '/..' . '/symfony/http-foundation/Session/SessionBagProxy.php',323 'Symfony\\Component\\HttpFoundation\\Session\\SessionFactory' => __DIR__ . '/..' . '/symfony/http-foundation/Session/SessionFactory.php',324 'Symfony\\Component\\HttpFoundation\\Session\\SessionFactoryInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/SessionFactoryInterface.php',325 'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/SessionInterface.php',326 'Symfony\\Component\\HttpFoundation\\Session\\SessionUtils' => __DIR__ . '/..' . '/symfony/http-foundation/Session/SessionUtils.php',327 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php',328 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\IdentityMarshaller' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/IdentityMarshaller.php',329 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MarshallingSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/MarshallingSessionHandler.php',330 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php',331 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MigratingSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/MigratingSessionHandler.php',332 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MongoDbSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php',333 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php',334 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php',335 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php',336 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php',337 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\SessionHandlerFactory' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php',338 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php',339 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MetadataBag' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/MetadataBag.php',340 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockArraySessionStorage' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php',341 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php',342 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorageFactory' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/MockFileSessionStorageFactory.php',343 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/NativeSessionStorage.php',344 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorageFactory' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php',345 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorage' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php',346 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorageFactory' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorageFactory.php',347 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php',348 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php',349 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\ServiceSessionFactory' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/ServiceSessionFactory.php',350 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageFactoryInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php',351 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/SessionStorageInterface.php',352 'Symfony\\Component\\HttpFoundation\\StreamedResponse' => __DIR__ . '/..' . '/symfony/http-foundation/StreamedResponse.php',353 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\RequestAttributeValueSame' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/RequestAttributeValueSame.php',354 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseCookieValueSame' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseCookieValueSame.php',355 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseFormatSame' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseFormatSame.php',356 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasCookie' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseHasCookie.php',357 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasHeader' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseHasHeader.php',358 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHeaderSame' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseHeaderSame.php',359 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsRedirected' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseIsRedirected.php',360 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsSuccessful' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseIsSuccessful.php',361 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsUnprocessable' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseIsUnprocessable.php',362 'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseStatusCodeSame' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseStatusCodeSame.php',363 'Symfony\\Component\\HttpFoundation\\UrlHelper' => __DIR__ . '/..' . '/symfony/http-foundation/UrlHelper.php',364 'Symfony\\Polyfill\\Mbstring\\Mbstring' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/Mbstring.php',365 'Symfony\\Polyfill\\Php80\\Php80' => __DIR__ . '/..' . '/symfony/polyfill-php80/Php80.php',366 'Symfony\\Polyfill\\Php80\\PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/PhpToken.php',367 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',368 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',369 63 ); 370 64 … … 372 66 { 373 67 return \Closure::bind(function () use ($loader) { 374 $loader->prefixLengthsPsr4 = ComposerStaticInit e03497690dc5b7e52810e9723326f73f::$prefixLengthsPsr4;375 $loader->prefixDirsPsr4 = ComposerStaticInit e03497690dc5b7e52810e9723326f73f::$prefixDirsPsr4;376 $loader->classMap = ComposerStaticInit e03497690dc5b7e52810e9723326f73f::$classMap;68 $loader->prefixLengthsPsr4 = ComposerStaticInit878c25f4e60b6af00d60f29bb68787e7::$prefixLengthsPsr4; 69 $loader->prefixDirsPsr4 = ComposerStaticInit878c25f4e60b6af00d60f29bb68787e7::$prefixDirsPsr4; 70 $loader->classMap = ComposerStaticInit878c25f4e60b6af00d60f29bb68787e7::$classMap; 377 71 378 72 }, null, ClassLoader::class); -
bookingor/trunk/vendor/composer/installed.json
r3444926 r3445527 1 1 { 2 2 "packages": [ 3 {4 "name": "firebase/php-jwt",5 "version": "v6.11.1",6 "version_normalized": "6.11.1.0",7 "source": {8 "type": "git",9 "url": "https://github.com/firebase/php-jwt.git",10 "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66"11 },12 "dist": {13 "type": "zip",14 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",15 "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",16 "shasum": ""17 },18 "require": {19 "php": "^8.0"20 },21 "require-dev": {22 "guzzlehttp/guzzle": "^7.4",23 "phpspec/prophecy-phpunit": "^2.0",24 "phpunit/phpunit": "^9.5",25 "psr/cache": "^2.0||^3.0",26 "psr/http-client": "^1.0",27 "psr/http-factory": "^1.0"28 },29 "suggest": {30 "ext-sodium": "Support EdDSA (Ed25519) signatures",31 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"32 },33 "time": "2025-04-09T20:32:01+00:00",34 "type": "library",35 "installation-source": "dist",36 "autoload": {37 "psr-4": {38 "Firebase\\JWT\\": "src"39 }40 },41 "notification-url": "https://packagist.org/downloads/",42 "license": [43 "BSD-3-Clause"44 ],45 "authors": [46 {47 "name": "Neuman Vong",48 "email": "neuman+pear@twilio.com",49 "role": "Developer"50 },51 {52 "name": "Anant Narayanan",53 "email": "anant@php.net",54 "role": "Developer"55 }56 ],57 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",58 "homepage": "https://github.com/firebase/php-jwt",59 "keywords": [60 "jwt",61 "php"62 ],63 "support": {64 "issues": "https://github.com/firebase/php-jwt/issues",65 "source": "https://github.com/firebase/php-jwt/tree/v6.11.1"66 },67 "install-path": "../firebase/php-jwt"68 },69 3 { 70 4 "name": "guzzlehttp/guzzle", … … 402 336 }, 403 337 { 404 "name": "php-http/guzzle7-adapter",405 "version": "1.1.0",406 "version_normalized": "1.1.0.0",407 "source": {408 "type": "git",409 "url": "https://github.com/php-http/guzzle7-adapter.git",410 "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb"411 },412 "dist": {413 "type": "zip",414 "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/03a415fde709c2f25539790fecf4d9a31bc3d0eb",415 "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb",416 "shasum": ""417 },418 "require": {419 "guzzlehttp/guzzle": "^7.0",420 "php": "^7.3 | ^8.0",421 "php-http/httplug": "^2.0",422 "psr/http-client": "^1.0"423 },424 "provide": {425 "php-http/async-client-implementation": "1.0",426 "php-http/client-implementation": "1.0",427 "psr/http-client-implementation": "1.0"428 },429 "require-dev": {430 "php-http/client-integration-tests": "^3.0",431 "php-http/message-factory": "^1.1",432 "phpspec/prophecy-phpunit": "^2.0",433 "phpunit/phpunit": "^8.0|^9.3"434 },435 "time": "2024-11-26T11:14:36+00:00",436 "type": "library",437 "installation-source": "dist",438 "autoload": {439 "psr-4": {440 "Http\\Adapter\\Guzzle7\\": "src/"441 }442 },443 "notification-url": "https://packagist.org/downloads/",444 "license": [445 "MIT"446 ],447 "authors": [448 {449 "name": "Tobias Nyholm",450 "email": "tobias.nyholm@gmail.com"451 }452 ],453 "description": "Guzzle 7 HTTP Adapter",454 "homepage": "http://httplug.io",455 "keywords": [456 "Guzzle",457 "http"458 ],459 "support": {460 "issues": "https://github.com/php-http/guzzle7-adapter/issues",461 "source": "https://github.com/php-http/guzzle7-adapter/tree/1.1.0"462 },463 "install-path": "../php-http/guzzle7-adapter"464 },465 {466 "name": "php-http/httplug",467 "version": "2.4.1",468 "version_normalized": "2.4.1.0",469 "source": {470 "type": "git",471 "url": "https://github.com/php-http/httplug.git",472 "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4"473 },474 "dist": {475 "type": "zip",476 "url": "https://api.github.com/repos/php-http/httplug/zipball/5cad731844891a4c282f3f3e1b582c46839d22f4",477 "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4",478 "shasum": ""479 },480 "require": {481 "php": "^7.1 || ^8.0",482 "php-http/promise": "^1.1",483 "psr/http-client": "^1.0",484 "psr/http-message": "^1.0 || ^2.0"485 },486 "require-dev": {487 "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",488 "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"489 },490 "time": "2024-09-23T11:39:58+00:00",491 "type": "library",492 "installation-source": "dist",493 "autoload": {494 "psr-4": {495 "Http\\Client\\": "src/"496 }497 },498 "notification-url": "https://packagist.org/downloads/",499 "license": [500 "MIT"501 ],502 "authors": [503 {504 "name": "Eric GELOEN",505 "email": "geloen.eric@gmail.com"506 },507 {508 "name": "Márk Sági-Kazár",509 "email": "mark.sagikazar@gmail.com",510 "homepage": "https://sagikazarmark.hu"511 }512 ],513 "description": "HTTPlug, the HTTP client abstraction for PHP",514 "homepage": "http://httplug.io",515 "keywords": [516 "client",517 "http"518 ],519 "support": {520 "issues": "https://github.com/php-http/httplug/issues",521 "source": "https://github.com/php-http/httplug/tree/2.4.1"522 },523 "install-path": "../php-http/httplug"524 },525 {526 "name": "php-http/promise",527 "version": "1.3.1",528 "version_normalized": "1.3.1.0",529 "source": {530 "type": "git",531 "url": "https://github.com/php-http/promise.git",532 "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83"533 },534 "dist": {535 "type": "zip",536 "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83",537 "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83",538 "shasum": ""539 },540 "require": {541 "php": "^7.1 || ^8.0"542 },543 "require-dev": {544 "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3",545 "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4"546 },547 "time": "2024-03-15T13:55:21+00:00",548 "type": "library",549 "installation-source": "dist",550 "autoload": {551 "psr-4": {552 "Http\\Promise\\": "src/"553 }554 },555 "notification-url": "https://packagist.org/downloads/",556 "license": [557 "MIT"558 ],559 "authors": [560 {561 "name": "Joel Wurtz",562 "email": "joel.wurtz@gmail.com"563 },564 {565 "name": "Márk Sági-Kazár",566 "email": "mark.sagikazar@gmail.com"567 }568 ],569 "description": "Promise used for asynchronous HTTP requests",570 "homepage": "http://httplug.io",571 "keywords": [572 "promise"573 ],574 "support": {575 "issues": "https://github.com/php-http/promise/issues",576 "source": "https://github.com/php-http/promise/tree/1.3.1"577 },578 "install-path": "../php-http/promise"579 },580 {581 338 "name": "psr/http-client", 582 339 "version": "1.0.3", … … 796 553 { 797 554 "name": "symfony/deprecation-contracts", 798 "version": "v 3.6.0",799 "version_normalized": " 3.6.0.0",555 "version": "v2.5.4", 556 "version_normalized": "2.5.4.0", 800 557 "source": { 801 558 "type": "git", 802 559 "url": "https://github.com/symfony/deprecation-contracts.git", 803 "reference": "6 3afe740e99a13ba87ec199bb07bbdee937a5b62"804 }, 805 "dist": { 806 "type": "zip", 807 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6 3afe740e99a13ba87ec199bb07bbdee937a5b62",808 "reference": "6 3afe740e99a13ba87ec199bb07bbdee937a5b62",809 "shasum": "" 810 }, 811 "require": { 812 "php": ">= 8.1"813 }, 814 "time": "2024-09-25T14: 21:43+00:00",560 "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918" 561 }, 562 "dist": { 563 "type": "zip", 564 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918", 565 "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918", 566 "shasum": "" 567 }, 568 "require": { 569 "php": ">=7.1" 570 }, 571 "time": "2024-09-25T14:11:13+00:00", 815 572 "type": "library", 816 573 "extra": { … … 820 577 }, 821 578 "branch-alias": { 822 "dev-main": " 3.6-dev"579 "dev-main": "2.5-dev" 823 580 } 824 581 }, … … 846 603 "homepage": "https://symfony.com", 847 604 "support": { 848 "source": "https://github.com/symfony/deprecation-contracts/tree/v 3.6.0"605 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4" 849 606 }, 850 607 "funding": [ … … 863 620 ], 864 621 "install-path": "../symfony/deprecation-contracts" 865 },866 {867 "name": "symfony/http-foundation",868 "version": "v5.4.50",869 "version_normalized": "5.4.50.0",870 "source": {871 "type": "git",872 "url": "https://github.com/symfony/http-foundation.git",873 "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609"874 },875 "dist": {876 "type": "zip",877 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609",878 "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609",879 "shasum": ""880 },881 "require": {882 "php": ">=7.2.5",883 "symfony/deprecation-contracts": "^2.1|^3",884 "symfony/polyfill-mbstring": "~1.1",885 "symfony/polyfill-php80": "^1.16"886 },887 "require-dev": {888 "predis/predis": "^1.0|^2.0",889 "symfony/cache": "^4.4|^5.0|^6.0",890 "symfony/dependency-injection": "^5.4|^6.0",891 "symfony/expression-language": "^4.4|^5.0|^6.0",892 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",893 "symfony/mime": "^4.4|^5.0|^6.0",894 "symfony/rate-limiter": "^5.2|^6.0"895 },896 "suggest": {897 "symfony/mime": "To use the file extension guesser"898 },899 "time": "2025-11-03T12:58:48+00:00",900 "type": "library",901 "installation-source": "dist",902 "autoload": {903 "psr-4": {904 "Symfony\\Component\\HttpFoundation\\": ""905 },906 "exclude-from-classmap": [907 "/Tests/"908 ]909 },910 "notification-url": "https://packagist.org/downloads/",911 "license": [912 "MIT"913 ],914 "authors": [915 {916 "name": "Fabien Potencier",917 "email": "fabien@symfony.com"918 },919 {920 "name": "Symfony Community",921 "homepage": "https://symfony.com/contributors"922 }923 ],924 "description": "Defines an object-oriented layer for the HTTP specification",925 "homepage": "https://symfony.com",926 "support": {927 "source": "https://github.com/symfony/http-foundation/tree/v5.4.50"928 },929 "funding": [930 {931 "url": "https://symfony.com/sponsor",932 "type": "custom"933 },934 {935 "url": "https://github.com/fabpot",936 "type": "github"937 },938 {939 "url": "https://github.com/nicolas-grekas",940 "type": "github"941 },942 {943 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",944 "type": "tidelift"945 }946 ],947 "install-path": "../symfony/http-foundation"948 },949 {950 "name": "symfony/polyfill-mbstring",951 "version": "v1.33.0",952 "version_normalized": "1.33.0.0",953 "source": {954 "type": "git",955 "url": "https://github.com/symfony/polyfill-mbstring.git",956 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"957 },958 "dist": {959 "type": "zip",960 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",961 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",962 "shasum": ""963 },964 "require": {965 "ext-iconv": "*",966 "php": ">=7.2"967 },968 "provide": {969 "ext-mbstring": "*"970 },971 "suggest": {972 "ext-mbstring": "For best performance"973 },974 "time": "2024-12-23T08:48:59+00:00",975 "type": "library",976 "extra": {977 "thanks": {978 "url": "https://github.com/symfony/polyfill",979 "name": "symfony/polyfill"980 }981 },982 "installation-source": "dist",983 "autoload": {984 "files": [985 "bootstrap.php"986 ],987 "psr-4": {988 "Symfony\\Polyfill\\Mbstring\\": ""989 }990 },991 "notification-url": "https://packagist.org/downloads/",992 "license": [993 "MIT"994 ],995 "authors": [996 {997 "name": "Nicolas Grekas",998 "email": "p@tchwork.com"999 },1000 {1001 "name": "Symfony Community",1002 "homepage": "https://symfony.com/contributors"1003 }1004 ],1005 "description": "Symfony polyfill for the Mbstring extension",1006 "homepage": "https://symfony.com",1007 "keywords": [1008 "compatibility",1009 "mbstring",1010 "polyfill",1011 "portable",1012 "shim"1013 ],1014 "support": {1015 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"1016 },1017 "funding": [1018 {1019 "url": "https://symfony.com/sponsor",1020 "type": "custom"1021 },1022 {1023 "url": "https://github.com/fabpot",1024 "type": "github"1025 },1026 {1027 "url": "https://github.com/nicolas-grekas",1028 "type": "github"1029 },1030 {1031 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1032 "type": "tidelift"1033 }1034 ],1035 "install-path": "../symfony/polyfill-mbstring"1036 },1037 {1038 "name": "symfony/polyfill-php80",1039 "version": "v1.33.0",1040 "version_normalized": "1.33.0.0",1041 "source": {1042 "type": "git",1043 "url": "https://github.com/symfony/polyfill-php80.git",1044 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"1045 },1046 "dist": {1047 "type": "zip",1048 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",1049 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",1050 "shasum": ""1051 },1052 "require": {1053 "php": ">=7.2"1054 },1055 "time": "2025-01-02T08:10:11+00:00",1056 "type": "library",1057 "extra": {1058 "thanks": {1059 "url": "https://github.com/symfony/polyfill",1060 "name": "symfony/polyfill"1061 }1062 },1063 "installation-source": "dist",1064 "autoload": {1065 "files": [1066 "bootstrap.php"1067 ],1068 "psr-4": {1069 "Symfony\\Polyfill\\Php80\\": ""1070 },1071 "classmap": [1072 "Resources/stubs"1073 ]1074 },1075 "notification-url": "https://packagist.org/downloads/",1076 "license": [1077 "MIT"1078 ],1079 "authors": [1080 {1081 "name": "Ion Bazan",1082 "email": "ion.bazan@gmail.com"1083 },1084 {1085 "name": "Nicolas Grekas",1086 "email": "p@tchwork.com"1087 },1088 {1089 "name": "Symfony Community",1090 "homepage": "https://symfony.com/contributors"1091 }1092 ],1093 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",1094 "homepage": "https://symfony.com",1095 "keywords": [1096 "compatibility",1097 "polyfill",1098 "portable",1099 "shim"1100 ],1101 "support": {1102 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"1103 },1104 "funding": [1105 {1106 "url": "https://symfony.com/sponsor",1107 "type": "custom"1108 },1109 {1110 "url": "https://github.com/fabpot",1111 "type": "github"1112 },1113 {1114 "url": "https://github.com/nicolas-grekas",1115 "type": "github"1116 },1117 {1118 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1119 "type": "tidelift"1120 }1121 ],1122 "install-path": "../symfony/polyfill-php80"1123 622 } 1124 623 ], -
bookingor/trunk/vendor/composer/installed.php
r3444926 r3445527 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' a556c02930b4088a01eb745d89cb69861c7a1234',6 'reference' => 'bb56bc6cdd6bac30c6770d7e1e71d627dfddc9e8', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => ' a556c02930b4088a01eb745d89cb69861c7a1234',16 'reference' => 'bb56bc6cdd6bac30c6770d7e1e71d627dfddc9e8', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', 19 'aliases' => array(),20 'dev_requirement' => false,21 ),22 'firebase/php-jwt' => array(23 'pretty_version' => 'v6.11.1',24 'version' => '6.11.1.0',25 'reference' => 'd1e91ecf8c598d073d0995afa8cd5c75c6e19e66',26 'type' => 'library',27 'install_path' => __DIR__ . '/../firebase/php-jwt',28 19 'aliases' => array(), 29 20 'dev_requirement' => false, … … 53 44 'type' => 'library', 54 45 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 55 'aliases' => array(),56 'dev_requirement' => false,57 ),58 'php-http/async-client-implementation' => array(59 'dev_requirement' => false,60 'provided' => array(61 0 => '1.0',62 ),63 ),64 'php-http/client-implementation' => array(65 'dev_requirement' => false,66 'provided' => array(67 0 => '1.0',68 ),69 ),70 'php-http/guzzle7-adapter' => array(71 'pretty_version' => '1.1.0',72 'version' => '1.1.0.0',73 'reference' => '03a415fde709c2f25539790fecf4d9a31bc3d0eb',74 'type' => 'library',75 'install_path' => __DIR__ . '/../php-http/guzzle7-adapter',76 'aliases' => array(),77 'dev_requirement' => false,78 ),79 'php-http/httplug' => array(80 'pretty_version' => '2.4.1',81 'version' => '2.4.1.0',82 'reference' => '5cad731844891a4c282f3f3e1b582c46839d22f4',83 'type' => 'library',84 'install_path' => __DIR__ . '/../php-http/httplug',85 'aliases' => array(),86 'dev_requirement' => false,87 ),88 'php-http/promise' => array(89 'pretty_version' => '1.3.1',90 'version' => '1.3.1.0',91 'reference' => 'fc85b1fba37c169a69a07ef0d5a8075770cc1f83',92 'type' => 'library',93 'install_path' => __DIR__ . '/../php-http/promise',94 46 'aliases' => array(), 95 47 'dev_requirement' => false, … … 150 102 ), 151 103 'symfony/deprecation-contracts' => array( 152 'pretty_version' => 'v 3.6.0',153 'version' => ' 3.6.0.0',154 'reference' => '6 3afe740e99a13ba87ec199bb07bbdee937a5b62',104 'pretty_version' => 'v2.5.4', 105 'version' => '2.5.4.0', 106 'reference' => '605389f2a7e5625f273b53960dc46aeaf9c62918', 155 107 'type' => 'library', 156 108 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', … … 158 110 'dev_requirement' => false, 159 111 ), 160 'symfony/http-foundation' => array(161 'pretty_version' => 'v5.4.50',162 'version' => '5.4.50.0',163 'reference' => '1a0706e8b8041046052ea2695eb8aeee04f97609',164 'type' => 'library',165 'install_path' => __DIR__ . '/../symfony/http-foundation',166 'aliases' => array(),167 'dev_requirement' => false,168 ),169 'symfony/polyfill-mbstring' => array(170 'pretty_version' => 'v1.33.0',171 'version' => '1.33.0.0',172 'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493',173 'type' => 'library',174 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',175 'aliases' => array(),176 'dev_requirement' => false,177 ),178 'symfony/polyfill-php80' => array(179 'pretty_version' => 'v1.33.0',180 'version' => '1.33.0.0',181 'reference' => '0cc9dd0f17f61d8131e7df6b84bd344899fe2608',182 'type' => 'library',183 'install_path' => __DIR__ . '/../symfony/polyfill-php80',184 'aliases' => array(),185 'dev_requirement' => false,186 ),187 112 ), 188 113 ); -
bookingor/trunk/vendor/composer/platform_check.php
r3444926 r3445527 5 5 $issues = array(); 6 6 7 if (!(PHP_VERSION_ID >= 80100)) {8 $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';7 if (!(PHP_VERSION_ID >= 70205)) { 8 $issues[] = 'Your Composer dependencies require a PHP version ">= 7.2.5". You are running ' . PHP_VERSION . '.'; 9 9 } 10 10 -
bookingor/trunk/vendor/symfony/deprecation-contracts/README.md
r3444926 r3445527 23 23 `Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.` 24 24 25 While not recommended, the deprecation notices can be completely ignored by declaring an empty25 While not necessarily recommended, the deprecation notices can be completely ignored by declaring an empty 26 26 `function trigger_deprecation() {}` in your application. -
bookingor/trunk/vendor/symfony/deprecation-contracts/composer.json
r3444926 r3445527 16 16 ], 17 17 "require": { 18 "php": ">= 8.1"18 "php": ">=7.1" 19 19 }, 20 20 "autoload": { … … 26 26 "extra": { 27 27 "branch-alias": { 28 "dev-main": " 3.6-dev"28 "dev-main": "2.5-dev" 29 29 }, 30 30 "thanks": { -
bookingor/trunk/vendor/symfony/deprecation-contracts/function.php
r3444926 r3445527 21 21 * @author Nicolas Grekas <p@tchwork.com> 22 22 */ 23 function trigger_deprecation(string $package, string $version, string $message, mixed...$args): void23 function trigger_deprecation(string $package, string $version, string $message, ...$args): void 24 24 { 25 25 @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
Note: See TracChangeset
for help on using the changeset viewer.