-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer_error.log
More file actions
99 lines (95 loc) · 3.5 KB
/
composer_error.log
File metadata and controls
99 lines (95 loc) · 3.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
composer :
./composer.json has
been updated
At line:1 char:1
+ composer require
webklex/laravel-imap
--no-interaction >
composer_err ...
+ ~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~
+ CategoryInfo
: NotSpe
cified: (./compo
ser.json has bee
n updated:String
) [], RemoteExce
ption
+ FullyQualified
ErrorId : Native
CommandError
Running composer
update
webklex/laravel-imap
Loading composer
repositories with
package information
Updating dependencies
Your requirements
could not be
resolved to an
installable set of
packages.
Problem 1
-
maatwebsite/excel is
locked to version
3.1.67 and an update
of this package was
not requested.
-
maatwebsite/excel
3.1.67 requires phpof
fice/phpspreadsheet
^1.30.0 ->
satisfiable by phpoff
ice/phpspreadsheet[1.
30.2].
- phpoffice/phpsp
readsheet 1.30.2
requires ext-gd * ->
it is missing from
your system. Install
or enable PHP's gd
extension.
To enable
extensions, verify
that they are
enabled in your .ini
files:
-
D:\xampp\php\php.ini
You can also run
`php --ini` in a
terminal to see
which files are used
by PHP in CLI mode.
Alternatively, you
can run Composer
with `--ignore-platfo
rm-req=ext-gd` to
temporarily ignore
these required
extensions.
You can also try
re-running composer
require with an
explicit version
constraint, e.g.
"composer require web
klex/laravel-imap:*"
to figure out if any
version is
installable, or
"composer require web
klex/laravel-imap:^2.
1" if you know which
you need.
Installation failed,
reverting
./composer.json and
./composer.lock to
their original
content.