0:00
uh hello guys welcome to this video so
0:02
in this video I will show you how to
0:04
update uh the composer dependency
0:07
manager for your PHP application so
0:09
composer is something like npm which is
0:12
for nodejs so composer is for PHP
0:14
applications if if you want to update
0:17
this to the latest version so there is a
0:18
command here which you can directly
0:20
write here I've already installed
0:22
composer here so if you haven't
0:24
installed composer it's actually a
0:27
dependency manager so I just you can see
0:31
2.5.5 so if I want to update to the
0:34
latest version so there is a command
0:38
update so let me zoom in this is
0:41
actually the command so if you just
0:43
composer self update this is actually
0:47
the command so my current version if I
0:49
show you this is my version here which
0:53
2.5.5 so if I try to update to the
1:00
self update so if you execute this
1:04
command here it will ask you for the
1:05
administrator permissions so you can see
1:10
2.8.6 which is the stable version so it
1:13
is telling you that please Grant this
1:16
administrator privilege so just type
1:18
here why so it will grant the
1:21
administrator just accept yes after that
1:25
you will see the operation is succeeded
1:33
composer if you type here version here
1:36
so now you can see your version is
1:39
successfully upgraded from 2.5 to 2.8.6
1:43
so this is a very simple command that
1:45
you can use to actually update composer
1:47
in the timeline in the
1:50
terminal and if you want to roll back
1:53
the changes again if you want to go to
1:54
the previous version so there is this
1:56
command that is given here composer self
1:59
update D- roll back so again it will go
2:02
back to the previous version if you
2:04
don't like the latest version you can go
2:06
back to the previous version by
2:07
executing this command composer self
2:12
back so in this way you can update to
2:15
the latest version guys very simply
2:17
thank you very much for watching this
2:18
video and also check out my website free
2:21
mediat tools.com which contains
2:23
thousands of tools regarding audio video
2:25
and image and I will be seeing you in