|
3704 | 3704 | }, |
3705 | 3705 | { |
3706 | 3706 | "name": "sabre/dav", |
3707 | | - "version": "4.2.1", |
3708 | | - "version_normalized": "4.2.1.0", |
| 3707 | + "version": "4.4.0", |
| 3708 | + "version_normalized": "4.4.0.0", |
3709 | 3709 | "source": { |
3710 | 3710 | "type": "git", |
3711 | 3711 | "url": "https://github.com/sabre-io/dav.git", |
3712 | | - "reference": "5e651f9ddc2b05745f5b28cd697c8e8c6a0b6146" |
| 3712 | + "reference": "b65362abc926520eda2c57e219f022a6c288069d" |
3713 | 3713 | }, |
3714 | 3714 | "dist": { |
3715 | 3715 | "type": "zip", |
3716 | | - "url": "https://api.github.com/repos/sabre-io/dav/zipball/5e651f9ddc2b05745f5b28cd697c8e8c6a0b6146", |
3717 | | - "reference": "5e651f9ddc2b05745f5b28cd697c8e8c6a0b6146", |
| 3716 | + "url": "https://api.github.com/repos/sabre-io/dav/zipball/b65362abc926520eda2c57e219f022a6c288069d", |
| 3717 | + "reference": "b65362abc926520eda2c57e219f022a6c288069d", |
3718 | 3718 | "shasum": "" |
3719 | 3719 | }, |
3720 | 3720 | "require": { |
|
3729 | 3729 | "ext-spl": "*", |
3730 | 3730 | "lib-libxml": ">=2.7.0", |
3731 | 3731 | "php": "^7.1.0 || ^8.0", |
3732 | | - "psr/log": "^1.0", |
| 3732 | + "psr/log": "^1.0 || ^2.0 || ^3.0", |
3733 | 3733 | "sabre/event": "^5.0", |
3734 | 3734 | "sabre/http": "^5.0.5", |
3735 | 3735 | "sabre/uri": "^2.0", |
|
3748 | 3748 | "ext-imap": "*", |
3749 | 3749 | "ext-pdo": "*" |
3750 | 3750 | }, |
3751 | | - "time": "2021-11-30T13:53:16+00:00", |
| 3751 | + "time": "2022-06-27T09:07:55+00:00", |
3752 | 3752 | "bin": [ |
3753 | 3753 | "bin/sabredav", |
3754 | 3754 | "bin/naturalselection" |
|
3758 | 3758 | "autoload": { |
3759 | 3759 | "psr-4": { |
3760 | 3760 | "Sabre\\DAV\\": "lib/DAV/", |
3761 | | - "Sabre\\DAVACL\\": "lib/DAVACL/", |
3762 | 3761 | "Sabre\\CalDAV\\": "lib/CalDAV/", |
| 3762 | + "Sabre\\DAVACL\\": "lib/DAVACL/", |
3763 | 3763 | "Sabre\\CardDAV\\": "lib/CardDAV/" |
3764 | 3764 | } |
3765 | 3765 | }, |
|
3818 | 3818 | "type": "library", |
3819 | 3819 | "installation-source": "dist", |
3820 | 3820 | "autoload": { |
3821 | | - "psr-4": { |
3822 | | - "Sabre\\Event\\": "lib/" |
3823 | | - }, |
3824 | 3821 | "files": [ |
3825 | 3822 | "lib/coroutine.php", |
3826 | 3823 | "lib/Loop/functions.php", |
3827 | 3824 | "lib/Promise/functions.php" |
3828 | | - ] |
| 3825 | + ], |
| 3826 | + "psr-4": { |
| 3827 | + "Sabre\\Event\\": "lib/" |
| 3828 | + } |
3829 | 3829 | }, |
3830 | 3830 | "notification-url": "https://packagist.org/downloads/", |
3831 | 3831 | "license": [ |
|
3862 | 3862 | }, |
3863 | 3863 | { |
3864 | 3864 | "name": "sabre/http", |
3865 | | - "version": "5.1.3", |
3866 | | - "version_normalized": "5.1.3.0", |
| 3865 | + "version": "5.1.5", |
| 3866 | + "version_normalized": "5.1.5.0", |
3867 | 3867 | "source": { |
3868 | 3868 | "type": "git", |
3869 | 3869 | "url": "https://github.com/sabre-io/http.git", |
3870 | | - "reference": "315f592adfcba8aeb73c2fd64285205747acbbd7" |
| 3870 | + "reference": "164725c2d2e248384e5b6115510c545e9c47cff9" |
3871 | 3871 | }, |
3872 | 3872 | "dist": { |
3873 | 3873 | "type": "zip", |
3874 | | - "url": "https://api.github.com/repos/sabre-io/http/zipball/315f592adfcba8aeb73c2fd64285205747acbbd7", |
3875 | | - "reference": "315f592adfcba8aeb73c2fd64285205747acbbd7", |
| 3874 | + "url": "https://api.github.com/repos/sabre-io/http/zipball/164725c2d2e248384e5b6115510c545e9c47cff9", |
| 3875 | + "reference": "164725c2d2e248384e5b6115510c545e9c47cff9", |
3876 | 3876 | "shasum": "" |
3877 | 3877 | }, |
3878 | 3878 | "require": { |
|
3891 | 3891 | "suggest": { |
3892 | 3892 | "ext-curl": " to make http requests with the Client class" |
3893 | 3893 | }, |
3894 | | - "time": "2021-11-04T07:02:36+00:00", |
| 3894 | + "time": "2022-07-09T08:38:22+00:00", |
3895 | 3895 | "type": "library", |
3896 | 3896 | "installation-source": "dist", |
3897 | 3897 | "autoload": { |
|
3988 | 3988 | }, |
3989 | 3989 | { |
3990 | 3990 | "name": "sabre/vobject", |
3991 | | - "version": "4.4.1", |
3992 | | - "version_normalized": "4.4.1.0", |
| 3991 | + "version": "4.4.2", |
| 3992 | + "version_normalized": "4.4.2.0", |
3993 | 3993 | "source": { |
3994 | 3994 | "type": "git", |
3995 | 3995 | "url": "https://github.com/sabre-io/vobject.git", |
3996 | | - "reference": "06feff370141fd3118609f808e86d9315864bf14" |
| 3996 | + "reference": "b8a44ea1610d9b7012e42a7ff6f1cb66f0b757dd" |
3997 | 3997 | }, |
3998 | 3998 | "dist": { |
3999 | 3999 | "type": "zip", |
4000 | | - "url": "https://api.github.com/repos/sabre-io/vobject/zipball/06feff370141fd3118609f808e86d9315864bf14", |
4001 | | - "reference": "06feff370141fd3118609f808e86d9315864bf14", |
| 4000 | + "url": "https://api.github.com/repos/sabre-io/vobject/zipball/b8a44ea1610d9b7012e42a7ff6f1cb66f0b757dd", |
| 4001 | + "reference": "b8a44ea1610d9b7012e42a7ff6f1cb66f0b757dd", |
4002 | 4002 | "shasum": "" |
4003 | 4003 | }, |
4004 | 4004 | "require": { |
|
4015 | 4015 | "suggest": { |
4016 | 4016 | "hoa/bench": "If you would like to run the benchmark scripts" |
4017 | 4017 | }, |
4018 | | - "time": "2021-12-07T09:45:33+00:00", |
| 4018 | + "time": "2022-06-24T11:36:21+00:00", |
4019 | 4019 | "bin": [ |
4020 | 4020 | "bin/vobject", |
4021 | 4021 | "bin/generate_vcards" |
|
4125 | 4125 | "type": "library", |
4126 | 4126 | "installation-source": "dist", |
4127 | 4127 | "autoload": { |
4128 | | - "psr-4": { |
4129 | | - "Sabre\\Xml\\": "lib/" |
4130 | | - }, |
4131 | 4128 | "files": [ |
4132 | 4129 | "lib/Deserializer/functions.php", |
4133 | 4130 | "lib/Serializer/functions.php" |
4134 | | - ] |
| 4131 | + ], |
| 4132 | + "psr-4": { |
| 4133 | + "Sabre\\Xml\\": "lib/" |
| 4134 | + } |
4135 | 4135 | }, |
4136 | 4136 | "notification-url": "https://packagist.org/downloads/", |
4137 | 4137 | "license": [ |
|
0 commit comments