File tree 2 files changed +133
-181
lines changed
2 files changed +133
-181
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " alextselegidis/easyappointments" ,
3
3
"description" : " Open Source Web Scheduler" ,
4
- "version" : " 1.5.1 " ,
4
+ "version" : " dev- 1.5.0 " ,
5
5
"homepage" : " https://easyappointments.org" ,
6
6
"type" : " project" ,
7
7
"license" : " GPL-3.0" ,
39
39
"jsvrcek/ics" : " ^0.8.4" ,
40
40
"monolog/monolog" : " ^2.8.0" ,
41
41
"google/apiclient" : " ^2.12.6" ,
42
- "guzzlehttp/guzzle" : " ^7.9.2 " ,
42
+ "guzzlehttp/guzzle" : " ^7.5.0 " ,
43
43
"sabre/vobject" : " ^4.5" ,
44
44
"ezyang/htmlpurifier" : " ^4.17" ,
45
- "symfony/finder" : " ^6.4" ,
46
- "phpmailer/phpmailer" : " ^6.9"
45
+ "symfony/finder" : " ^6.4"
47
46
},
48
47
"require-dev" : {
49
48
"roave/security-advisories" : " dev-master" ,
50
49
"phpunit/phpunit" : " ^9.6"
51
50
},
52
51
"scripts" : {
52
+ "pre-autoload-dump" : " Google\\ Task\\ Composer::cleanup" ,
53
53
"test" : " APP_ENV=testing php vendor/bin/phpunit"
54
54
},
55
+ "extra" : {
56
+ "google/apiclient-services" : [
57
+ " Calendar"
58
+ ]
59
+ },
55
60
"autoload" : {
56
61
"psr-4" : {
57
62
"Tests\\ " : " tests/"
You can’t perform that action at this time.
0 commit comments