Commit b599f7f 1 parent eec82dd commit b599f7f Copy full SHA for b599f7f
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ FROM php:7.2-cli
4
4
ENV dir /home/app
5
5
6
6
RUN useradd -ms /bin/bash app
7
+ RUN apt-get install git
7
8
8
9
RUN curl -s https://getcomposer.org/installer | php
9
10
RUN mv composer.phar /usr/local/bin/composer
@@ -16,6 +17,6 @@ WORKDIR ${dir}
16
17
17
18
USER app
18
19
19
- RUN composer require jw-player/jwplatform-php
20
+ RUN composer require jw-player/jwplatform-php:*
20
21
21
22
CMD [ "php", "examples/upload_video.php" ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
"minimum-stability": "dev",
12
12
"prefer-stable": true,
13
13
"homepage": "https://developer.jwplayer.com/jw-platform/",
14
- "version": "1.5.0 ",
14
+ "version": "v1.6.1 ",
15
15
"license": "MIT",
16
16
"authors": [
17
17
{
Original file line number Diff line number Diff line change 3
3
namespace Jwplayer;
4
4
5
5
class JwplatformAPI {
6
- private $_version = '1.6';
6
+ private $_version = '1.6.1 ';
7
7
private $_url = 'https://api.jwplatform.com/v1';
8
8
private $_library;
9
9
You can’t perform that action at this time.
0 commit comments